Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(l10n): translations update from Hosted Weblate #461

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/ubuntu_localizations/lib/src/l10n/ubuntu_ko.arb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fillLabel": {},
"indexLabel": "색인",
"@indexLabel": {},
"italicLabel": "이탈릭체",
"italicLabel": "기울임꼴",
"@italicLabel": {},
"openLabel": "열기",
"@openLabel": {},
Expand Down Expand Up @@ -144,7 +144,7 @@
"@increaseLabel": {},
"informationLabel": "정보",
"@informationLabel": {},
"landscapeLabel": "랜드스케이프",
"landscapeLabel": "가로",
"@landscapeLabel": {},
"lastLabel": "마지막",
"@lastLabel": {},
Expand All @@ -160,7 +160,7 @@
"@leftLabel": {},
"noLabel": "아니오",
"@noLabel": {},
"noneLabel": "None",
"noneLabel": "없음",
"@noneLabel": {},
"playLabel": "재생",
"@playLabel": {},
Expand All @@ -178,11 +178,11 @@
"@refreshLabel": {},
"removeLabel": "삭제",
"@removeLabel": {},
"portraitLabel": "포트레이트",
"portraitLabel": "세로",
"@portraitLabel": {},
"quitLabel": "종료",
"@quitLabel": {},
"redoLabel": "돌리기",
"redoLabel": "다시 실행",
"@redoLabel": {},
"resetLabel": "초기화",
"@resetLabel": {},
Expand Down Expand Up @@ -214,7 +214,7 @@
"@topLabel": {},
"undoLabel": "되돌리기",
"@undoLabel": {},
"retryLabel": "다시시도",
"retryLabel": "다시 시도",
"@retryLabel": {},
"sortLabel": "정렬",
"@sortLabel": {},
Expand Down
6 changes: 5 additions & 1 deletion packages/ubuntu_localizations/lib/src/l10n/ubuntu_si.arb
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,9 @@
"gigabyte": "ගි.බ.",
"@gigabyte": {},
"restartLabel": "යළි අරඹන්න",
"@restartLabel": {}
"@restartLabel": {},
"terabyte": "ටෙ.බ.",
"@terabyte": {},
"petabyte": "පෙ.බ.",
"@petabyte": {}
}
44 changes: 43 additions & 1 deletion packages/ubuntu_localizations/lib/src/l10n/ubuntu_th.arb
Original file line number Diff line number Diff line change
@@ -1,9 +1,51 @@
{
"@@locale": "th",
"countryCode": "TH",
"@countryCode": {},
"languageName": "ภาษาไทย",
"@languageName": {},
"okLabel": "ตกลง",
"@okLabel": {},
"cancelLabel": "ยกเลิก",
"@cancelLabel": {}
"@cancelLabel": {},
"backAction": "ย้อนกลับ",
"@backAction": {},
"continueAction": "ไปต่อ",
"@continueAction": {},
"strongPassword": "รหัสผ่านรัดกุม",
"@strongPassword": {},
"fairPassword": "รหัสผ่านพอใช้ได้",
"@fairPassword": {},
"goodPassword": "รหัสผ่านดี",
"@goodPassword": {},
"weakPassword": "รหัสผ่านอ่อนแอ",
"@weakPassword": {},
"altKey": "Alt",
"@altKey": {},
"aboutLabel": "เกี่ยวกับ",
"@aboutLabel": {},
"addLabel": "เพิ่ม",
"@addLabel": {},
"applyLabel": "เริ่มใช้",
"@applyLabel": {},
"nextLabel": "ถัดไป",
"@nextLabel": {},
"noLabel": "ไม่",
"@noLabel": {},
"controlKey": "Control",
"@controlKey": {},
"metaKey": "Meta",
"@metaKey": {},
"shiftKey": "Shift",
"@shiftKey": {},
"allLabel": "ทั้งหมด",
"@allLabel": {},
"backLabel": "ย้อนกลับ",
"@backLabel": {},
"yesLabel": "ใช่",
"@yesLabel": {},
"zoomInLabel": "ซูมเข้า",
"@zoomInLabel": {},
"zoomOutLabel": "ซูมออก",
"@zoomOutLabel": {}
}
Loading