Translations update from Weblate (#5410)
* Translated using Weblate (German) Currently translated at 88.2% (607 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/ * Translated using Weblate (Dutch) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/ * Translated using Weblate (Turkish) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/ * Translated using Weblate (Swedish) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/ * Translated using Weblate (Bulgarian) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/bg/ * Translated using Weblate (Spanish) Currently translated at 100.0% (688 of 688 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/ Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com> Co-authored-by: Tom De Moor <tom@controlaltdieliet.be> Co-authored-by: Kaya Zeren <kayazeren@gmail.com> Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se> Co-authored-by: Zsolt Godó <zsolttokio@gmail.com> Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com> Co-authored-by: Elias Nahum <elias@mattermost.com>
This commit is contained in:
parent
4270148f7d
commit
24e968c849
7 changed files with 33 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
"apps.error.responses.unexpected_type": "Типът отговор на приложението е неочакван. Тип на отговора: {type}.",
|
||||
"apps.error.responses.unknown_type": "Типът отговор на приложението не се поддържа. Тип отговор: {type}.",
|
||||
"apps.error.unknown": "Възникна неизвестна грешка.",
|
||||
"apps.suggestion.dynamic.error": "Грешка в динамичния избор",
|
||||
"apps.suggestion.dynamic.error": "Грешка при динамичния избор",
|
||||
"apps.suggestion.errors.parser_error": "Грешка при анализа",
|
||||
"apps.suggestion.no_dynamic": "Не са върнати данни за динамични предложения",
|
||||
"apps.suggestion.no_static": "Няма съответстващи опции.",
|
||||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Профил",
|
||||
"mobile.routes.user_profile.edit": "Редактирай",
|
||||
"mobile.routes.user_profile.local_time": "МЕСТНО ВРЕМЕ",
|
||||
"mobile.routes.user_profile.organization": "ОРГАНИЗАЦИЯ",
|
||||
"mobile.routes.user_profile.send_message": "Изпрати съобщение",
|
||||
"mobile.search.after_modifier_description": "за да намерите публикации след определена дата",
|
||||
"mobile.search.before_modifier_description": "за да намерите публикации преди определена дата",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Покажи",
|
||||
"more_channels.noMore": "Няма повече канали за присъединяване",
|
||||
"more_channels.publicChannels": "Публични канали",
|
||||
"more_channels.sharedChannels": "Споделени канали",
|
||||
"more_channels.showArchivedChannels": "Покажи: Архивирани канали",
|
||||
"more_channels.showPublicChannels": "Покажи: Публични канали",
|
||||
"more_channels.showSharedChannels": "Покажи: Споделени канали",
|
||||
"more_channels.title": "Още канали",
|
||||
"msg_typing.areTyping": "{users} и {last} пишат ...",
|
||||
"msg_typing.isTyping": "{user} пише ...",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,20 @@
|
|||
"announcment_banner.dont_show_again": "Nicht erneut anzeigen",
|
||||
"api.channel.add_member.added": "{addedUsername} durch {username} zum Kanal hinzugefügt.",
|
||||
"apps.error": "Fehler: {error}",
|
||||
"apps.error.command.field_missing": "Erforderliche Felder fehlen: `{Feldname}`.",
|
||||
"apps.error.command.unknown_channel": "Unbekannter Kanal für Feld `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.unknown_option": "Unbekannte Option für Feld `{fieldName}`: `{option}`.",
|
||||
"apps.error.command.unknown_user": "Unbekannter Benutzer für Feld `{Feldname}`: `{Option}`.",
|
||||
"apps.error.form.no_call": "`call` ist nicht definiert.",
|
||||
"apps.error.form.no_form": "`form` ist nicht definiert.",
|
||||
"apps.error.form.no_lookup_call": "performLookupCall props.call ist nicht definiert",
|
||||
"apps.error.form.refresh": "Es ist ein Fehler beim Abrufen der Auswahlfelder aufgetreten. Kontaktieren Sie den App-Entwickler. Details: {details}",
|
||||
"apps.error.form.refresh_no_refresh": "Aufgerufenes Refresh bei keinem Refresh-Feld.",
|
||||
"apps.error.form.submit.pretext": "Es ist ein Fehler beim Absenden des Modals aufgetreten. Kontaktieren Sie den App-Entwickler. Details: {details}",
|
||||
"apps.error.lookup.error_preparing_request": "Fehler beim Vorbereiten der Suchabfrage: {errorMessage}",
|
||||
"apps.error.parser": "Parsing-Fehler: {error}",
|
||||
"apps.error.parser.empty_value": "leere Werte sind nicht erlaubt",
|
||||
"apps.error.parser.missing_field_value": "Feldwert fehlt.",
|
||||
"archivedChannelMessage": "Sie sehen einen **archivierten Kanal**. Neue Nachrichten können nicht geschickt werden.",
|
||||
"center_panel.archived.closeChannel": "Kanal schließen",
|
||||
"channel.channelHasGuests": "Dieser Kanal hat Gäste",
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Perfil",
|
||||
"mobile.routes.user_profile.edit": "Editar",
|
||||
"mobile.routes.user_profile.local_time": "HORA LOCAL",
|
||||
"mobile.routes.user_profile.organization": "ORGANIZACIÓN",
|
||||
"mobile.routes.user_profile.send_message": "Enviar Mensaje",
|
||||
"mobile.search.after_modifier_description": "encontrar mensajes después de una fecha específica",
|
||||
"mobile.search.before_modifier_description": "encontrar mensajes antes de una fecha específica",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Mostrar",
|
||||
"more_channels.noMore": "No hay más canales para unirse",
|
||||
"more_channels.publicChannels": "Canales Públicos",
|
||||
"more_channels.sharedChannels": "Canales Compartidos",
|
||||
"more_channels.showArchivedChannels": "Mostrar: Canales Archivados",
|
||||
"more_channels.showPublicChannels": "Mostrar: Canales Públicos",
|
||||
"more_channels.showSharedChannels": "Mostrar: Canales Compartidos",
|
||||
"more_channels.title": "Más Canales",
|
||||
"msg_typing.areTyping": "{users} y {last} están escribiendo...",
|
||||
"msg_typing.isTyping": "{user} está escribiendo...",
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Profil",
|
||||
"mobile.routes.user_profile.edit": "Szerkesztés",
|
||||
"mobile.routes.user_profile.local_time": "HELYI IDŐ",
|
||||
"mobile.routes.user_profile.organization": "SZERVEZET",
|
||||
"mobile.routes.user_profile.send_message": "Üzenet küldése",
|
||||
"mobile.search.after_modifier_description": "hogy egy adott dátum után keressen bejegyzéseket",
|
||||
"mobile.search.before_modifier_description": "hogy egy adott dátum előtt keressen bejegyzéseket",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Megjelenítés",
|
||||
"more_channels.noMore": "Nincs több csatorna amelyhez csatlakozni lehetne",
|
||||
"more_channels.publicChannels": "Nyilvános csatornák",
|
||||
"more_channels.sharedChannels": "Megosztott csatornák",
|
||||
"more_channels.showArchivedChannels": "Archivált csatornák mutatása",
|
||||
"more_channels.showPublicChannels": "Megjelenítés: Nyilvános csatornák",
|
||||
"more_channels.showSharedChannels": "Megjelenítés: Megosztott csatornák",
|
||||
"more_channels.title": "Több csatorna",
|
||||
"msg_typing.areTyping": "{users} és {last} éppen gépel...",
|
||||
"msg_typing.isTyping": "{user} épp gépel...",
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Profiel",
|
||||
"mobile.routes.user_profile.edit": "Bewerken",
|
||||
"mobile.routes.user_profile.local_time": "LOKALE TIJD",
|
||||
"mobile.routes.user_profile.organization": "ORGANISATIE",
|
||||
"mobile.routes.user_profile.send_message": "Bericht verzenden",
|
||||
"mobile.search.after_modifier_description": "om berichten na een bepaalde datum te vinden",
|
||||
"mobile.search.before_modifier_description": "om berichten voor een bepaalde datum te vinden",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Toon",
|
||||
"more_channels.noMore": "Geen kanalen beschikbaar waar aan deelgenomen kan worden",
|
||||
"more_channels.publicChannels": "Publieke kanalen",
|
||||
"more_channels.sharedChannels": "Gedeelde kanalen",
|
||||
"more_channels.showArchivedChannels": "Weergeven: Gearchiveerde Kanalen",
|
||||
"more_channels.showPublicChannels": "Weergeven: Publieke kanalen",
|
||||
"more_channels.showSharedChannels": "Weergeven: Gedeelde kanalen",
|
||||
"more_channels.title": "Meer kanalen",
|
||||
"msg_typing.areTyping": "{users} en {last} zijn aan het typen...",
|
||||
"msg_typing.isTyping": "{user} typt...",
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Profil",
|
||||
"mobile.routes.user_profile.edit": "Editera",
|
||||
"mobile.routes.user_profile.local_time": "LOKAL TID",
|
||||
"mobile.routes.user_profile.organization": "ORGANISATION",
|
||||
"mobile.routes.user_profile.send_message": "Skicka meddelande",
|
||||
"mobile.search.after_modifier_description": "för att hitta inlägg före ett visst datum",
|
||||
"mobile.search.before_modifier_description": "för att hitta inlägg före ett visst datum",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Visa",
|
||||
"more_channels.noMore": "Det finns inga fler kanaler att gå med i",
|
||||
"more_channels.publicChannels": "Publika kanaler",
|
||||
"more_channels.sharedChannels": "Delade kanaler",
|
||||
"more_channels.showArchivedChannels": "Visa: Arkiverade kanaler",
|
||||
"more_channels.showPublicChannels": "Publika kanaler",
|
||||
"more_channels.showSharedChannels": "Visa: Delade kanaler",
|
||||
"more_channels.title": "Fler kanaler",
|
||||
"msg_typing.areTyping": "{users} och {last} skriver...",
|
||||
"msg_typing.isTyping": "{user} skriver...",
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@
|
|||
"mobile.routes.user_profile": "Profil",
|
||||
"mobile.routes.user_profile.edit": "Düzenle",
|
||||
"mobile.routes.user_profile.local_time": "YEREL ZAMAN",
|
||||
"mobile.routes.user_profile.organization": "KURULUŞ",
|
||||
"mobile.routes.user_profile.send_message": "İleti Gönder",
|
||||
"mobile.search.after_modifier_description": "belirli bir tarihten sonraki iletileri bulmak için",
|
||||
"mobile.search.before_modifier_description": "belirli bir tarihten önceki iletileri bulmak için",
|
||||
|
|
@ -567,8 +568,10 @@
|
|||
"more_channels.dropdownTitle": "Görüntüle",
|
||||
"more_channels.noMore": "Katılabileceğiniz başka bir kanal yok",
|
||||
"more_channels.publicChannels": "Herkese Açık Kanallar",
|
||||
"more_channels.sharedChannels": "Paylaşılmış Kanallar",
|
||||
"more_channels.showArchivedChannels": "Görüntüle: Arşivlenmiş Kanallar",
|
||||
"more_channels.showPublicChannels": "Görüntüle: Herkese Açık Kanallar",
|
||||
"more_channels.showSharedChannels": "Görüntüle: Paylaşılmış Kanallar",
|
||||
"more_channels.title": "Diğer Kanallar",
|
||||
"msg_typing.areTyping": "{users} ve {last} yazıyor...",
|
||||
"msg_typing.isTyping": "{user} yazıyor...",
|
||||
|
|
|
|||
Loading…
Reference in a new issue