Skip to content

Commit 8a0ed7f

Browse files
committed
Automatic i18n reversion
1 parent 0b16388 commit 8a0ed7f

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

src/i18n/strings/fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
"Bring All to Front": "Tout amener au premier plan",
4242
"Zoom": "Zoom",
4343
"Stop Speaking": "Arrêter la dictée",
44-
"Start Speaking": "Commencer la dictée"
44+
"Start Speaking": "Commencer la dictée",
45+
"Copy image address": "Copier l'adresse de l'image",
46+
"Redo": "Refaire"
4547
}

src/i18n/strings/he.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"Are you sure you want to quit?": "האם אתה בטוח שברצונך לצאת?",
4343
"Close Element": "סגור את אלמנט",
4444
"Cancel": "ביטול",
45-
"Paste and Match Style": "הדבק והתאם סגנון"
45+
"Paste and Match Style": "הדבק והתאם סגנון",
46+
"Copy image address": "העתקת כתובת התמונה"
4647
}

src/i18n/strings/pl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"Show/Hide": "Pokaż/Ukryj",
4343
"Are you sure you want to quit?": "Czy na pewno chcesz zamknąć?",
4444
"Close Element": "Zamknij Elementa",
45-
"Cancel": "Anuluj"
45+
"Cancel": "Anuluj",
46+
"Copy image address": "Skopiuj adres obrazu"
4647
}

src/i18n/strings/ta.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Zoom": "பெரிதாக்குதல்",
33
"Minimize": "சிறிதாக்கு",
4-
"Toggle Developer Tools": "படைப்பாளர் கருவிகளை நிலைமாற்று",
4+
"Toggle Developer Tools": "உருவாக்குநர் கருவிகளை நிலைமாற்று",
55
"Toggle Full Screen": "முழு திரையை நிலைமாற்று",
6-
"Paste and Match Style": "ஒட்டு மற்றும் நடையை பொறுத்து",
6+
"Paste and Match Style": "ஒட்டு மற்றும் நடையை பொருத்து",
77
"Add to dictionary": "அகராதியில் சேர்",
88
"The image failed to save": "படம் சேமிக்கத் தவறிவிட்டது",
99
"Failed to save image": "படத்தைச் சேமிப்பதில் தோல்வி",
@@ -16,8 +16,8 @@
1616
"Stop Speaking": "பேசுவதை நிறுத்து",
1717
"Start Speaking": "பேசத் துவங்கு",
1818
"Speech": "பேச்சு",
19-
"Unhide": "காட்டு",
20-
"Hide Others": "மற்றதை மறை",
19+
"Unhide": "மறைநீக்கு",
20+
"Hide Others": "மற்றவற்றை மறை",
2121
"Hide": "மறை",
2222
"Services": "சேவைகள்",
2323
"About": "இதனைப் பற்றி",
@@ -29,8 +29,8 @@
2929
"Zoom Out": "சிறிதாக்கு",
3030
"Zoom In": "பெரிதாக்கு",
3131
"Actual Size": "உண்மையான அளவு",
32-
"View": "காட்சி",
33-
"Select All": "அனைத்தையும் தெரிவுசெய்",
32+
"View": "காட்டு",
33+
"Select All": "அனைத்தையும் தேர்ந்தெடு",
3434
"Delete": "அழி",
3535
"Paste": "ஒட்டு",
3636
"Copy": "நகலெடு",
@@ -42,5 +42,6 @@
4242
"Show/Hide": "காட்டு/மறை",
4343
"Are you sure you want to quit?": "நீங்கள் நிச்சயம் வெளியேற விரும்புகிறீர்களா?",
4444
"Close Element": "எலிமெண்ட் ஐ மூடு",
45-
"Cancel": "ரத்துசெய்"
45+
"Cancel": "விலக்கிக்கொள்",
46+
"Copy image address": "பட முகவரியை நகலெடு"
4647
}

src/i18n/strings/vi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"Show/Hide": "Hiển thị/Ẩn",
4343
"Are you sure you want to quit?": "Bạn có chắc chắn muốn thoát?",
4444
"Close Element": "Đóng Element",
45-
"Cancel": "Hủy bỏ"
45+
"Cancel": "Hủy bỏ",
46+
"Copy image address": "Sao chép địa chỉ ảnh"
4647
}

0 commit comments

Comments
 (0)