Skip to content

Commit 9f7d3b5

Browse files
authored
Updated translations with latest Crowdin changes (#5997)
1 parent 3e5e88d commit 9f7d3b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+218
-167
lines changed

lang/ar/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'الشفرة المُقدمة لرمز API المستخدم المحدد غير صحيحة',
126126
'api_user_no_api_permission' => 'مالك رمز API المستخدم ليس لديه الصلاحية لإجراء مكالمات API',
127127
'api_user_token_expired' => 'انتهت صلاحية رمز الترخيص المستخدم',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'حدث خطأ عند إرسال بريد إلكتروني تجريبي:',

lang/bg/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'Секретния код, който беше предоставен за достъп до API-а е неправилен',
126126
'api_user_no_api_permission' => 'Собственика на АPI кода няма право да прави API заявки',
127127
'api_user_token_expired' => 'Кода за достъп, който беше използван, вече не е валиден',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Беше върната грешка, когато се изпрати тестовият емейл:',

lang/bn/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
126126
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
127127
'api_user_token_expired' => 'The authorization token used has expired',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',

lang/bs/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'Tajni ključ naveden za dati korišteni API token nije tačan',
126126
'api_user_no_api_permission' => 'Vlasnik korištenog API tokena nema dozvolu za upućivanje API poziva',
127127
'api_user_token_expired' => 'Autorizacijski token je istekao',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Došlo je do greške prilikom slanja testnog e-maila:',

lang/ca/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'El secret proporcionat per al testimoni d’API utilitzat no és correcte.',
126126
'api_user_no_api_permission' => 'El propietari del testimoni API utilitzat no té permís per a fer crides a l’API.',
127127
'api_user_token_expired' => 'El testimoni d’autorització utilitzat ha caducat.',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'S’ha produït un error en enviar el correu electrònic de prova:',

lang/cs/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'Poskytnutý Token Secret neodpovídá použitému API tokenu',
126126
'api_user_no_api_permission' => 'Vlastník použitého API tokenu nemá oprávnění provádět API volání',
127127
'api_user_token_expired' => 'Platnost autorizačního tokenu vypršela',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Při posílání testovacího e-mailu nastala chyba:',

lang/cy/errors.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'Mae\'r gyfrinach a ddarparwyd ar gyfer y tocyn API defnyddiedig a roddwyd yn anghywir',
126126
'api_user_no_api_permission' => 'Nid oes gan berchennog y tocyn API a ddefnyddiwyd ganiatâd i wneud galwadau API',
127127
'api_user_token_expired' => 'Mae\'r tocyn awdurdodi a ddefnyddiwyd wedi dod i ben',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Gwall a daflwyd wrth anfon e-bost prawf:',

lang/da/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'superscript' => 'Hævet',
4949
'subscript' => 'Sænket',
5050
'text_color' => 'Tekstfarve',
51-
'highlight_color' => 'Highlight color',
51+
'highlight_color' => 'Fremhævelsesfarve',
5252
'custom_color' => 'Tilpasset farve',
5353
'remove_color' => 'Fjern farve',
5454
'background_color' => 'Baggrundsfarve',

lang/da/entities.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
'pages_edit_switch_to_markdown_stable' => '(Stabilt indhold)',
253253
'pages_edit_switch_to_wysiwyg' => 'Skift til WYSIWYG redigering',
254254
'pages_edit_switch_to_new_wysiwyg' => 'Skift til ny WYSIWYG (Hvad man ser, er hvad man får)',
255-
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
255+
'pages_edit_switch_to_new_wysiwyg_desc' => '(I Beta Test)',
256256
'pages_edit_set_changelog' => 'Sæt ændringsoversigt',
257257
'pages_edit_enter_changelog_desc' => 'Indtast en kort beskrivelse af ændringer du har lavet',
258258
'pages_edit_enter_changelog' => 'Indtast ændringsoversigt',
@@ -397,11 +397,11 @@
397397
'comment' => 'Kommentar',
398398
'comments' => 'Kommentarer',
399399
'comment_add' => 'Tilføj kommentar',
400-
'comment_none' => 'No comments to display',
400+
'comment_none' => 'Ingen kommentarer at vise',
401401
'comment_placeholder' => 'Skriv en kommentar her',
402-
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
402+
'comment_thread_count' => ':count Kommentar Tråde:count Kommentar Tråde',
403403
'comment_archived_count' => ':count Arkiveret',
404-
'comment_archived_threads' => 'Archived Threads',
404+
'comment_archived_threads' => 'Arkiverede Tråde',
405405
'comment_save' => 'Gem kommentar',
406406
'comment_new' => 'Ny kommentar',
407407
'comment_created' => 'kommenteret :createDiff',
@@ -410,8 +410,8 @@
410410
'comment_deleted_success' => 'Kommentar slettet',
411411
'comment_created_success' => 'Kommentaren er tilføjet',
412412
'comment_updated_success' => 'Kommentaren er opdateret',
413-
'comment_archive_success' => 'Comment archived',
414-
'comment_unarchive_success' => 'Comment un-archived',
413+
'comment_archive_success' => 'Kommentar arkiveret',
414+
'comment_unarchive_success' => 'Kommentaren er ikke længere arkiveret',
415415
'comment_view' => 'Se kommentar',
416416
'comment_jump_to_thread' => 'Hop til tråd',
417417
'comment_delete_confirm' => 'Er du sikker på, at du vil slette denne kommentar?',

lang/da/errors.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'import_zip_cant_read' => 'Kunne ikke læse ZIP-filen.',
110110
'import_zip_cant_decode_data' => 'Kunne ikke finde og afkode ZIP data.json-indhold.',
111111
'import_zip_no_data' => 'ZIP-filens data har ikke noget forventet bog-, kapitel- eller sideindhold.',
112-
'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
112+
'import_zip_data_too_large' => 'Indholdet af ZIP data.json overstiger den konfigurerede maksimale uploadstørrelse for applikationen.',
113113
'import_validation_failed' => 'Import ZIP kunne ikke valideres med fejl:',
114114
'import_zip_failed_notification' => 'Kunne ikke importere ZIP-fil.',
115115
'import_perms_books' => 'Du mangler de nødvendige tilladelser til at oprette bøger.',
@@ -125,6 +125,7 @@
125125
'api_incorrect_token_secret' => 'Hemmeligheden leveret til det givne anvendte API-token er forkert',
126126
'api_user_no_api_permission' => 'Ejeren af den brugte API token har ikke adgang til at foretage API-kald',
127127
'api_user_token_expired' => 'Den brugte godkendelsestoken er udløbet',
128+
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128129

129130
// Settings & Maintenance
130131
'maintenance_test_email_failure' => 'Følgende fejl opstod under afsendelse af testemail:',

0 commit comments

Comments
 (0)