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

Translations update from Hosted Weblate #315

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
2 changes: 1 addition & 1 deletion packages/firmware_updater/lib/src/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@fwupdDeviceFlagTrusted": {},
"fwupdDeviceFlagCanVerify": "Kryptografische Hash-Verifizierung ist verfügbar",
"@fwupdDeviceFlagCanVerify": {},
"fwupdDeviceFlagUsableDuringUpdate": "Gerät ist für die Dauer der Aktualisierung nutzbar",
"fwupdDeviceFlagUsableDuringUpdate": "Gerät ist während der Dauer der Aktualisierung nutzbar",
"@fwupdDeviceFlagUsableDuringUpdate": {},
"fwupdDeviceFlagVersionCheckRequired": "Gerätefirmware muss eine Versionsprüfung haben",
"@fwupdDeviceFlagVersionCheckRequired": {},
Expand Down
41 changes: 40 additions & 1 deletion packages/firmware_updater/lib/src/l10n/app_ko.arb
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
{
"@@locale": "ko"
"@@locale": "ko",
"appTitle": "펌웨어 업데이터",
"@appTitle": {},
"allVersions": "모든 버전",
"@allVersions": {},
"batteryWarning": "경고: 일부 장치 업데이트는 전원에 연결한 상태에서만 가능합니다!",
"@batteryWarning": {},
"checksum": "체크섬",
"@checksum": {},
"close": "닫기",
"@close": {},
"cancel": "취소",
"@cancel": {},
"current": "현재",
"@current": {},
"deviceUnavailable": "이 동작 중에는 장치를 사용할 수 없습니다.",
"@deviceUnavailable": {},
"deviceRequest": "장치 요청",
"@deviceRequest": {},
"downgrade": "다운그레이드",
"@downgrade": {},
"downgradeConfirm": "<b>{name}</b> 을(를) <b>{version}</b> 버전으로 다운그레이드 하겠습니까?",
"@downgradeConfirm": {
"placeholders": {
"name": {
"type": "String"
},
"version": {
"type": "String"
}
}
},
"fwupdDeviceFlagNeedsBootloader": "부트로더 필요",
"@fwupdDeviceFlagNeedsBootloader": {},
"fwupdDeviceFlagRegistered": "등록됨",
"@fwupdDeviceFlagRegistered": {},
"fwupdDeviceFlagNeedsReboot": "설치 후 재부팅 필요",
"@fwupdDeviceFlagNeedsReboot": {},
"flags": "플래그",
"@flags": {}
}
4 changes: 3 additions & 1 deletion packages/firmware_updater/lib/src/l10n/app_th.arb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"@@locale": "th"
"@@locale": "th",
"close": "ปิด",
"@close": {}
}