From 07b603c6407589337fc8fa0e37a4240fda9513d9 Mon Sep 17 00:00:00 2001 From: Oren Kosto Date: Wed, 19 Sep 2018 15:58:07 +0300 Subject: [PATCH] Adding Hebrew translations --- src/locale/he_IL.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/locale/he_IL.js diff --git a/src/locale/he_IL.js b/src/locale/he_IL.js new file mode 100644 index 00000000..587dd809 --- /dev/null +++ b/src/locale/he_IL.js @@ -0,0 +1,15 @@ +export default { + // Options.jsx + items_per_page: '/ עמוד', + jump_to: 'עבור אל', + jump_to_confirm: 'אישור', + page: '', + + // Pagination.jsx + prev_page: 'העמוד הקודם', + next_page: 'העמוד הבא', + prev_5: '5 עמודים קודמים', + next_5: '5 עמודים הבאים', + prev_3: '3 עמודים קודמים', + next_3: '3 עמודים הבאים', +};