From 4919bc8a6e71bb371c6870f20476fbee59a4b2f0 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 8 May 2014 01:46:52 +0200 Subject: [PATCH] Update pt translation, add ko translation. --- src/_h5ai/conf/l10n/ko.json | 19 +++++++++++++++++++ src/_h5ai/conf/l10n/pt.json | 13 ++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 src/_h5ai/conf/l10n/ko.json diff --git a/src/_h5ai/conf/l10n/ko.json b/src/_h5ai/conf/l10n/ko.json new file mode 100644 index 00000000..bb9597cf --- /dev/null +++ b/src/_h5ai/conf/l10n/ko.json @@ -0,0 +1,19 @@ +{ + "lang": "한국어", + "details": "자세히", + "list": "목록", + "grid": "그리드", + "icons": "아이콘", + "name": "파일명", + "lastModified": "최근수정일", + "size": "크기", + "parentDirectory": "상위폴더", + "empty": "빈폴더", + "folders": "폴더", + "files": "파일", + "download": "다운로드", + "noMatch": "해당파일이 없습니다.", + "dateFormat": "YYYY-MM-DD HH:mm", + "filter": "필터", + "delete": "삭제" +} \ No newline at end of file diff --git a/src/_h5ai/conf/l10n/pt.json b/src/_h5ai/conf/l10n/pt.json index 5e238ce0..debe6b63 100644 --- a/src/_h5ai/conf/l10n/pt.json +++ b/src/_h5ai/conf/l10n/pt.json @@ -1,12 +1,19 @@ { "lang": "português", "details": "detalhes", + "list": "lista", + "grid": "grelha", "icons": "ícones", "name": "Nome", - "lastModified": "Última modificação", + "lastModified": "última modificação", "size": "Tamanho", - "parentDirectory": "Diretório superior", + "parentDirectory": "diretório acima", "empty": "vazio", "folders": "pastas", - "files": "arquivos" + "files": "arquivos", + "download": "descarregar", + "noMatch": "sem resultados", + "dateFormat": "DD-MM-YYYY HH:mm", + "filter": "filtro", + "delete": "eliminar" } \ No newline at end of file