-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Arabic and Dutch translations
- Loading branch information
1 parent
9ac2fd0
commit c0c0422
Showing
5 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { I18n } from '../../types' | ||
|
||
export default { | ||
acceptAll: 'قبول الكل', | ||
acceptNecessary: 'تقبل الضرورة', | ||
barDescription: | ||
'نحن نستخدم ملفات تعريف الارتباط الخاصة بنا وملفات تعريف الارتباط الخاصة بالجهات الخارجية حتى نتمكن من عرض هذا الموقع وفهم كيفية استخدامه بشكل أفضل ، بهدف تحسين الخدمات التي نقدمها. إذا واصلت التصفح ، فإننا نعتبر أنك قبلت ملفات تعريف الارتباط.', | ||
barTitle: 'ملفات تعريف الارتباط', | ||
blockedIframe: 'لرؤية هذا ، يرجى تمكين ملفات تعريف الارتباط الوظيفية', | ||
close: 'إغلاق', | ||
declineAll: 'حذف الكل', | ||
functional: 'ملفات تعريف الارتباط الوظيفية', | ||
here: 'هنا', | ||
manageCookies: 'إدارة ملفات تعريف الارتباط', | ||
necessary: 'ملفات تعريف الارتباط الضرورية', | ||
optional: 'ملفات تعريف الارتباط الاختيارية', | ||
save: 'حفظ', | ||
unsaved: 'لديك إعدادات غير محفوظة', | ||
} as I18n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { I18n } from '../../types' | ||
|
||
export default { | ||
acceptAll: 'Accepteer alles', | ||
acceptNecessary: 'Accepteer noodzakelijk', | ||
barDescription: | ||
'We gebruiken onze eigen cookies en third-party cookies om onze site te tonen en om te leren hoe deze gebruikt wordt, met het oog om de services die we verlenen te verbeteren. Door verder te gaan op onze site gaan we ervanuit dat hiermee akkoord gegaan wordt.', | ||
barTitle: 'Cookies', | ||
blockedIframe: | ||
'Om dit te kunnen bekijken dienen functionele cookies geaccepteerd te worden', | ||
close: 'Sluiten', | ||
declineAll: 'Verwijder alles', | ||
functional: 'Functionele cookies', | ||
here: 'hier', | ||
manageCookies: 'Beheer cookies', | ||
necessary: 'Noodzakelijke cookies', | ||
optional: 'Optionele cookies', | ||
save: 'Opslaan', | ||
unsaved: 'Er zijn niet-opgeslagen instellingen', | ||
} as I18n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters