diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 179cf2a..d2d8c0e 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -41,5 +41,7 @@ "Bring All to Front": "Tout amener au premier plan", "Zoom": "Zoom", "Stop Speaking": "Arrêter la dictée", - "Start Speaking": "Commencer la dictée" + "Start Speaking": "Commencer la dictée", + "Copy image address": "Copier l'adresse de l'image", + "Redo": "Refaire" } diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 9d7c93b..5a5e22b 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -42,5 +42,6 @@ "Are you sure you want to quit?": "האם אתה בטוח שברצונך לצאת?", "Close Element": "סגור את אלמנט", "Cancel": "ביטול", - "Paste and Match Style": "הדבק והתאם סגנון" + "Paste and Match Style": "הדבק והתאם סגנון", + "Copy image address": "העתקת כתובת התמונה" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index 915fae0..d932b20 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -42,5 +42,6 @@ "Show/Hide": "Pokaż/Ukryj", "Are you sure you want to quit?": "Czy na pewno chcesz zamknąć?", "Close Element": "Zamknij Elementa", - "Cancel": "Anuluj" + "Cancel": "Anuluj", + "Copy image address": "Skopiuj adres obrazu" } diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index 5a0aebb..397dd1e 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -1,9 +1,9 @@ { "Zoom": "பெரிதாக்குதல்", "Minimize": "சிறிதாக்கு", - "Toggle Developer Tools": "படைப்பாளர் கருவிகளை நிலைமாற்று", + "Toggle Developer Tools": "உருவாக்குநர் கருவிகளை நிலைமாற்று", "Toggle Full Screen": "முழு திரையை நிலைமாற்று", - "Paste and Match Style": "ஒட்டு மற்றும் நடையை பொறுத்து", + "Paste and Match Style": "ஒட்டு மற்றும் நடையை பொருத்து", "Add to dictionary": "அகராதியில் சேர்", "The image failed to save": "படம் சேமிக்கத் தவறிவிட்டது", "Failed to save image": "படத்தைச் சேமிப்பதில் தோல்வி", @@ -16,8 +16,8 @@ "Stop Speaking": "பேசுவதை நிறுத்து", "Start Speaking": "பேசத் துவங்கு", "Speech": "பேச்சு", - "Unhide": "காட்டு", - "Hide Others": "மற்றதை மறை", + "Unhide": "மறைநீக்கு", + "Hide Others": "மற்றவற்றை மறை", "Hide": "மறை", "Services": "சேவைகள்", "About": "இதனைப் பற்றி", @@ -29,8 +29,8 @@ "Zoom Out": "சிறிதாக்கு", "Zoom In": "பெரிதாக்கு", "Actual Size": "உண்மையான அளவு", - "View": "காட்சி", - "Select All": "அனைத்தையும் தெரிவுசெய்", + "View": "காட்டு", + "Select All": "அனைத்தையும் தேர்ந்தெடு", "Delete": "அழி", "Paste": "ஒட்டு", "Copy": "நகலெடு", @@ -42,5 +42,6 @@ "Show/Hide": "காட்டு/மறை", "Are you sure you want to quit?": "நீங்கள் நிச்சயம் வெளியேற விரும்புகிறீர்களா?", "Close Element": "எலிமெண்ட் ஐ மூடு", - "Cancel": "ரத்துசெய்" + "Cancel": "விலக்கிக்கொள்", + "Copy image address": "பட முகவரியை நகலெடு" } diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index b2e9cfb..310c59d 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -42,5 +42,6 @@ "Show/Hide": "Hiển thị/Ẩn", "Are you sure you want to quit?": "Bạn có chắc chắn muốn thoát?", "Close Element": "Đóng Element", - "Cancel": "Hủy bỏ" + "Cancel": "Hủy bỏ", + "Copy image address": "Sao chép địa chỉ ảnh" }