mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add German translation & update Austrian Translation (#2438)
* Add German translation and update Austrian translation * Add German translation and update Austrian translation * Fix syntax error in line 1301 introduced by German translation. * Add German translation & update Austrian translation Add German translation & update Austrian translation. Fixed two php syntax errors.
This commit is contained in:
@@ -8,6 +8,7 @@ $text['title-call_flows']['pt-br'] = "Fluxo de chamadas";
|
||||
$text['title-call_flows']['pl'] = "Przepływ rozmów";
|
||||
$text['title-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['title-call_flows']['uk'] = "Потоки дзвінків";
|
||||
$text['title-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
|
||||
$text['title-call_flow']['en-us'] = "Call Flow";
|
||||
@@ -18,6 +19,7 @@ $text['title-call_flow']['pt-br'] = "Fluxo de chamada";
|
||||
$text['title-call_flow']['pl'] = "Przepływ rozmów";
|
||||
$text['title-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['title-call_flow']['uk'] = "Потік дзвінків";
|
||||
$text['title-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['title-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
|
||||
$text['label-call_flow_name']['en-us'] = "Name";
|
||||
@@ -28,6 +30,7 @@ $text['label-call_flow_name']['pt-br'] = "Nome";
|
||||
$text['label-call_flow_name']['pl'] = "Nazwa";
|
||||
$text['label-call_flow_name']['sv-se'] = "Namn";
|
||||
$text['label-call_flow_name']['uk'] = "Назва";
|
||||
$text['label-call_flow_name']['de-de'] = "Name";
|
||||
$text['label-call_flow_name']['de-at'] = "Name";
|
||||
|
||||
$text['label-call_flow_status']['en-us'] = "Status";
|
||||
@@ -38,6 +41,7 @@ $text['label-call_flow_status']['pt-br'] = "Estado";
|
||||
$text['label-call_flow_status']['pl'] = "Status";
|
||||
$text['label-call_flow_status']['sv-se'] = "Status";
|
||||
$text['label-call_flow_status']['uk'] = "Статус";
|
||||
$text['label-call_flow_status']['de-de'] = "Status";
|
||||
$text['label-call_flow_status']['de-at'] = "Status";
|
||||
|
||||
$text['label-call_flow_pin_number']['en-us'] = "PIN Number";
|
||||
@@ -48,6 +52,7 @@ $text['label-call_flow_pin_number']['pt-br'] = "Código PIN";
|
||||
$text['label-call_flow_pin_number']['pl'] = "Numer PIN";
|
||||
$text['label-call_flow_pin_number']['sv-se'] = "PIN Kod";
|
||||
$text['label-call_flow_pin_number']['uk'] = "PIN-код";
|
||||
$text['label-call_flow_pin_number']['de-de'] = "PIN Nummer";
|
||||
$text['label-call_flow_pin_number']['de-at'] = "PIN Nummer";
|
||||
|
||||
$text['label-call_flow_feature_code']['en-us'] = "Feature Code";
|
||||
@@ -58,6 +63,7 @@ $text['label-call_flow_feature_code']['pt-br'] = "Código de função";
|
||||
$text['label-call_flow_feature_code']['pl'] = "";
|
||||
$text['label-call_flow_feature_code']['sv-se'] = "Funktionskod";
|
||||
$text['label-call_flow_feature_code']['uk'] = "";
|
||||
$text['label-call_flow_feature_code']['de-de'] = "Stern-Code";
|
||||
$text['label-call_flow_feature_code']['de-at'] = "Stern-Code";
|
||||
|
||||
$text['label-call_flow_extension']['en-us'] = "Extension";
|
||||
@@ -68,6 +74,7 @@ $text['label-call_flow_extension']['pt-br'] = "Ramal";
|
||||
$text['label-call_flow_extension']['pl'] = "Numer wewnętrzny";
|
||||
$text['label-call_flow_extension']['sv-se'] = "Anknytning";
|
||||
$text['label-call_flow_extension']['uk'] = "Розширення (Extention)";
|
||||
$text['label-call_flow_extension']['de-de'] = "Nebenstelle";
|
||||
$text['label-call_flow_extension']['de-at'] = "Nebenstelle";
|
||||
|
||||
$text['label-call_flow_label']['en-us'] = "Destination Label";
|
||||
@@ -78,6 +85,7 @@ $text['label-call_flow_label']['pt-br'] = "Etiqueta de destino";
|
||||
$text['label-call_flow_label']['pl'] = "Etykieta destynacji";
|
||||
$text['label-call_flow_label']['sv-se'] = "Destination Etikett";
|
||||
$text['label-call_flow_label']['uk'] = "призначення етикетки";
|
||||
$text['label-call_flow_label']['de-de'] = "Ziel Kennzeichnung";
|
||||
$text['label-call_flow_label']['de-at'] = "Ziel Kennzeichnung";
|
||||
|
||||
$text['label-call_flow_destination']['en-us'] = "Destination";
|
||||
@@ -88,6 +96,7 @@ $text['label-call_flow_destination']['pt-br'] = "Número de destino";
|
||||
$text['label-call_flow_destination']['pl'] = "Destynacja";
|
||||
$text['label-call_flow_destination']['sv-se'] = "Destination";
|
||||
$text['label-call_flow_destination']['uk'] = "Номер";
|
||||
$text['label-call_flow_destination']['de-de'] = "Ziel";
|
||||
$text['label-call_flow_destination']['de-at'] = "Ziel";
|
||||
|
||||
$text['label-call_flow_context']['en-us'] = "Context";
|
||||
@@ -98,6 +107,7 @@ $text['label-call_flow_context']['pt-br'] = "Contexto";
|
||||
$text['label-call_flow_context']['pl'] = "Kontekst";
|
||||
$text['label-call_flow_context']['sv-se'] = "Context";
|
||||
$text['label-call_flow_context']['uk'] = "Контекст";
|
||||
$text['label-call_flow_context']['de-de'] = "Kontext";
|
||||
$text['label-call_flow_context']['de-at'] = "Kontext";
|
||||
|
||||
$text['label-call_flow_alternate_label']['en-us'] = "Alternate Label";
|
||||
@@ -108,6 +118,7 @@ $text['label-call_flow_alternate_label']['pt-br'] = "Etqueta alternativa";
|
||||
$text['label-call_flow_alternate_label']['pl'] = "Alternatywna etykieta";
|
||||
$text['label-call_flow_alternate_label']['sv-se'] = "Alternativ Etikett";
|
||||
$text['label-call_flow_alternate_label']['uk'] = "альтернативні етикетки";
|
||||
$text['label-call_flow_alternate_label']['de-de'] = "Alternatives Ziel Beschreibung";
|
||||
$text['label-call_flow_alternate_label']['de-at'] = "Alternatives Ziel Beschreibung";
|
||||
|
||||
$text['label-call_flow_alternate_destination']['en-us'] = "Alternate Destination";
|
||||
@@ -118,6 +129,7 @@ $text['label-call_flow_alternate_destination']['pt-br'] = "Destino alternativo";
|
||||
$text['label-call_flow_alternate_destination']['pl'] = "Alternatywna destynacja";
|
||||
$text['label-call_flow_alternate_destination']['sv-se'] = "Alternativ Destination";
|
||||
$text['label-call_flow_alternate_destination']['uk'] = "альтернативні варіанти призначення";
|
||||
$text['label-call_flow_alternate_destination']['de-de'] = "Alternatives Ziel";
|
||||
$text['label-call_flow_alternate_destination']['de-at'] = "Alternatives Ziel";
|
||||
|
||||
$text['label-call_flow_sound']['en-us'] = "Sound";
|
||||
@@ -128,7 +140,8 @@ $text['label-call_flow_sound']['pt-br'] = "Som";
|
||||
$text['label-call_flow_sound']['pl'] = "Dźwięk";
|
||||
$text['label-call_flow_sound']['sv-se'] = "Ljud";
|
||||
$text['label-call_flow_sound']['uk'] = "звук";
|
||||
$text['label-call_flow_sound']['de-at'] = "Klingen";
|
||||
$text['label-call_flow_sound']['de-de'] = "Rufton";
|
||||
$text['label-call_flow_sound']['de-at'] = "Rufton";
|
||||
|
||||
$text['label-call_flow_alternate_sound']['en-us'] = "Alternate Sound";
|
||||
$text['label-call_flow_alternate_sound']['es-cl'] = "sonido alternativo";
|
||||
@@ -138,7 +151,8 @@ $text['label-call_flow_alternate_sound']['pt-br'] = "Som alternativo";
|
||||
$text['label-call_flow_alternate_sound']['pl'] = "Alternatywny dźwięk";
|
||||
$text['label-call_flow_alternate_sound']['sv-se'] = "alternativt ljud";
|
||||
$text['label-call_flow_alternate_sound']['uk'] = "альтернативний звук";
|
||||
$text['label-call_flow_alternate_sound']['de-at'] = "wechseln Klingen";
|
||||
$text['label-call_flow_alternate_sound']['de-de'] = "Alternativer Rufton";
|
||||
$text['label-call_flow_alternate_sound']['de-at'] = "Alternativer Rufton";
|
||||
|
||||
$text['label-call_flow_description']['en-us'] = "Description";
|
||||
$text['label-call_flow_description']['es-cl'] = "Descripción";
|
||||
@@ -148,6 +162,7 @@ $text['label-call_flow_description']['pt-br'] = "Descrição";
|
||||
$text['label-call_flow_description']['pl'] = "Opis";
|
||||
$text['label-call_flow_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-call_flow_description']['uk'] = "Опис";
|
||||
$text['label-call_flow_description']['de-de'] = "Beschreibung";
|
||||
$text['label-call_flow_description']['de-at'] = "Beschreibung";
|
||||
|
||||
$text['header-call_flows']['en-us'] = "Call Flows";
|
||||
@@ -158,6 +173,7 @@ $text['header-call_flows']['pt-br'] = "Fluxo de chamadas";
|
||||
$text['header-call_flows']['pl'] = "Przepływ rozmów";
|
||||
$text['header-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['header-call_flows']['uk'] = "Потоки дзвінків";
|
||||
$text['header-call_flows']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flows']['de-at'] = "Anruf Steuerung";
|
||||
|
||||
$text['header-call_flow']['en-us'] = "Call Flow";
|
||||
@@ -168,6 +184,7 @@ $text['header-call_flow']['pt-br'] = "Fluxo de chamada";
|
||||
$text['header-call_flow']['pl'] = "Przepływ rozmów";
|
||||
$text['header-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['header-call_flow']['uk'] = "Потік дзвінка";
|
||||
$text['header-call_flow']['de-de'] = "Anruf Steuerung";
|
||||
$text['header-call_flow']['de-at'] = "Anruf Steuerung";
|
||||
|
||||
$text['description-call_flow_status']['en-us'] = "Select the status.";
|
||||
@@ -178,6 +195,7 @@ $text['description-call_flow_status']['pt-br'] = "Escolha o estado.";
|
||||
$text['description-call_flow_status']['pl'] = "Wybierz status użytkownika";
|
||||
$text['description-call_flow_status']['sv-se'] = "Välj Status";
|
||||
$text['description-call_flow_status']['uk'] = "Виберіть статус користувача";
|
||||
$text['description-call_flow_status']['de-de'] = "Benutzerstatus auswählen";
|
||||
$text['description-call_flow_status']['de-at'] = "Benutzerstatus auswählen";
|
||||
|
||||
$text['description-call_flow_pin_number']['en-us'] = "Enter the pin number.";
|
||||
@@ -188,6 +206,7 @@ $text['description-call_flow_pin_number']['pt-br'] = "Insira o código PIN.";
|
||||
$text['description-call_flow_pin_number']['pl'] = "Wprowadź numer PIN";
|
||||
$text['description-call_flow_pin_number']['sv-se'] = "Ange PIN Kod.";
|
||||
$text['description-call_flow_pin_number']['uk'] = "Введіть пін - код.";
|
||||
$text['description-call_flow_pin_number']['de-de'] = "Geben Sie einen PIN ein.";
|
||||
$text['description-call_flow_pin_number']['de-at'] = "Geben Sie einen PIN ein.";
|
||||
|
||||
$text['description-call_flow_name']['en-us'] = "Enter the name.";
|
||||
@@ -198,6 +217,7 @@ $text['description-call_flow_name']['pt-br'] = "Insira o nome.";
|
||||
$text['description-call_flow_name']['pl'] = "Wprowadź nazwę";
|
||||
$text['description-call_flow_name']['sv-se'] = "Ange Namn.";
|
||||
$text['description-call_flow_name']['uk'] = "Введіть назву меню";
|
||||
$text['description-call_flow_name']['de-de'] = "Geben Sie den Namen des Menüs an";
|
||||
$text['description-call_flow_name']['de-at'] = "Geben Sie den Namen des Menüs an";
|
||||
|
||||
$text['description-call_flow_feature_code']['en-us'] = "Enter the feature code.";
|
||||
@@ -208,6 +228,7 @@ $text['description-call_flow_feature_code']['pt-br'] = "Insira o código de fun
|
||||
$text['description-call_flow_feature_code']['pl'] = "Dodaj specjalny kod";
|
||||
$text['description-call_flow_feature_code']['sv-se'] = "Ange Funktionskoden.";
|
||||
$text['description-call_flow_feature_code']['uk'] = "Введіть код об'єкта.";
|
||||
$text['description-call_flow_feature_code']['de-de'] = "Geben Sie den Stern-Code an.";
|
||||
$text['description-call_flow_feature_code']['de-at'] = "Geben Sie den Stern-Code an.";
|
||||
|
||||
$text['description-call_flow_extension']['en-us'] = "Enter the extension number.";
|
||||
@@ -218,6 +239,7 @@ $text['description-call_flow_extension']['pt-br'] = "Atribua o número de ramal.
|
||||
$text['description-call_flow_extension']['pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-call_flow_extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-call_flow_extension']['uk'] = "Введіть номер розширення.";
|
||||
$text['description-call_flow_extension']['de-de'] = "Weisen Sie die Nebenstellen und Linien einem Gerät zu.";
|
||||
$text['description-call_flow_extension']['de-at'] = "Weisen Sie die Nebenstellen und Linien einem Gerät zu.";
|
||||
|
||||
$text['description-call_flow_destination_label']['en-us'] = "Enter the destination label.";
|
||||
@@ -228,6 +250,7 @@ $text['description-call_flow_destination_label']['pt-br'] = "Insira o destino.";
|
||||
$text['description-call_flow_destination_label']['pl'] = "Wprowadź opis destynacji";
|
||||
$text['description-call_flow_destination_label']['sv-se'] = "Ange Destinations Etiketten.";
|
||||
$text['description-call_flow_destination_label']['uk'] = "Введіть мітку призначення.";
|
||||
$text['description-call_flow_destination_label']['de-de'] = "Geben Sie eine Beschreibung für das Ziel an.";
|
||||
$text['description-call_flow_destination_label']['de-at'] = "Geben Sie eine Beschreibung für das Ziel an.";
|
||||
|
||||
$text['description-call_flow_destination']['en-us'] = "Select the destination.";
|
||||
@@ -238,6 +261,7 @@ $text['description-call_flow_destination']['pt-br'] = "Selecionar o destino da c
|
||||
$text['description-call_flow_destination']['pl'] = "Wybierz numer docelowy.";
|
||||
$text['description-call_flow_destination']['sv-se'] = "Välj destinationen.";
|
||||
$text['description-call_flow_destination']['uk'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
$text['description-call_flow_destination']['de-de'] = "Wählen Sie das Ziel.";
|
||||
$text['description-call_flow_destination']['de-at'] = "Wählen Sie das Ziel.";
|
||||
|
||||
$text['description-call_flow_context']['en-us'] = "Enter the context.";
|
||||
@@ -248,6 +272,7 @@ $text['description-call_flow_context']['pt-br'] = "Insira o contexto.";
|
||||
$text['description-call_flow_context']['pl'] = "Wprowadź kontekst";
|
||||
$text['description-call_flow_context']['sv-se'] = "Ange Context.";
|
||||
$text['description-call_flow_context']['uk'] = "Введіть контекст.";
|
||||
$text['description-call_flow_context']['de-de'] = "Geben Sie den Kontext hier an.";
|
||||
$text['description-call_flow_context']['de-at'] = "Geben Sie den Kontext hier an.";
|
||||
|
||||
$text['description-call_flows']['en-us'] = "Direct calls between two destinations by calling a feature code.";
|
||||
@@ -258,6 +283,7 @@ $text['description-call_flows']['pt-br'] = "Chamadas diretas para dois dispositi
|
||||
$text['description-call_flows']['pl'] = "Kieruj rozmowy bezpośrednio pomiędzy dwoma destynacjami poprzez prowadzenie specjalnego kodu.";
|
||||
$text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod.";
|
||||
$text['description-call_flows']['uk'] = "Прямі виклики між двома пунктами шляхом виклику коду функції.";
|
||||
$text['description-call_flows']['de-de'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Stern-Code wählen.";
|
||||
$text['description-call_flows']['de-at'] = "Leiten Sie Anrufe zwischen zwei Zielen um indem Sie einen Stern-Code wählen.";
|
||||
|
||||
$text['description-call_flow_alternate_label']['en-us'] = "Enter the alternate destination label.";
|
||||
@@ -268,6 +294,7 @@ $text['description-call_flow_alternate_label']['pt-br'] = "Insira um destino alt
|
||||
$text['description-call_flow_alternate_label']['pl'] = "Wprowadź alternatywny opis destynacji";
|
||||
$text['description-call_flow_alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten.";
|
||||
$text['description-call_flow_alternate_label']['uk'] = "Введіть альтернативний ярлик призначення.";
|
||||
$text['description-call_flow_alternate_label']['de-de'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
|
||||
$text['description-call_flow_alternate_label']['de-at'] = "Geben Sie eine Beschreibung für das alternative Ziel ein.";
|
||||
|
||||
$text['description-call_flow_alternate_destination']['en-us'] = "Select the alternate destination.";
|
||||
@@ -278,6 +305,7 @@ $text['description-alternate_destination']['pt-br'] = "Selecione um destino alte
|
||||
$text['description-alternate_destination']['pl'] = "Wybierz alternatywną destynację";
|
||||
$text['description-alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
|
||||
$text['description-alternate_destination']['uk'] = "Виберіть інше розташування.";
|
||||
$text['description-alternate_destination']['de-de'] = "Wählen Sie ein alternatives Ziel.";
|
||||
$text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel.";
|
||||
|
||||
$text['description-call_flow_sound']['en-us'] = "Select the sound to play when the status is set to the destinations.";
|
||||
@@ -288,7 +316,8 @@ $text['description-call_flow_sound']['pt-br'] = "Selecione o som para tocar quan
|
||||
$text['description-call_flow_sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony do miejsca przeznaczenia.";
|
||||
$text['description-call_flow_sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen.";
|
||||
$text['description-call_flow_sound']['uk'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення.";
|
||||
$text['description-call_flow_sound']['de-at'] = "Wählen Sie den Ton zu spielen, wenn der Status auf das Ziel festgelegt ist.";
|
||||
$text['description-call_flow_sound']['de-de'] = "Wählen Sie den zu spielenden Ton aus, wenn der Status auf das Ziel festgelegt ist.";
|
||||
$text['description-call_flow_sound']['de-at'] = "Wählen Sie den zu spielenden Ton aus, wenn der Status auf das Ziel festgelegt ist.";
|
||||
|
||||
$text['description-call_flow_alternate_sound']['en-us'] = "Select the sound to play when status is set to the alternate destination.";
|
||||
$text['description-call_flow_alternate_sound']['es-cl'] = "Seleccione el sonido a reproducir cuando el estado se establece en el destino alternativo.";
|
||||
@@ -298,7 +327,8 @@ $text['description-call_flow_alternate_sound']['pt-br'] = "Selecione o som para
|
||||
$text['description-call_flow_alternate_sound']['pl'] = "Wybierz dźwięk do odtworzenia, gdy status jest ustawiony na alternatywnego przeznaczenia.";
|
||||
$text['description-call_flow_alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen.";
|
||||
$text['description-call_flow_alternate_sound']['uk'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
|
||||
$text['description-call_flow_alternate_sound']['de-at'] = "Wählen Sie den Ton zu spielen, wenn der Status auf den alternativen Ziel gesetzt.";
|
||||
$text['description-call_flow_alternate_sound']['de-de'] = "Wählen Sie den zu spielenden Ton aus, wenn der Status auf das alternative Ziel festgelegt ist.";
|
||||
$text['description-call_flow_alternate_sound']['de-at'] = "Wählen Sie den zu spielenden Ton aus, wenn der Status auf das alternative Ziel festgelegt ist.";
|
||||
|
||||
$text['recordings']['en-us'] = "Recordings";
|
||||
$text['recordings']['es-cl'] = "grabaciones";
|
||||
@@ -308,6 +338,7 @@ $text['recordings']['pt-br'] = "Gravações";
|
||||
$text['recordings']['pl'] = "nagrania";
|
||||
$text['recordings']['sv-se'] = "inspelningar";
|
||||
$text['recordings']['uk'] = "записи";
|
||||
$text['recordings']['de-de'] = "Aufnahmen";
|
||||
$text['recordings']['de-at'] = "Aufnahmen";
|
||||
|
||||
$text['miscellaneous']['en-us'] = "Miscellaneous";
|
||||
@@ -318,6 +349,7 @@ $text['miscellaneous']['pt-br'] = "Diversos";
|
||||
$text['miscellaneous']['pl'] = "Różne";
|
||||
$text['miscellaneous']['sv-se'] = "Diverse";
|
||||
$text['miscellaneous']['uk'] = "Різне";
|
||||
$text['miscellaneous']['de-de'] = "Sonstiges";
|
||||
$text['miscellaneous']['de-at'] = "Sonstiges";
|
||||
|
||||
$text['sounds']['en-us'] = "Sounds";
|
||||
@@ -328,6 +360,7 @@ $text['sounds']['pt-br'] = "Sons";
|
||||
$text['sounds']['pl'] = "Dźwięki";
|
||||
$text['sounds']['sv-se'] = "Ljud";
|
||||
$text['sounds']['uk'] = "звуки";
|
||||
$text['sounds']['de-at'] = "Geräusche";
|
||||
$text['sounds']['de-at'] = "Töne";
|
||||
$text['sounds']['de-at'] = "Töne";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user