diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json new file mode 100644 index 0000000..f6bf5d4 --- /dev/null +++ b/src/i18n/strings/ar.json @@ -0,0 +1,12 @@ +{ + "File": "مَلَفّ", + "Close": "إغلاق", + "Actual Size": "الحَجمُ الفِعلي", + "View": "الاِطِّلاع", + "Select All": "تَحدِيدُ الكُل", + "Delete": "حَذف", + "Copy": "نَسخ", + "Edit": "تَحرير", + "Close Element": "إغلَاقُ Element", + "Cancel": "إلغَاء" +} diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 28ca637..aee865e 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -40,5 +40,7 @@ "Show/Hide": "Mostra/Nascondi", "Are you sure you want to quit?": "Vuoi veramente uscire?", "Close Element": "Chiudi Element", - "Cancel": "Annulla" + "Cancel": "Annulla", + "Stop Speaking": "Smetti di parlare", + "Speech": "Dettatura" }