From 47a1c0989c6972fb0e51e80fcaa7876f542ebb63 Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Tue, 11 Sep 2012 22:02:00 +0300 Subject: [PATCH] Hebrew translation --- src/_h5ai/l10n/he.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/_h5ai/l10n/he.json diff --git a/src/_h5ai/l10n/he.json b/src/_h5ai/l10n/he.json new file mode 100644 index 00000000..1d92a908 --- /dev/null +++ b/src/_h5ai/l10n/he.json @@ -0,0 +1,18 @@ +/* only here as a reference, these values are the hardcoded defaults */ +{ + "lang": "עברית", + "details": "פרטים", + "icons": "צלמיות", + "name": "שם", + "lastModified": "שינוי אחרון", + "size": "גודל", + "parentDirectory": "תיקיית הורה", + "empty": "ריק", + "folders": "תיקיות", + "files": "קבצים", + "download": "הורדה", + "noMatch": "אין תוצאות", + "dateFormat": "DD.MM.YYYY HH:mm", /* syntax as specified on http://momentjs.com */ + "filter": "סינון", + "delete": "מחיקה" +}