Added bulk translations to app/destinations files (#6866)
* Update destinations/app_languages.php * Update destinations/app_menu.php
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Reiseziele";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Προορισμοί";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Destinations";
|
||||
@@ -21,6 +22,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Направления";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationer";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Номери";
|
||||
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Destinasyonlar";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "目的地";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "行き先";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "목적지";
|
||||
@@ -35,26 +37,29 @@
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Destination Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Destination Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "ملخص الوجهة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Zielübersicht";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Zielübersicht";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Zielübersicht";
|
||||
$apps[$x]['menu'][$y]['title']['el-gr'] = "Περίληψη προορισμού";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Resumen de destino";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen de destino";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé des destinations";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé des destinations";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום יעד";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Riepilogo della destinazione";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Podsumowanie miejsca docelowego";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Bestemmingssamenvatting";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Resumo do destino";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Resumo do destino";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Rezumatul destinației";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сводная информация о пункте назначения";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationssammanfattning";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Резюме призначення";
|
||||
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Hedef Özeti";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "目的地概要";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "目的地の概要";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "목적지 요약";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "47f7b1a4-1ea2-4068-8e14-b1c13c489bd2";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
||||
Reference in New Issue
Block a user