From 4fd7ad41eacdee5e70073cd1622816cf67f23ecd Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 6 May 2024 22:00:57 -0700 Subject: [PATCH] Locale updates --- locale/af-ZA/messages.php | 9 +++++++++ locale/ar-SA/messages.php | 9 +++++++++ locale/ca-ES/messages.php | 9 +++++++++ locale/cs-CZ/messages.php | 9 +++++++++ locale/da-DK/messages.php | 9 +++++++++ locale/de-DE/messages.php | 9 +++++++++ locale/el-GR/messages.php | 9 +++++++++ locale/es-ES/messages.php | 9 +++++++++ locale/fi-FI/messages.php | 9 +++++++++ locale/fil-PH/messages.php | 9 +++++++++ locale/fr-FR/messages.php | 9 +++++++++ locale/he-IL/messages.php | 9 +++++++++ locale/hu-HU/messages.php | 9 +++++++++ locale/it-IT/messages.php | 9 +++++++++ locale/ja-JP/messages.php | 9 +++++++++ locale/ko-KR/messages.php | 9 +++++++++ locale/nl-NL/messages.php | 9 +++++++++ locale/no-NO/messages.php | 9 +++++++++ locale/pl-PL/messages.php | 19 ++++++++++++++----- locale/pt-BR/messages.php | 9 +++++++++ locale/pt-PT/messages.php | 9 +++++++++ locale/ro-RO/messages.php | 9 +++++++++ locale/ru-RU/messages.php | 9 +++++++++ locale/sr-SP/messages.php | 9 +++++++++ locale/sv-SE/messages.php | 9 +++++++++ locale/tr-TR/messages.php | 9 +++++++++ locale/uk-UA/messages.php | 9 +++++++++ locale/vi-VN/messages.php | 9 +++++++++ locale/zh-CN/messages.php | 9 +++++++++ locale/zh-TW/messages.php | 9 +++++++++ 30 files changed, 275 insertions(+), 5 deletions(-) diff --git a/locale/af-ZA/messages.php b/locale/af-ZA/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/af-ZA/messages.php +++ b/locale/af-ZA/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/ar-SA/messages.php b/locale/ar-SA/messages.php index 4da0fd4..589ef74 100644 --- a/locale/ar-SA/messages.php +++ b/locale/ar-SA/messages.php @@ -45,6 +45,15 @@ return [ "by" => "بواسطة", "added" => "أضيف", "recorded" => "مسجلة", + "audioNotSupported" => "المتصفح الخاص بك لا يدعم عنصر الصوت.", + "downloads" => "التنزيلات", + "download" => "تنزيل", + "downloadMix" => "تحميل الميكس", + "plays" => "مشغلات", + "play" => "تشغيل", + "contactus" => "اتصل بنا", + "allrightsreserved" => "جميع الحقوق محفوظة.format@@0", + ]; \ No newline at end of file diff --git a/locale/ca-ES/messages.php b/locale/ca-ES/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/ca-ES/messages.php +++ b/locale/ca-ES/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/cs-CZ/messages.php b/locale/cs-CZ/messages.php index c3485c6..a194319 100644 --- a/locale/cs-CZ/messages.php +++ b/locale/cs-CZ/messages.php @@ -45,6 +45,15 @@ return [ "by" => "od", "added" => "Přidáno", "recorded" => "Zaznamenáno", + "audioNotSupported" => "Váš prohlížeč nepodporuje zvukový prvek.", + "downloads" => "Stahování", + "download" => "Stáhnout", + "downloadMix" => "Stáhnout směs", + "plays" => "Hraje", + "play" => "Hrát", + "contactus" => "Kontaktujte nás", + "allrightsreserved" => "Všechna práva vyhrazena.", + ]; \ No newline at end of file diff --git a/locale/da-DK/messages.php b/locale/da-DK/messages.php index 3df735c..aaa704d 100644 --- a/locale/da-DK/messages.php +++ b/locale/da-DK/messages.php @@ -45,6 +45,15 @@ return [ "by" => "af", "added" => "Tilføjet", "recorded" => "Optaget", + "audioNotSupported" => "Din browser understøtter ikke lydelementet.", + "downloads" => "Downloads", + "download" => "Hent", + "downloadMix" => "Download Blanding", + "plays" => "Afspil", + "play" => "Afspil", + "contactus" => "Kontakt Os", + "allrightsreserved" => "Alle rettigheder forbeholdt.", + ]; \ No newline at end of file diff --git a/locale/de-DE/messages.php b/locale/de-DE/messages.php index a7ce822..103f5e9 100644 --- a/locale/de-DE/messages.php +++ b/locale/de-DE/messages.php @@ -45,6 +45,15 @@ return [ "by" => "von", "added" => "Hinzugefügt", "recorded" => "Aufgenommen", + "audioNotSupported" => "Ihr Browser unterstützt das Audio-Element nicht.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Mix herunterladen", + "plays" => "Spielt", + "play" => "Abspielen", + "contactus" => "Kontaktiere uns", + "allrightsreserved" => "Alle Rechte vorbehalten.", + ]; \ No newline at end of file diff --git a/locale/el-GR/messages.php b/locale/el-GR/messages.php index 33f4141..e67ec85 100644 --- a/locale/el-GR/messages.php +++ b/locale/el-GR/messages.php @@ -45,6 +45,15 @@ return [ "by" => "από", "added" => "Προστέθηκε", "recorded" => "Ηχογραφήθηκε", + "audioNotSupported" => "Το πρόγραμμα περιήγησής σας δεν υποστηρίζει το στοιχείο ήχου.", + "downloads" => "Λήψεις", + "download" => "Λήψη", + "downloadMix" => "Κατεβάστε Το Mix", + "plays" => "Παίζει", + "play" => "Αναπαραγωγή", + "contactus" => "Επικοινωνήστε Μαζί Μας", + "allrightsreserved" => "Με επιφύλαξη παντός δικαιώματος.", + ]; \ No newline at end of file diff --git a/locale/es-ES/messages.php b/locale/es-ES/messages.php index 0cd7e7c..c149b62 100644 --- a/locale/es-ES/messages.php +++ b/locale/es-ES/messages.php @@ -45,6 +45,15 @@ return [ "by" => "por", "added" => "Añadido", "recorded" => "Registrado", + "audioNotSupported" => "Su navegador no soporta el elemento de audio.", + "downloads" => "Descargas", + "download" => "Descargar", + "downloadMix" => "Descargar Mix", + "plays" => "Reproducciones", + "play" => "Jugar", + "contactus" => "Contáctenos", + "allrightsreserved" => "Todos los derechos reservados.", + ]; \ No newline at end of file diff --git a/locale/fi-FI/messages.php b/locale/fi-FI/messages.php index e1562e7..67276d1 100644 --- a/locale/fi-FI/messages.php +++ b/locale/fi-FI/messages.php @@ -45,6 +45,15 @@ return [ "by" => "mennessä", "added" => "Lisätty", "recorded" => "Tallennettu", + "audioNotSupported" => "Selaimesi ei tue äänielementtiä.", + "downloads" => "Lataukset", + "download" => "Lataa", + "downloadMix" => "Lataa Mix", + "plays" => "Soittajat", + "play" => "Toista", + "contactus" => "Ota Yhteyttä", + "allrightsreserved" => "Kaikki oikeudet pidätetään.", + ]; \ No newline at end of file diff --git a/locale/fil-PH/messages.php b/locale/fil-PH/messages.php index ecb4a5b..90c6c2f 100644 --- a/locale/fil-PH/messages.php +++ b/locale/fil-PH/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/fr-FR/messages.php b/locale/fr-FR/messages.php index f94ecf5..42a363e 100644 --- a/locale/fr-FR/messages.php +++ b/locale/fr-FR/messages.php @@ -45,6 +45,15 @@ return [ "by" => "par", "added" => "Ajouté", "recorded" => "Enregistré", + "audioNotSupported" => "Votre navigateur ne supporte pas l'élément audio.", + "downloads" => "Téléchargements", + "download" => "Télécharger", + "downloadMix" => "Télécharger Mix", + "plays" => "Jouer", + "play" => "Jouer", + "contactus" => "Contactez-nous", + "allrightsreserved" => "Tous droits réservés.", + ]; \ No newline at end of file diff --git a/locale/he-IL/messages.php b/locale/he-IL/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/he-IL/messages.php +++ b/locale/he-IL/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/hu-HU/messages.php b/locale/hu-HU/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/hu-HU/messages.php +++ b/locale/hu-HU/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/it-IT/messages.php b/locale/it-IT/messages.php index ab1d5df..639461e 100644 --- a/locale/it-IT/messages.php +++ b/locale/it-IT/messages.php @@ -45,6 +45,15 @@ return [ "by" => "di", "added" => "Aggiunto", "recorded" => "Registrato", + "audioNotSupported" => "Il tuo browser non supporta l'elemento audio.", + "downloads" => "Download", + "download" => "Scarica", + "downloadMix" => "Scarica Mix", + "plays" => "Riproduzioni", + "play" => "Gioca", + "contactus" => "Contattaci", + "allrightsreserved" => "Tutti i diritti riservati.", + ]; \ No newline at end of file diff --git a/locale/ja-JP/messages.php b/locale/ja-JP/messages.php index 742489c..88e3adf 100644 --- a/locale/ja-JP/messages.php +++ b/locale/ja-JP/messages.php @@ -45,6 +45,15 @@ return [ "by" => "作成者:", "added" => "追加しました", "recorded" => "記録済み", + "audioNotSupported" => "お使いのブラウザーは audio 要素をサポートしていません。", + "downloads" => "ダウンロード", + "download" => "ダウンロード", + "downloadMix" => "ミックスをダウンロード", + "plays" => "再生", + "play" => "再生", + "contactus" => "お問い合わせ", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/ko-KR/messages.php b/locale/ko-KR/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/ko-KR/messages.php +++ b/locale/ko-KR/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/nl-NL/messages.php b/locale/nl-NL/messages.php index 635a999..7ae8e8b 100644 --- a/locale/nl-NL/messages.php +++ b/locale/nl-NL/messages.php @@ -45,6 +45,15 @@ return [ "by" => "door", "added" => "Toegevoegd", "recorded" => "Opgenomen", + "audioNotSupported" => "Uw browser ondersteunt het audio-element niet.", + "downloads" => "downloads", + "download" => "downloaden", + "downloadMix" => "Download mixen", + "plays" => "Speelt", + "play" => "Afspelen", + "contactus" => "Contacteer ons", + "allrightsreserved" => "Alle rechten voorbehouden.format@@0", + ]; \ No newline at end of file diff --git a/locale/no-NO/messages.php b/locale/no-NO/messages.php index 1caf9c7..aaafa2e 100644 --- a/locale/no-NO/messages.php +++ b/locale/no-NO/messages.php @@ -45,6 +45,15 @@ return [ "by" => "av", "added" => "Lagt", "recorded" => "Tømt", + "audioNotSupported" => "Din nettleser støtter ikke lydelementet.", + "downloads" => "Nedlastinger", + "download" => "Nedlasting", + "downloadMix" => "Last ned Blanding", + "plays" => "Spillforsøk", + "play" => "Spill", + "contactus" => "Kontakt oss", + "allrightsreserved" => "Med enerett.", + ]; \ No newline at end of file diff --git a/locale/pl-PL/messages.php b/locale/pl-PL/messages.php index 99f03f2..5623632 100644 --- a/locale/pl-PL/messages.php +++ b/locale/pl-PL/messages.php @@ -13,22 +13,22 @@ return [ 'login' => 'Logowanie', 'message' => 'Wiadomość', 'follow' => 'Śledź', - 'djs' => 'DJ-y', + 'djs' => 'DJ-e', "djNotFound" => "Nie można załadować DJ; DJ nie został znaleziony lub ten DJ jest prywatny.", "notfound" => "Strona nie znaleziona", "genre" => "Gatunek", "genres" => "Gatunki", "genreNotFound" => "Nie można załadować gatunku; albo gatunek nie został znaleziony, był pusty lub ten gatunek jest prywatny.", "mix-count" => "Liczba mieszanek", - "mixes" => "Mieszanki", + "mixes" => "Mixy", "mix" => "Mieszanina", - "mixNotFound" => "Nie można załadować mieszanki; albo mieszanina nie została znaleziona, była pusta lub ta mieszanka jest prywatna.", - "mixName" => "Nazwa mieszaniny", + "mixNotFound" => "Nie można załadować miksy; albo mieszanina nie została znaleziona, była pusta lub ta miksy jest prywatna.", + "mixName" => "Nazwa mixu", "mixDescription" => "Opis mieszaniny", "mixLength" => "Długość mieszania", "mixGenre" => "Mieszać gatunek", "view" => "Widok", - "mixname" => "Nazwa mieszaniny", + "mixname" => "Nazwa mixu", "search" => "Szukaj", "searchResults" => "Wyniki wyszukiwania", "searchResultsFor" => "Wyniki wyszukiwania dla", @@ -45,6 +45,15 @@ return [ "by" => "przez", "added" => "Dodano", "recorded" => "Zapisane", + "audioNotSupported" => "Twoja przeglądarka nie obsługuje elementu audio.", + "downloads" => "Pobrania", + "download" => "Pobierz", + "downloadMix" => "Pobierz Mix", + "plays" => "Odtwarzaj", + "play" => "Odtwórz", + "contactus" => "Skontaktuj się z nami", + "allrightsreserved" => "Wszystkie prawa zastrzeżone.", + ]; \ No newline at end of file diff --git a/locale/pt-BR/messages.php b/locale/pt-BR/messages.php index dd51303..c7aee6b 100644 --- a/locale/pt-BR/messages.php +++ b/locale/pt-BR/messages.php @@ -45,6 +45,15 @@ return [ "by" => "Por", "added" => "Adicionado", "recorded" => "Gravado", + "audioNotSupported" => "Seu navegador não suporta o elemento de áudio.", + "downloads" => "Downloads", + "download" => "BAIXAR", + "downloadMix" => "Baixar Mix", + "plays" => "Reproduções", + "play" => "Reproduzir", + "contactus" => "Entre em contato", + "allrightsreserved" => "Todos os direitos reservados.", + ]; \ No newline at end of file diff --git a/locale/pt-PT/messages.php b/locale/pt-PT/messages.php index dd51303..c7aee6b 100644 --- a/locale/pt-PT/messages.php +++ b/locale/pt-PT/messages.php @@ -45,6 +45,15 @@ return [ "by" => "Por", "added" => "Adicionado", "recorded" => "Gravado", + "audioNotSupported" => "Seu navegador não suporta o elemento de áudio.", + "downloads" => "Downloads", + "download" => "BAIXAR", + "downloadMix" => "Baixar Mix", + "plays" => "Reproduções", + "play" => "Reproduzir", + "contactus" => "Entre em contato", + "allrightsreserved" => "Todos os direitos reservados.", + ]; \ No newline at end of file diff --git a/locale/ro-RO/messages.php b/locale/ro-RO/messages.php index 72c2aba..9ed4cdf 100644 --- a/locale/ro-RO/messages.php +++ b/locale/ro-RO/messages.php @@ -45,6 +45,15 @@ return [ "by" => "de", "added" => "Adăugat", "recorded" => "Înregistrat", + "audioNotSupported" => "Browserul dvs. nu acceptă elementul audio.", + "downloads" => "Descărcări", + "download" => "Descărcare", + "downloadMix" => "Descarcă Mixul", + "plays" => "Jocuri", + "play" => "Redare", + "contactus" => "Contactează-ne", + "allrightsreserved" => "Toate drepturile rezervate.", + ]; \ No newline at end of file diff --git a/locale/ru-RU/messages.php b/locale/ru-RU/messages.php index 94dfdef..c737d66 100644 --- a/locale/ru-RU/messages.php +++ b/locale/ru-RU/messages.php @@ -45,6 +45,15 @@ return [ "by" => "от", "added" => "Добавлено", "recorded" => "Записанные", + "audioNotSupported" => "Ваш браузер не поддерживает элемент звука.", + "downloads" => "Загрузки", + "download" => "Скачать", + "downloadMix" => "Скачать Mix", + "plays" => "Играет", + "play" => "Играть", + "contactus" => "Свяжитесь с нами", + "allrightsreserved" => "Все права защищены.", + ]; \ No newline at end of file diff --git a/locale/sr-SP/messages.php b/locale/sr-SP/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/sr-SP/messages.php +++ b/locale/sr-SP/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/sv-SE/messages.php b/locale/sv-SE/messages.php index d321043..8c71aa2 100644 --- a/locale/sv-SE/messages.php +++ b/locale/sv-SE/messages.php @@ -45,6 +45,15 @@ return [ "by" => "av", "added" => "Tillagd", "recorded" => "Inspelat", + "audioNotSupported" => "Din webbläsare stöder inte ljudelementet.", + "downloads" => "Nedladdningar", + "download" => "Hämta", + "downloadMix" => "Ladda ner mix", + "plays" => "Pjäser", + "play" => "Spela", + "contactus" => "Kontakta oss", + "allrightsreserved" => "Alla rättigheter reserverade.", + ]; \ No newline at end of file diff --git a/locale/tr-TR/messages.php b/locale/tr-TR/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/tr-TR/messages.php +++ b/locale/tr-TR/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/uk-UA/messages.php b/locale/uk-UA/messages.php index 295ddf8..9735128 100644 --- a/locale/uk-UA/messages.php +++ b/locale/uk-UA/messages.php @@ -45,6 +45,15 @@ return [ "by" => "за", "added" => "Додано", "recorded" => "Записано", + "audioNotSupported" => "Ваш браузер не підтримує аудіоелемент.", + "downloads" => "Завантажень", + "download" => "Звантажити", + "downloadMix" => "Завантажити Mix", + "plays" => "Ігри", + "play" => "Відтворити", + "contactus" => "Зв’язатись з нами", + "allrightsreserved" => "Усі права захищені.", + ]; \ No newline at end of file diff --git a/locale/vi-VN/messages.php b/locale/vi-VN/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/vi-VN/messages.php +++ b/locale/vi-VN/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file diff --git a/locale/zh-CN/messages.php b/locale/zh-CN/messages.php index 02b6e17..3658c57 100644 --- a/locale/zh-CN/messages.php +++ b/locale/zh-CN/messages.php @@ -45,6 +45,15 @@ return [ "by" => "由", "added" => "已添加", "recorded" => "已记录", + "audioNotSupported" => "您的浏览器不支持音频元素。", + "downloads" => "下载", + "download" => "下载", + "downloadMix" => "下载 Mixx", + "plays" => "播放", + "play" => "播放", + "contactus" => "联系我们", + "allrightsreserved" => "版权所有。", + ]; \ No newline at end of file diff --git a/locale/zh-TW/messages.php b/locale/zh-TW/messages.php index b246d2b..3c9e3b0 100644 --- a/locale/zh-TW/messages.php +++ b/locale/zh-TW/messages.php @@ -45,6 +45,15 @@ return [ "by" => "by", "added" => "Added", "recorded" => "Recorded", + "audioNotSupported" => "Your browser does not support the audio element.", + "downloads" => "Downloads", + "download" => "Download", + "downloadMix" => "Download Mix", + "plays" => "Plays", + "play" => "Play", + "contactus" => "Contact Us", + "allrightsreserved" => "All rights reserved.", + ]; \ No newline at end of file