Skip to content

Commit

Permalink
Merge pull request #782 from weblate/weblate-ubuntu-desktop-translati…
Browse files Browse the repository at this point in the history
…ons-provision-common

Translations update from Hosted Weblate
  • Loading branch information
spydon authored Aug 6, 2024
2 parents 20ea92d + 79410b9 commit c2111ae
Show file tree
Hide file tree
Showing 57 changed files with 1,849 additions and 523 deletions.
64 changes: 63 additions & 1 deletion packages/factory_reset_tools/lib/l10n/factory_reset_tools_ga.arb
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
{
"@@locale": "ga"
"@@locale": "ga",
"appTitle": "Uirlisí monarchan athshocrú",
"@appTitle": {},
"homeTitle": "Céard ba mhaith leat a dhéanamh?",
"@homeTitle": {},
"createUsbTitle": "Cruthaigh meáin athshocraithe USB",
"@createUsbTitle": {},
"resetMediaTitle": "Meáin athshocrú USB",
"@resetMediaTitle": {},
"noMediaDetected": "Ní aimsítear aon stóráil inbhainte",
"@noMediaDetected": {},
"noMediaDetectedSubtitle": "Teastaíonn stór USB uait chun Meáin Athshocraigh Monarcha a chruthú.",
"@noMediaDetectedSubtitle": {},
"factoryResetTitle": "Roghnaigh rogha chun athshocrú mhonarcha a thosú",
"@factoryResetTitle": {},
"loadingDrives": "Fan le do thoil agus muid ag tabhairt na dtiomántáin.",
"@loadingDrives": {},
"resetMediaInitializing": "Ag tosú",
"@resetMediaInitializing": {},
"resetMediaCopying": "Cóipeáil",
"@resetMediaCopying": {},
"resetMediaFinalizing": "Ag críochnú",
"@resetMediaFinalizing": {},
"resetMediaFailed": "Theip",
"@resetMediaFailed": {},
"error": "Earráid",
"@error": {},
"loading": "Á lódáil...",
"@loading": {},
"ok": "Ceart go leor",
"@ok": {},
"warning": "Rabhadh",
"@warning": {},
"restore": "Athchóirigh",
"@restore": {},
"failed": "Theip ar an ordú a rith",
"@failed": {},
"close": "Dún",
"@close": {},
"restart": "Tosaigh arís",
"@restart": {},
"reformat": "Athfhormáid",
"@reformat": {},
"createUsbListExplanation": "Roghnaigh tiomántán USB flash. Caithfidh **16GB ar a laghad de spás a bheith ar an tiomántán.**",
"@createUsbListExplanation": {},
"startFactoryReset": "Tosaigh athshocrú monarchan",
"@startFactoryReset": {},
"windowTitle": "Uirlisí monarchan athshocrú",
"@windowTitle": {},
"createResetMedia": "Cruthaigh meáin athshocraithe",
"@createResetMedia": {},
"createUsbBody": "Cruthaigh meáin athshocraithe USB chun an córas a athchóiriú, chomh maith le do shuiteálacha Ubuntu a shaincheapadh.",
"@createUsbBody": {},
"createUsbWarning": "Déanfar an tiomáint flash a athfhormáidiú agus caillfear na sonraí go léir ar an tiomántán.",
"@createUsbWarning": {},
"resetMediaReadyTitle": "Tá meáin athshocraithe USB réidh",
"@resetMediaReadyTitle": {},
"resetMediaReadyBody": "Nuair is mian leat é a úsáid, cuir isteach an tiomántán USB isteach sa ríomhaire is mian leat a athshocrú agus é a atosú.",
"@resetMediaReadyBody": {},
"errorLoadingDrives": "Tharla earráid agus na tiomántáin á bhfáil.",
"@errorLoadingDrives": {},
"resetMediaFinished": "Críochnaithe",
"@resetMediaFinished": {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,95 +5,95 @@ class FactoryResetToolsLocalizationsGa extends FactoryResetToolsLocalizations {
FactoryResetToolsLocalizationsGa([String locale = 'ga']) : super(locale);

@override
String get appTitle => 'Factory reset tools';
String get appTitle => 'Uirlisí monarchan athshocrú';

@override
String get windowTitle => 'Factory reset tools';
String get windowTitle => 'Uirlisí monarchan athshocrú';

@override
String get homeTitle => 'What would you like to do?';
String get homeTitle => 'Céard ba mhaith leat a dhéanamh?';

@override
String get createResetMedia => 'Create reset media';
String get createResetMedia => 'Cruthaigh meáin athshocraithe';

@override
String get startFactoryReset => 'Start factory reset';
String get startFactoryReset => 'Tosaigh athshocrú monarchan';

@override
String get createUsbTitle => 'Create a USB reset media';
String get createUsbTitle => 'Cruthaigh meáin athshocraithe USB';

@override
String get createUsbBody => 'Create a USB reset media to restore the system, as well as customising your Ubuntu installations.';
String get createUsbBody => 'Cruthaigh meáin athshocraithe USB chun an córas a athchóiriú, chomh maith le do shuiteálacha Ubuntu a shaincheapadh.';

@override
String get createUsbListExplanation => 'Select a USB flash drive. The drive must have **at least 16GB of space.**';
String get createUsbListExplanation => 'Roghnaigh tiomántán USB flash. Caithfidh **16GB ar a laghad de spás a bheith ar an tiomántán.**';

@override
String get createUsbWarning => 'The flash drive will be reformatted and all data on the drive will be lost.';
String get createUsbWarning => 'Déanfar an tiomáint flash a athfhormáidiú agus caillfear na sonraí go léir ar an tiomántán.';

@override
String get resetMediaTitle => 'USB reset media';
String get resetMediaTitle => 'Meáin athshocrú USB';

@override
String get noMediaDetected => 'No removable storage is detected';
String get noMediaDetected => 'Ní aimsítear aon stóráil inbhainte';

@override
String get noMediaDetectedSubtitle => 'You need a USB storage to create a Factory Reset Media.';
String get noMediaDetectedSubtitle => 'Teastaíonn stór USB uait chun Meáin Athshocraigh Monarcha a chruthú.';

@override
String get factoryResetTitle => 'Select an option to start factory reset';
String get factoryResetTitle => 'Roghnaigh rogha chun athshocrú mhonarcha a thosú';

@override
String get loadingDrives => 'Please wait while we fetch the drives.';
String get loadingDrives => 'Fan le do thoil agus muid ag tabhairt na dtiomántáin.';

@override
String get resetMediaReadyTitle => 'USB reset media is ready';
String get resetMediaReadyTitle => 'Tá meáin athshocraithe USB réidh';

@override
String get resetMediaReadyBody => 'When you want to use it, please insert the USB drive into the computer you want to reset and restart it.';
String get resetMediaReadyBody => 'Nuair is mian leat é a úsáid, cuir isteach an tiomántán USB isteach sa ríomhaire is mian leat a athshocrú agus é a atosú.';

@override
String get errorLoadingDrives => 'An error occurred while fetching the drives.';
String get errorLoadingDrives => 'Tharla earráid agus na tiomántáin á bhfáil.';

@override
String get resetMediaInitializing => 'Initializing';
String get resetMediaInitializing => 'Ag tosú';

@override
String get resetMediaCopying => 'Copying';
String get resetMediaCopying => 'Cóipeáil';

@override
String get resetMediaFinalizing => 'Finalizing';
String get resetMediaFinalizing => 'Ag críochnú';

@override
String get resetMediaFinished => 'Finished';
String get resetMediaFinished => 'Críochnaithe';

@override
String get resetMediaFailed => 'Failed';
String get resetMediaFailed => 'Theip';

@override
String get error => 'Error';
String get error => 'Earráid';

@override
String get loading => 'Loading...';
String get loading => 'Á lódáil...';

@override
String get warning => 'Warning';
String get warning => 'Rabhadh';

@override
String get restore => 'Restore';
String get restore => 'Athchóirigh';

@override
String get restart => 'Restart';
String get restart => 'Tosaigh arís';

@override
String get reformat => 'Reformat';
String get reformat => 'Athfhormáid';

@override
String get failed => 'Failed to run command';
String get failed => 'Theip ar an ordú a rith';

@override
String get close => 'Close';
String get close => 'Dún';

@override
String get ok => 'OK';
String get ok => 'Ceart go leor';
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class FactoryResetToolsLocalizationsNl extends FactoryResetToolsLocalizations {
String get restore => 'Restore';

@override
String get restart => 'Restart';
String get restart => 'Herstarten';

@override
String get reformat => 'Reformat';
Expand All @@ -92,7 +92,7 @@ class FactoryResetToolsLocalizationsNl extends FactoryResetToolsLocalizations {
String get failed => 'Failed to run command';

@override
String get close => 'Close';
String get close => 'Sluiten';

@override
String get ok => 'OK';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,94 +5,94 @@ class FactoryResetToolsLocalizationsUk extends FactoryResetToolsLocalizations {
FactoryResetToolsLocalizationsUk([String locale = 'uk']) : super(locale);

@override
String get appTitle => 'Factory reset tools';
String get appTitle => 'Інструменти для скидання до заводських налаштувань';

@override
String get windowTitle => 'Factory reset tools';
String get windowTitle => 'Інструменти для скидання до заводських налаштувань';

@override
String get homeTitle => 'What would you like to do?';
String get homeTitle => 'Що б ви хотіли зробити?';

@override
String get createResetMedia => 'Create reset media';
String get createResetMedia => 'Створити носій для скидання';

@override
String get startFactoryReset => 'Start factory reset';
String get startFactoryReset => 'Почати скидання до заводських налаштувань';

@override
String get createUsbTitle => 'Create a USB reset media';
String get createUsbTitle => 'Створити USB-носій для скидання налаштувань';

@override
String get createUsbBody => 'Create a USB reset media to restore the system, as well as customising your Ubuntu installations.';
String get createUsbBody => 'Створити USB-носій для відновлення системи, а також налаштувати ваші установки Ubuntu.';

@override
String get createUsbListExplanation => 'Select a USB flash drive. The drive must have **at least 16GB of space.**';
String get createUsbListExplanation => 'Вибрати USB-накопичувач. На диску повинно бути **принаймні 16 ГБ вільного місця.**';

@override
String get createUsbWarning => 'The flash drive will be reformatted and all data on the drive will be lost.';
String get createUsbWarning => 'Флешка буде переформатована і всі дані на ній будуть втрачені.';

@override
String get resetMediaTitle => 'USB reset media';
String get resetMediaTitle => 'USB-носій для скидання налаштувань';

@override
String get noMediaDetected => 'No removable storage is detected';
String get noMediaDetected => 'Знімний накопичувач не виявлено';

@override
String get noMediaDetectedSubtitle => 'You need a USB storage to create a Factory Reset Media.';
String get noMediaDetectedSubtitle => 'Для створення носія зі скиданням до заводських налаштувань вам знадобиться USB-накопичувач.';

@override
String get factoryResetTitle => 'Select an option to start factory reset';
String get factoryResetTitle => 'Виберіть опцію для запуску скидання до заводських налаштувань';

@override
String get loadingDrives => 'Please wait while we fetch the drives.';
String get loadingDrives => 'Зачекайте, будь ласка, поки ми принесемо диски.';

@override
String get resetMediaReadyTitle => 'USB reset media is ready';
String get resetMediaReadyTitle => 'USB-носій для скидання готовий';

@override
String get resetMediaReadyBody => 'When you want to use it, please insert the USB drive into the computer you want to reset and restart it.';
String get resetMediaReadyBody => 'Коли ви захочете скористатися цим, вставте USB-накопичувач у комп\'ютер, який ви хочете перезавантажити, і перезавантажте його.';

@override
String get errorLoadingDrives => 'An error occurred while fetching the drives.';
String get errorLoadingDrives => 'Виникла помилка під час отримання дисків.';

@override
String get resetMediaInitializing => 'Initializing';
String get resetMediaInitializing => 'Ініціалізація';

@override
String get resetMediaCopying => 'Copying';
String get resetMediaCopying => 'Копіювання';

@override
String get resetMediaFinalizing => 'Finalizing';
String get resetMediaFinalizing => 'Завершення';

@override
String get resetMediaFinished => 'Finished';
String get resetMediaFinished => 'Завершено';

@override
String get resetMediaFailed => 'Failed';
String get resetMediaFailed => 'Не вдалося';

@override
String get error => 'Error';
String get error => 'Помилка';

@override
String get loading => 'Loading...';
String get loading => 'Завантаження...';

@override
String get warning => 'Warning';
String get warning => 'Попередження';

@override
String get restore => 'Restore';
String get restore => 'Відновити';

@override
String get restart => 'Restart';
String get restart => 'Перезапустити';

@override
String get reformat => 'Reformat';
String get reformat => 'Переформатувати';

@override
String get failed => 'Failed to run command';
String get failed => 'Не вдалося запустити команду';

@override
String get close => 'Close';
String get close => 'Закрити';

@override
String get ok => 'OK';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"@@locale": "nl"
"@@locale": "nl",
"ok": "OK",
"@ok": {},
"close": "Sluiten",
"@close": {},
"restart": "Herstarten",
"@restart": {}
}
Loading

0 comments on commit c2111ae

Please sign in to comment.