diff --git a/front/src/components/common/InlineSearchBar.vue b/front/src/components/common/InlineSearchBar.vue index c5e314180..c9af5de92 100644 --- a/front/src/components/common/InlineSearchBar.vue +++ b/front/src/components/common/InlineSearchBar.vue @@ -23,7 +23,7 @@ const value = useVModel(props, 'modelValue', emit) const { t } = useI18n() const labels = computed(() => ({ searchPlaceholder: t('components.common.InlineSearchBar.placeholder.search'), - clear: t('components.common.InlineSearchBar.button.clear') + clear: t('global.button.clear') })) const search = () => { diff --git a/front/src/components/manage/users/InvitationForm.vue b/front/src/components/manage/users/InvitationForm.vue index 6140d3fc3..d44b0803a 100644 --- a/front/src/components/manage/users/InvitationForm.vue +++ b/front/src/components/manage/users/InvitationForm.vue @@ -121,7 +121,7 @@ const getUrl = (code: string) => store.getters['instance/absoluteUrl'](router.re class="ui basic button" @click="invitations = []" > - {{ $t('components.manage.users.InvitationForm.button.clear') }} + {{ $t('global.button.clear') }} diff --git a/front/src/locales/ar.json b/front/src/locales/ar.json index c84456a99..5e1b1e6e5 100644 --- a/front/src/locales/ar.json +++ b/front/src/locales/ar.json @@ -192,9 +192,7 @@ "placeholder": { "username": "أدخل اسم المستخدِم أو البريد الإلكتروني" }, - "button": { - "login": "تسجيل الدخول" - }, + "button": {}, "label": { "password": "كلمة السر", "username": "اسم المستخدِم أو عنوان البريد الإلكتروني" @@ -258,7 +256,6 @@ "failure": "حدث خطأ أثناء حفظ الإعدادات" }, "button": { - "save": "احفظ", "scan": "تم مسحها" } } @@ -505,9 +502,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "نسخ" - }, + "button": {}, "help": { "embed": "انسخ والصق هذا الرمز في نص HTML على موقعك", "width": "أتركه فارغًا للحصول على ودجات تناسبي" @@ -558,9 +553,6 @@ }, "title": "الفنان", "button": { - "cancel": "إلغاء", - "edit": "تعديل", - "embed": "ادمج", "play": "إعزف كافة الألبومات" }, "modal": { @@ -596,8 +588,7 @@ } }, "button": { - "filter": "إضافة عامل تصفية", - "save": "احفظ" + "filter": "إضافة عامل تصفية" }, "label": { "filter": "قم بإضافة عوامل تصفية لتخصيص إذاعتك", @@ -647,7 +638,6 @@ } }, "button": { - "cancel": "إلغاء", "retry": "تم تحديث المكتبة" }, "label": { @@ -681,10 +671,7 @@ "placeholder": { "summary": "ملخص قصير لوصف تغييراتك." }, - "button": { - "cancel": "إلغاء", - "clear": "امسح" - }, + "button": {}, "header": { "failure": "حدث خطأ أثناء إرسال التعديلات", "recentEdits": "تمت إضافتها مؤخرا" @@ -719,14 +706,11 @@ "label": { "search": "البحث" }, - "button": { - "search": "البحث" - } + "button": {} }, "Artists": { "button": { - "upload": "البحث عن بعض مِن الموسيقى", - "search": "البحث" + "upload": "البحث عن بعض مِن الموسيقى" }, "label": { "search": "إسم الفنان" @@ -819,9 +803,7 @@ "message": "حدث خطأ مجهول" } }, - "button": { - "close": "إغلاق" - }, + "button": {}, "table": { "error": { "debug": "معلومات عن المَقطَع", @@ -840,7 +822,6 @@ "EditCard": { "button": { "approve": "قبول", - "delete": "حذف", "reject": "رفض" }, "status": { @@ -880,9 +861,7 @@ "browse": "استعراض الفنانين" }, "button": { - "cancel": "إلغاء", "channel": "أنشئ مكتبة جديدة", - "search": "البحث", "feed": "لاستخدام Funkwhale" }, "empty": { @@ -933,12 +912,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "إلغاء", - "delete": "حذف", - "edit": "تعديل", - "embed": "ادمج" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذه المكتبة؟", @@ -959,11 +933,7 @@ }, "TrackBase": { "button": { - "cancel": "إلغاء", - "delete": "حذف", "download": "تنزيل", - "edit": "تعديل", - "embed": "ادمج", "play": "غنّي" }, "modal": { @@ -1080,8 +1050,6 @@ "quota": "مساحة التخزين المتبقية" }, "button": { - "cancel": "إلغاء", - "close": "إغلاق", "finishLater": "إكتمل", "next": "المَقطَع التالي", "previous": "المَقطَع السابق", @@ -1131,10 +1099,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "إلغاء", - "create": "إنشاء" - }, + "button": {}, "header": { "newAlbum": "ألبوم واحد", "newSeries": "ألبوم واحد" @@ -1247,9 +1212,7 @@ "button": { "addDuplicate": "أضفه على أي حال", "addToPlaylist": "أضفه إلى قائمة التشغيل هذه", - "addTrack": "إضافة مقطع صوتي", - "cancel": "إلغاء", - "edit": "تعديل" + "addTrack": "إضافة مقطع صوتي" }, "header": { "addToPlaylist": "إضافة إلى قائمة المقاطع الموسيقية…", @@ -1377,18 +1340,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "إلغاء", - "confirm": "تأكيد" - }, + "button": {}, "header": { "confirm": "هل تؤكّد هذا الإجراء ؟" } }, "RenderedDescription": { "button": { - "cancel": "إلغاء", - "edit": "تعديل", "update": "وصفي الرائع" }, "header": { @@ -1399,9 +1357,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "امسح" - }, + "button": {}, "label": { "search": "البحث" }, @@ -1415,9 +1371,7 @@ } }, "CopyInput": { - "button": { - "copy": "نسخ" - }, + "button": {}, "message": { "success": "تم نسخ النص إلى الحافظة!" } @@ -1432,9 +1386,7 @@ "header": { "noResults": "لم يتم العثور على أية نتيجة." }, - "button": { - "refresh": "إنعاش" - } + "button": {} }, "ContentForm": { "empty": { @@ -1801,9 +1753,7 @@ "header": { "actions": "الإجراءات" }, - "button": { - "confirmDelete": "حذف" - }, + "button": {}, "notApplicable": "غير متوفر", "link": { "moderation": "تحديث قاعدة الإشراف" @@ -1851,10 +1801,7 @@ "rejectMedia": "ارفض الوسائط" }, "button": { - "cancel": "إلغاء", "create": "إنشاء", - "delete": "حذف", - "confirm": "حذف قاعدة الإشراف", "update": "تحديث" }, "modal": { @@ -1979,9 +1926,7 @@ "reason": "السبب", "rejectMedia": "ارفض الوسائط" }, - "button": { - "edit": "تعديل" - }, + "button": {}, "status": { "enabled": "تم تنشيطه", "paused": "تم توقيفه مؤقتا" @@ -1992,7 +1937,6 @@ }, "InstancePolicyModal": { "button": { - "close": "إغلاق", "show": "تحديث قاعدة الإشراف" }, "modal": { @@ -2002,9 +1946,7 @@ } }, "NotesThread": { - "button": { - "delete": "حذف" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذه المكتبة؟", @@ -2137,7 +2079,6 @@ }, "InvitationForm": { "button": { - "clear": "امسح", "new": "تحصّل على دعوة جديدة" }, "table": { @@ -2188,9 +2129,7 @@ "image": "الاستعمال الحالي", "error": "حدث خطأ أثناء حفظ الإعدادات" }, - "button": { - "save": "احفظ" - }, + "button": {}, "message": { "success": "تم تحديث الإعدادات بنجاح." } @@ -2207,7 +2146,6 @@ }, "FilterModal": { "button": { - "cancel": "إلغاء", "hide": "إخفاء المحتوى" }, "header": { @@ -2223,7 +2161,6 @@ }, "ReportModal": { "button": { - "cancel": "إلغاء", "submit": "إرسال" }, "header": { @@ -2254,7 +2191,6 @@ } }, "button": { - "close": "إغلاق", "reload": "إغلاق وإعادة إنعاش الصفحة" }, "header": { @@ -2290,18 +2226,13 @@ "show": "عرض اختصارات لوحة المفاتيح المتوفّرة" } }, - "button": { - "close": "إغلاق" - }, + "button": {}, "header": { "modal": "اختصارات لوحة المفاتيح" } }, "SetInstanceModal": { - "button": { - "cancel": "إلغاء", - "submit": "إرسال" - }, + "button": {}, "header": { "chooseInstance": "اختر خادومك", "suggestions": "الخيارات المتاحة" @@ -2315,8 +2246,6 @@ }, "Queue": { "button": { - "clear": "امسح", - "close": "إغلاق", "stopRadio": "إيقاف الإذاعة" }, "label": { @@ -2346,9 +2275,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "نسخ" - }, + "button": {}, "title": "إظهار/إخفاء الكلمة السرية", "message": { "copy": "تم نسخ النص إلى الحافظة!" @@ -2357,9 +2284,7 @@ }, "radios": { "Card": { - "button": { - "edit": "تعديل" - } + "button": {} }, "Button": { "startRadio": "إعزف المَقطَع", @@ -2378,9 +2303,7 @@ "title": "البحث في ويكيبيديا" } }, - "button": { - "search": "البحث" - }, + "button": {}, "error": { "fetchFailed": "لا يمكن استرداد هذا المكوّن" } @@ -2425,11 +2348,6 @@ "artistChannel": "إسم الفنان" }, "button": { - "cancel": "إلغاء", - "confirm": "حذف", - "delete": "حذف", - "edit": "تعديل", - "embed": "ادمج", "play": "غنّي", "updateChannel": "تحديث قائمة المَقاطِع الموسيقية", "upload": "أرسل" @@ -2475,9 +2393,7 @@ "link": { "addNew": "إضافة محتوى" }, - "button": { - "cancel": "إلغاء" - }, + "button": {}, "placeholder": { "search": "إسم عامل التصفية" }, @@ -2605,8 +2521,6 @@ "Form": { "button": { "create": "أنشئ مكتبة", - "delete": "حذف", - "confirm": "حذف المكتبة", "update": "تحديث المكتبة" }, "modal": { @@ -2695,9 +2609,7 @@ "loading": { "remoteLibraries": "جارٍ تحميل المكتبات البُعدية…" }, - "button": { - "refresh": "إنعاش" - } + "button": {} } }, "Home": { @@ -2738,7 +2650,6 @@ "domain": "عضو منذ { date }" }, "button": { - "edit": "تعديل", "upload": "أرسل" }, "title": "المكتبة", @@ -2847,7 +2758,6 @@ } }, "button": { - "cancel": "إلغاء", "createChannel": "أنشئ مكتبة جديدة", "next": "المَقطَع التالي", "previous": "المَقطَع السابق" @@ -3178,7 +3088,6 @@ "uploadData": "تاريخ التحميل" }, "button": { - "delete": "حذف", "download": "تنزيل" }, "modal": { @@ -3207,9 +3116,7 @@ "audioContent": "المحتوى الصوتي", "libraryData": "تم تحديث المكتبة" }, - "button": { - "delete": "حذف" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذه المكتبة؟" @@ -3246,10 +3153,7 @@ "tracks": "المَقاطِع", "uploads": "المُرسَلة" }, - "button": { - "delete": "حذف", - "edit": "تعديل" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذه المكتبة؟" @@ -3288,10 +3192,7 @@ "tracks": "المَقاطِع", "uploads": "المُرسَلة" }, - "button": { - "delete": "حذف", - "edit": "تعديل" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذا الفنان؟" @@ -3324,9 +3225,7 @@ "localProfile": "افتح الصفحة الشخصية", "tracks": "المَقاطِع" }, - "button": { - "delete": "حذف" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذا الوسم؟", @@ -3379,10 +3278,7 @@ "totalSize": "الحجم الإجمالي" } }, - "button": { - "delete": "حذف", - "edit": "تعديل" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حذف هذا الوسم؟" @@ -3438,7 +3334,6 @@ "channelData": "بيانات مثيل الخادم" }, "button": { - "delete": "حذف", "openRemote": "افتح الصفحة الشخصية" }, "modal": { @@ -3525,8 +3420,7 @@ }, "button": { "create": "أنشئ قائمة مَقاطع موسيقية", - "manage": "إدارة القوائم الخاصة الموسيقى", - "search": "البحث" + "manage": "إدارة القوائم الخاصة الموسيقى" }, "placeholder": { "search": "أدخِل إسم قائمة مَقاطِعٍ موسيقية…" @@ -3543,11 +3437,7 @@ }, "Detail": { "button": { - "cancel": "إلغاء", - "delete": "حذف", "confirm": "حذف قائمة الأغاني", - "edit": "تعديل", - "embed": "ادمج", "playAll": "تشغيل الكل", "stopEdit": "إيقاف الإذاعة" }, @@ -3573,10 +3463,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "حذف الإذاعة", - "edit": "تعديل" - }, + "button": {}, "modal": { "delete": { "header": "أتريد حقا حذف إذاعة \"{ radio }\" ؟", diff --git a/front/src/locales/ca.json b/front/src/locales/ca.json index d9c18d9e8..fae7717f5 100644 --- a/front/src/locales/ca.json +++ b/front/src/locales/ca.json @@ -266,9 +266,7 @@ "approvalRequired": "Si us heu registrat recentment, potser haureu d'esperar que el nostre equip de moderació revisi el vostre compte, o verifiqui el vostre correu electrònic.", "invalidCredentials": "Si us plau verifica que el teu nom d'usuari i la contrasenya són correctes i que heu verificat el correu electrònic." }, - "button": { - "login": "Iniciar sessió" - }, + "button": {}, "label": { "password": "Contrasenya", "username": "Nom d'usuari o correu" @@ -314,7 +312,6 @@ "failure": "Error guardant els canvis" }, "button": { - "save": "Guardar", "scan": "Anàlisis realitzat" } } @@ -404,9 +401,7 @@ } }, "Widget": { - "button": { - "more": "Mostra més" - } + "button": {} } }, "ChannelCard": { @@ -428,9 +423,7 @@ } }, "Widget": { - "button": { - "more": "Mostra més" - } + "button": {} } }, "Player": { @@ -535,9 +528,7 @@ "empty": { "noResults": "No s'ha trobat cap resultat" }, - "button": { - "more": "Mostra més" - } + "button": {} }, "MobileRow": { "button": { @@ -626,9 +617,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copiar" - }, + "button": {}, "help": { "embed": "Còpia i enganxa aquest codi dins l'HTML de la vostra web", "width": "Deixeu-ho en blanc per a un giny responsiu", @@ -656,17 +645,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostra més" - }, + "button": {}, "help": { "subscribe": "És possible que hagueu de subscriure-vos aquesta biblioteca per veure'n els continguts." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostra més" - } + "button": {} }, "ChannelEntries": { "help": { @@ -691,9 +676,6 @@ }, "title": "Artista", "button": { - "cancel": "Cancelar", - "edit": "Editar", - "embed": "Incrustar", "more": "Més …", "play": "Reproduir tots els àlbums" }, @@ -731,8 +713,7 @@ } }, "button": { - "filter": "Afegir filtre", - "save": "Guardar" + "filter": "Afegir filtre" }, "label": { "filter": "Afegir filtres per personalitzar la teva ràdio", @@ -784,7 +765,6 @@ } }, "button": { - "cancel": "Cancelar", "retry": "Tornar a intentar càrregues fallides" }, "label": { @@ -819,8 +799,6 @@ "summary": "Una breu resum descrivint els teus canvis." }, "button": { - "cancel": "Cancelar", - "clear": "Netejar", "reset": "Reiniciar al valor inicial", "showUnreviewed": "Restringiu les edicions no revisades", "showAll": "Mostra totes les modificacions", @@ -874,14 +852,11 @@ "search": "Buscar", "tags": "Eitquetes" }, - "button": { - "search": "Buscar" - } + "button": {} }, "Artists": { "button": { - "upload": "Afegir música", - "search": "Buscar" + "upload": "Afegir música" }, "label": { "search": "Nom de l'artista", @@ -988,9 +963,7 @@ "message": "La metadada inclosa en el fitxer és invalida o falten alguns camps obligatoris." } }, - "button": { - "close": "Tancar" - }, + "button": {}, "table": { "error": { "debug": "Informació de depuració", @@ -1017,7 +990,6 @@ "EditCard": { "button": { "approve": "Aprovar", - "delete": "Suprimir", "reject": "Rebutjar" }, "status": { @@ -1064,9 +1036,7 @@ "browse": "Navegueu pels artistes" }, "button": { - "cancel": "Cancelar", "channel": "Crear un canal", - "search": "Buscar", "subscribe": "Subscriu-te", "feed": "Subscriu-te al flux RSS d'un podcast" }, @@ -1124,10 +1094,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Cancelar", - "delete": "Suprimir …", - "edit": "Editar", - "embed": "Incrustar", "more": "Més …" }, "modal": { @@ -1151,11 +1117,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancelar", - "delete": "Suprimir …", "download": "Descarregar", - "edit": "Editar", - "embed": "Incrustar", "more": "Més …", "play": "Reproduir" }, @@ -1284,8 +1246,6 @@ "quota": "Espai d’emmagatzematge restant:" }, "button": { - "cancel": "Cancelar", - "close": "Tancar", "finishLater": "Acabar més tard", "next": "Següent pas", "previous": "Pas anterior", @@ -1357,10 +1317,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancelar", - "create": "Crear" - }, + "button": {}, "header": { "newAlbum": "Nou àlbum", "newSeries": "Nova sèrie" @@ -1520,18 +1477,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancelar", - "confirm": "Confirmar" - }, + "button": {}, "header": { "confirm": "Vols confirmar aquesta acció?" } }, "RenderedDescription": { "button": { - "cancel": "Cancelar", - "edit": "Editar", "less": "Mostrar menys", "more": "Mostra més", "update": "Actualitza la descripció" @@ -1544,9 +1496,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Netejar" - }, + "button": {}, "label": { "search": "Buscar" }, @@ -1561,9 +1511,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "message": { "success": "Text copiat al porta-retalls!" } @@ -1593,9 +1541,7 @@ "header": { "noResults": "No s'ha trobat cap resultat." }, - "button": { - "refresh": "Recarregar" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1634,9 +1580,7 @@ "button": { "addDuplicate": "Afegeix de totes maneres", "addToPlaylist": "Afegir a la llista de reproducció", - "addTrack": "Afegir pista", - "cancel": "Cancelar", - "edit": "Editar" + "addTrack": "Afegir pista" }, "header": { "addToPlaylist": "Afegir a la llista de reproducció", @@ -1725,8 +1669,7 @@ }, "Widget": { "button": { - "create": "Crear una llista de reproducció", - "more": "Mostra més" + "create": "Crear una llista de reproducció" }, "placeholder": { "noPlaylists": "Encara no s'ha creat cap llista de reproducció" @@ -2104,7 +2047,6 @@ "reportedObject": "Element informat" }, "button": { - "confirmDelete": "Suprimir", "delete": "Suprimeix l'objecte notificat", "resolve": "Resoldre", "unresolve": "No resolt" @@ -2184,10 +2126,7 @@ "isActive": "Utilitzeu aquest paràmetre per activar/desactivar temporalment la regla sense eliminar-la totalment." }, "button": { - "cancel": "Cancelar", "create": "Crear", - "delete": "Suprimir", - "confirm": "Suprimir la regla de moderació", "update": "Actualitzar" }, "modal": { @@ -2312,9 +2251,7 @@ "reason": "Raó", "rejectMedia": "Rebutjar els fitxers multimèdia" }, - "button": { - "edit": "Editar" - }, + "button": {}, "status": { "enabled": "Activat", "paused": "Pausa" @@ -2325,7 +2262,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Tancar", "show": "Regles de moderació …" }, "modal": { @@ -2338,9 +2274,7 @@ } }, "NotesThread": { - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir aquesta nota?", @@ -2474,7 +2408,6 @@ }, "InvitationForm": { "button": { - "clear": "Netejar", "new": "Obtenir una nova invitació" }, "table": { @@ -2540,9 +2473,7 @@ "image": "Imatge actual", "error": "Error guardant els canvis" }, - "button": { - "save": "Guardar" - }, + "button": {}, "message": { "success": "Paràmetres actualitzats amb èxit." } @@ -2564,7 +2495,6 @@ "submissionFailure": "Error al enviar l'informe" }, "button": { - "cancel": "Cancelar", "submit": "Enviar l'informe" }, "label": { @@ -2584,7 +2514,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancelar", "hide": "Amagar el contingut" }, "message": { @@ -2634,7 +2563,6 @@ } }, "button": { - "close": "Tancar", "reload": "Tancar i recarregar la pàgina" }, "header": { @@ -2654,9 +2582,7 @@ "empty": { "noMatch": "Sense biblioteques coincidents." }, - "button": { - "showMore": "Mostra més" - } + "button": {} } }, "ShortcutsModal": { @@ -2686,18 +2612,13 @@ "unfocus": "Treure el focus de la barra de recerca" } }, - "button": { - "close": "Tancar" - }, + "button": {}, "header": { "modal": "Dreceres de teclat" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancelar", - "submit": "Envia" - }, + "button": {}, "header": { "chooseInstance": "Escull la teva instància", "failure": "No és possible conectar-se a la URL assenyalada", @@ -2717,8 +2638,6 @@ }, "Queue": { "button": { - "clear": "Netejar", - "close": "Tancar", "stopRadio": "Parar la ràdio" }, "label": { @@ -2749,9 +2668,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "title": "Mostra/amaga la contrasenya", "message": { "copy": "Text copiat al porta-retalls!" @@ -2760,9 +2677,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editar" - } + "button": {} }, "Button": { "startRadio": "Reprodueix la pista", @@ -2784,9 +2699,7 @@ "title": "Subscriu-te al flux RSS d'un podcast" } }, - "button": { - "search": "Buscar" - }, + "button": {}, "warning": { "unsupported": "Aquest tipus d'objecte encara no és compatible" }, @@ -2846,11 +2759,6 @@ "podcastChannel": "Canal de podcast" }, "button": { - "cancel": "Cancelar", - "confirm": "Suprimir", - "delete": "Suprimir …", - "edit": "Editar …", - "embed": "Incrustar", "play": "Reproduir", "updateChannel": "Actualitza el canal", "upload": "Carregar" @@ -2913,7 +2821,6 @@ "addNew": "Afegeix nou" }, "button": { - "cancel": "Cancelar", "subscribe": "Subscriu-te" }, "placeholder": { @@ -3054,8 +2961,6 @@ "Form": { "button": { "create": "Crear una biblioteca", - "delete": "Suprimir", - "confirm": "Suprimir la llibreria", "update": "Actualitzar la biblioteca" }, "modal": { @@ -3153,9 +3058,7 @@ "loading": { "remoteLibraries": "Carregant les biblioteques remotes …" }, - "button": { - "refresh": "Recarregar" - }, + "button": {}, "description": { "remoteLibraries": "Les biblioteques remotes són propietat d'altres usuaris de la xarxa. Pots accedir-hi sempre que siguin públiques hi tinguis accés." } @@ -3208,7 +3111,6 @@ "domain": "replicat des de {domain}" }, "button": { - "edit": "Editar", "upload": "Carregar" }, "title": "Biblioteca", @@ -3328,7 +3230,6 @@ } }, "button": { - "cancel": "Cancelar", "createChannel": "Crear un canal", "next": "Següent pas", "previous": "Pas anterior" @@ -3701,7 +3602,6 @@ "uploadData": "Data de pujada" }, "button": { - "delete": "Suprimir", "download": "Descarregar" }, "modal": { @@ -3747,9 +3647,7 @@ "followers": "Seguidors" } }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir la biblioteca?", @@ -3799,8 +3697,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Editar", "remoteRefresh": "Actualitza des del servidor remot" }, "modal": { @@ -3853,8 +3749,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Editar", "remoteRefresh": "Actualitza des del servidor remot" }, "modal": { @@ -3882,9 +3776,7 @@ "tracks": "Pistes", "django": "Visualitza amb l'administrador Django's" }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir aquesta etiqueta?", @@ -3943,8 +3835,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Editar", "remoteRefresh": "Actualitza des del servidor remot" }, "modal": { @@ -4015,7 +3905,6 @@ "channelData": "Dades del canal" }, "button": { - "delete": "Suprimir", "openRemote": "Obrir el perfil remot", "refresh": "Actualitza des del servidor remot" }, @@ -4118,8 +4007,7 @@ }, "button": { "create": "Crear una llista de reproducció", - "manage": "Gestiona les teves llistes de distribució", - "search": "Buscar" + "manage": "Gestiona les teves llistes de distribució" }, "placeholder": { "search": "Introduir el nom de la llista de reproducció …" @@ -4136,11 +4024,7 @@ }, "Detail": { "button": { - "cancel": "Cancelar", - "delete": "Suprimir", "confirm": "Suprimir la llista de reproducció", - "edit": "Editar", - "embed": "Incrustar", "playAll": "Reproduir-ho tot", "stopEdit": "Parar l'edició" }, @@ -4169,10 +4053,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Suprimir la ràdio", - "edit": "Editar …" - }, + "button": {}, "modal": { "delete": { "header": "Vols suprimir aquesta ràdio \"{ radio }\"?", diff --git a/front/src/locales/cs.json b/front/src/locales/cs.json index 1c9a75ba6..cbdd4344e 100644 --- a/front/src/locales/cs.json +++ b/front/src/locales/cs.json @@ -262,9 +262,7 @@ "placeholder": { "username": "Zadejte vaše uživatelské jméno nebo email" }, - "button": { - "login": "Přihlášení" - }, + "button": {}, "label": { "password": "Heslo", "username": "Uživatelské jméno nebo email" @@ -310,7 +308,6 @@ "failure": "Chyba při ukládání nastavení" }, "button": { - "save": "Uložit", "scan": "Skenováno" } } @@ -399,9 +396,7 @@ } }, "Widget": { - "button": { - "more": "Zobrazit více" - } + "button": {} } }, "ChannelCard": { @@ -423,9 +418,7 @@ } }, "Widget": { - "button": { - "more": "Zobrazit více" - } + "button": {} } }, "Player": { @@ -527,9 +520,7 @@ } }, "Widget": { - "button": { - "more": "Zobrazit více" - } + "button": {} }, "MobileRow": { "button": { @@ -596,9 +587,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopírovat" - }, + "button": {}, "help": { "embed": "Zkopírujte a vložte tento kód do HTML kódu webové stránky", "width": "Ponechte prázdné pro responzivní widget" @@ -622,17 +611,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Zobrazit více" - }, + "button": {}, "help": { "subscribe": "Ukončením sledování této knihovny ztratíte přístup k jejímu obsahu." } }, "ChannelsWidget": { - "button": { - "showMore": "Zobrazit více" - } + "button": {} }, "ChannelEntries": { "help": { @@ -657,9 +642,6 @@ }, "title": "Interpret", "button": { - "cancel": "Zrušit", - "edit": "Upravit", - "embed": "Vložit", "more": "Další…", "play": "Přehrát všechna alba" }, @@ -697,8 +679,7 @@ } }, "button": { - "filter": "Přidat filtr", - "save": "Uložit" + "filter": "Přidat filtr" }, "label": { "filter": "Přidat filtry pro úpravu rádia", @@ -749,7 +730,6 @@ } }, "button": { - "cancel": "Zrušit", "retry": "Knihovny a nahrané soubory" }, "label": { @@ -784,8 +764,6 @@ "summary": "Krátké shrnutí popisující provedené změny." }, "button": { - "cancel": "Zrušit", - "clear": "Vyčistit", "reset": "Resetovat na výchozí hodnotu", "showUnreviewed": "Omezit na úpravy bez revize", "showAll": "Zobrazit všechny úpravy", @@ -839,14 +817,11 @@ "search": "Hledat", "tags": "Tagy" }, - "button": { - "search": "Hledat" - } + "button": {} }, "Artists": { "button": { - "upload": "Hledat trochu muziky", - "search": "Hledat" + "upload": "Hledat trochu muziky" }, "label": { "search": "Jméno interpreta", @@ -949,9 +924,7 @@ "message": "Metadata v souboru jsou neplatná, nebo některé povinné položky chybí." } }, - "button": { - "close": "Zavřít" - }, + "button": {}, "table": { "error": { "debug": "Informace pro vývojáře", @@ -978,7 +951,6 @@ "EditCard": { "button": { "approve": "Schválit", - "delete": "Odstranit", "reject": "Odmítnout" }, "status": { @@ -1025,9 +997,7 @@ "browse": "Procházení interpretů" }, "button": { - "cancel": "Zrušit", "channel": "Vytvořit novou knihovnu", - "search": "Hledat", "feed": "Použití Funkwhale" }, "empty": { @@ -1082,10 +1052,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Zrušit", - "delete": "Odstranit", - "edit": "Upravit", - "embed": "Vložit", "more": "Další…" }, "modal": { @@ -1109,11 +1075,7 @@ }, "TrackBase": { "button": { - "cancel": "Zrušit", - "delete": "Odstranit", "download": "Stáhnout", - "edit": "Upravit", - "embed": "Vložit", "more": "Další…", "play": "Přehrát" }, @@ -1240,8 +1202,6 @@ "quota": "Zbývající prostor úložiště" }, "button": { - "cancel": "Zrušit", - "close": "Zavřít", "finishLater": "Dokončeno", "next": "Další stopa", "previous": "Předchozí stopa", @@ -1290,10 +1250,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Zrušit", - "create": "Vytvořit" - }, + "button": {}, "header": { "newAlbum": "Nová hodnota", "newSeries": "Nová hodnota" @@ -1450,18 +1407,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Zrušit", - "confirm": "Potvrdit" - }, + "button": {}, "header": { "confirm": "Přejete si potvrdit tuto akci?" } }, "RenderedDescription": { "button": { - "cancel": "Zrušit", - "edit": "Upravit", "less": "Zobrazit méně", "more": "Zobrazit více", "update": "Můj úžasný popis" @@ -1474,9 +1426,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Vyčistit" - }, + "button": {}, "label": { "search": "Hledat" }, @@ -1491,9 +1441,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopírovat" - }, + "button": {}, "message": { "success": "Text vložen do schránky!" } @@ -1508,9 +1456,7 @@ "header": { "noResults": "Žádné výsledky nebyly nalezeny." }, - "button": { - "refresh": "Obnovit" - } + "button": {} }, "ContentForm": { "empty": { @@ -1555,9 +1501,7 @@ "button": { "addDuplicate": "Přesto přidat", "addToPlaylist": "Přidat do tohoto playlistu", - "addTrack": "Přidat stopu", - "cancel": "Zrušit", - "edit": "Upravit" + "addTrack": "Přidat stopu" }, "header": { "addToPlaylist": "Přidat do playlistu…", @@ -1646,8 +1590,7 @@ }, "Widget": { "button": { - "create": "Vytvořit playlist", - "more": "Zobrazit více" + "create": "Vytvořit playlist" }, "placeholder": { "noPlaylists": "Playlist nemůže být vytvořen" @@ -2022,7 +1965,6 @@ "reportedObject": "Ohlášený objekt" }, "button": { - "confirmDelete": "Odstranit", "delete": "Smazat nahlášený objekt", "resolve": "Vyřešit", "unresolve": "Není vyřešeno" @@ -2098,10 +2040,7 @@ "isActive": "Použijte tuto volbu pro dočasnou (de)aktivaci zásady, bez jejího odstranění." }, "button": { - "cancel": "Zrušit", "create": "Vytvořit", - "delete": "Odstranit", - "confirm": "Odstranit pravidlo moderování", "update": "Aktualizovat" }, "modal": { @@ -2223,9 +2162,7 @@ "reason": "Důvod", "rejectMedia": "Odmítnout mediální soubory" }, - "button": { - "edit": "Upravit" - }, + "button": {}, "status": { "enabled": "Zapnuto", "paused": "Pozastaveno" @@ -2236,7 +2173,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Zavřít", "show": "Pravidla moderace…" }, "modal": { @@ -2249,9 +2185,7 @@ } }, "NotesThread": { - "button": { - "delete": "Odstranit" - }, + "button": {}, "modal": { "delete": { "header": "Odstranit tuto poznámku?", @@ -2385,7 +2319,6 @@ }, "InvitationForm": { "button": { - "clear": "Vyčistit", "new": "Získat novou pozvánku" }, "table": { @@ -2436,9 +2369,7 @@ "image": "Aktuální obrázek", "error": "Chyba při ukládání nastavení" }, - "button": { - "save": "Uložit" - }, + "button": {}, "message": { "success": "Nastavení úspěšně aktualizováno." } @@ -2460,7 +2391,6 @@ "submissionFailure": "Chyba při odesílání hlášení" }, "button": { - "cancel": "Zrušit", "submit": "Odeslat hlášení" }, "label": { @@ -2478,7 +2408,6 @@ }, "FilterModal": { "button": { - "cancel": "Zrušit", "hide": "Skrýt obsah" }, "message": { @@ -2528,7 +2457,6 @@ } }, "button": { - "close": "Zavřít", "reload": "Zavřít a obnovit stránku" }, "header": { @@ -2548,9 +2476,7 @@ "empty": { "noMatch": "Žádná odpovídající knihovna." }, - "button": { - "showMore": "Zobrazit více" - } + "button": {} } }, "ShortcutsModal": { @@ -2579,18 +2505,13 @@ "unfocus": "Opustit vyhledávací pole" } }, - "button": { - "close": "Zavřít" - }, + "button": {}, "header": { "modal": "Klávesové zkratky" } }, "SetInstanceModal": { - "button": { - "cancel": "Zrušit", - "submit": "Odeslat" - }, + "button": {}, "header": { "chooseInstance": "Zvolte svou instanci", "failure": "Na zadanou adresu URL se nelze připojit", @@ -2610,8 +2531,6 @@ }, "Queue": { "button": { - "clear": "Vyčistit", - "close": "Zavřít", "stopRadio": "Zastavit rádio" }, "label": { @@ -2642,9 +2561,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopírovat" - }, + "button": {}, "title": "Zobrazit/skrýt heslo", "message": { "copy": "Text vložen do schránky!" @@ -2653,9 +2570,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Upravit" - } + "button": {} }, "Button": { "startRadio": "Přehrát stopu", @@ -2675,9 +2590,7 @@ "fieldLabel": "Vytvořit aplikaci" } }, - "button": { - "search": "Hledat" - }, + "button": {}, "error": { "fetchFailed": "Váš účet nemůže být vytvořen." } @@ -2722,11 +2635,6 @@ "artistChannel": "Jméno interpreta" }, "button": { - "cancel": "Zrušit", - "confirm": "Odstranit", - "delete": "Odstranit", - "edit": "Upravit", - "embed": "Vložit", "play": "Přehrát", "updateChannel": "Aktualizovat aplikaci", "upload": "Nahrát" @@ -2777,9 +2685,7 @@ "link": { "addNew": "Přidat obsah" }, - "button": { - "cancel": "Zrušit" - }, + "button": {}, "placeholder": { "search": "Název filtru" }, @@ -2916,8 +2822,6 @@ "Form": { "button": { "create": "Vytvořit knihovnu", - "delete": "Odstranit", - "confirm": "Odstranit knihovnu", "update": "Aktualizovat knihovnu" }, "modal": { @@ -3015,9 +2919,7 @@ "loading": { "remoteLibraries": "Načítání vzdálených knihoven…" }, - "button": { - "refresh": "Obnovit" - }, + "button": {}, "description": { "remoteLibraries": "Vzdálené knihovny jsou vlastněny ostatními uživateli na síti. Můžete k nim přistupovat pokud jsou veřejné, nebo pokud je vám udělen přístup." } @@ -3063,7 +2965,6 @@ "domain": "Členem od { date }" }, "button": { - "edit": "Upravit", "upload": "Nahrát" }, "title": "Knihovna", @@ -3175,7 +3076,6 @@ } }, "button": { - "cancel": "Zrušit", "createChannel": "Vytvořit novou knihovnu", "next": "Další stopa", "previous": "Předchozí stopa" @@ -3545,7 +3445,6 @@ "uploadData": "Datum nahrání" }, "button": { - "delete": "Odstranit", "download": "Stáhnout" }, "modal": { @@ -3591,9 +3490,7 @@ "followers": "Sledující" } }, - "button": { - "delete": "Odstranit" - }, + "button": {}, "modal": { "delete": { "header": "Odstranit tuto knihovnu?", @@ -3643,8 +3540,6 @@ } }, "button": { - "delete": "Odstranit", - "edit": "Upravit", "remoteRefresh": "Obnovit ze vzdáleného serveru" }, "modal": { @@ -3697,8 +3592,6 @@ } }, "button": { - "delete": "Odstranit", - "edit": "Upravit", "remoteRefresh": "Obnovit ze vzdáleného serveru" }, "modal": { @@ -3726,9 +3619,7 @@ "tracks": "Stopy", "django": "Zobrazit v administraci Django" }, - "button": { - "delete": "Odstranit" - }, + "button": {}, "modal": { "delete": { "header": "Odstranit tento tag?", @@ -3787,8 +3678,6 @@ } }, "button": { - "delete": "Odstranit", - "edit": "Upravit", "remoteRefresh": "Obnovit ze vzdáleného serveru" }, "modal": { @@ -3856,7 +3745,6 @@ "channelData": "Data instance" }, "button": { - "delete": "Odstranit", "openRemote": "Otevřít vzdálený profil", "refresh": "Obnovit ze vzdáleného serveru" }, @@ -3953,8 +3841,7 @@ }, "button": { "create": "Vytvořit playlist", - "manage": "Spravovat vaše playlisty", - "search": "Hledat" + "manage": "Spravovat vaše playlisty" }, "placeholder": { "search": "Zadejte název playlistu…" @@ -3971,11 +3858,7 @@ }, "Detail": { "button": { - "cancel": "Zrušit", - "delete": "Odstranit", "confirm": "Odstranit playlist", - "edit": "Upravit", - "embed": "Vložit", "playAll": "Přehrát vše", "stopEdit": "Zastavit rádio" }, @@ -4004,10 +3887,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Odstranit rádio", - "edit": "Upravit" - }, + "button": {}, "modal": { "delete": { "header": "Přejete si odstranit rádio \"{ radio }\"?", diff --git a/front/src/locales/de.json b/front/src/locales/de.json index ca383280c..6faa9d4a1 100644 --- a/front/src/locales/de.json +++ b/front/src/locales/de.json @@ -154,8 +154,6 @@ }, "Queue": { "button": { - "clear": "Leeren", - "close": "Schließen", "stopRadio": "Radio ausschalten" }, "header": { @@ -198,8 +196,7 @@ "RemoteSearchForm": { "button": { "fediverse": "Fediverse", - "rss": "RSS", - "search": "Suchen" + "rss": "RSS" }, "description": { "fediverse": "Abonniere einen Kanal, der anderswo im Fediverse gehostet wird.", @@ -228,10 +225,7 @@ } }, "SetInstanceModal": { - "button": { - "cancel": "Abbrechen", - "submit": "Abschicken" - }, + "button": {}, "header": { "chooseInstance": "Wähle deine Instanz aus", "failure": "Es lässt sich keine Verbindung zur angegebenen Adresse herstellen", @@ -250,9 +244,7 @@ } }, "ShortcutsModal": { - "button": { - "close": "Schließen" - }, + "button": {}, "header": { "modal": "Tastenkombinationen" }, @@ -323,9 +315,7 @@ }, "admin": { "SettingsGroup": { - "button": { - "save": "Speichern" - }, + "button": {}, "header": { "error": "Fehler beim Speichern der Einstellungen", "image": "Aktuelles Bild" @@ -426,22 +416,16 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mehr anzeigen" - }, + "button": {}, "help": { "subscribe": "Ggf. musst du diesen Kanal abonnieren, um seinen Inhalt zu sehen." } }, "ChannelsWidget": { - "button": { - "showMore": "Mehr anzeigen" - } + "button": {} }, "EmbedWizard": { - "button": { - "copy": "Kopieren" - }, + "button": {}, "header": { "preview": "Vorschau" }, @@ -573,9 +557,7 @@ } }, "Widget": { - "button": { - "more": "Mehr anzeigen" - } + "button": {} } }, "artist": { @@ -586,9 +568,7 @@ } }, "Widget": { - "button": { - "more": "Mehr anzeigen" - } + "button": {} } }, "podcast": { @@ -648,9 +628,7 @@ } }, "Widget": { - "button": { - "more": "Mehr anzeigen" - }, + "button": {}, "empty": { "noResults": "Nichts gefunden" } @@ -736,9 +714,7 @@ "title": "Anwendung zulassen" }, "LoginForm": { - "button": { - "login": "Anmelden" - }, + "button": {}, "header": { "loginFailure": "Wir können dich nicht einloggen" }, @@ -776,7 +752,6 @@ }, "Plugin": { "button": { - "save": "Speichern", "scan": "Scan" }, "description": { @@ -995,10 +970,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Abbrechen", - "create": "Erstellen" - }, + "button": {}, "header": { "newAlbum": "Neues Album", "newSeries": "Neue Serie" @@ -1081,8 +1053,6 @@ }, "UploadModal": { "button": { - "cancel": "Abbrechen", - "close": "Schließen", "finishLater": "Später fertigstellen", "next": "Nächster Schritt", "previous": "Vorheriger Schritt", @@ -1173,18 +1143,13 @@ } }, "CopyInput": { - "button": { - "copy": "Kopieren" - }, + "button": {}, "message": { "success": "Text in die Zwischenablage kopiert!" } }, "DangerousButton": { - "button": { - "cancel": "Abbrechen", - "confirm": "Bestätigen" - }, + "button": {}, "header": { "confirm": "Vorgang bestätigen?" } @@ -1196,9 +1161,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Aktualisieren" - }, + "button": {}, "header": { "noResults": "Nichts gefunden." } @@ -1210,9 +1173,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Löschen" - }, + "button": {}, "label": { "search": "Suchen" }, @@ -1234,8 +1195,6 @@ }, "RenderedDescription": { "button": { - "cancel": "Abbrechen", - "edit": "Bearbeiten", "less": "Weniger anzeigen", "more": "Mehr anzeigen", "update": "Beschreibung aktualisieren" @@ -1335,7 +1294,6 @@ "federation": { "FetchButton": { "button": { - "close": "Schließen", "reload": "Schließen und Seite neu laden" }, "description": { @@ -1375,9 +1333,7 @@ } }, "LibraryWidget": { - "button": { - "showMore": "Mehr anzeigen" - }, + "button": {}, "empty": { "noMatch": "Keine passende Mediathek gefunden." } @@ -1385,9 +1341,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopieren" - }, + "button": {}, "message": { "copy": "Text in die Zwischenablage kopiert!" }, @@ -1419,10 +1373,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Abbrechen", - "delete": "Löschen…", - "edit": "Bearbeiten", - "embed": "Einbetten", "more": "Mehr…" }, "link": { @@ -1454,9 +1404,7 @@ } }, "Albums": { - "button": { - "search": "Suchen" - }, + "button": {}, "empty": { "noResults": "Keine Ergebnisse zu deiner Anfrage" }, @@ -1488,9 +1436,6 @@ }, "ArtistBase": { "button": { - "cancel": "Abbrechen", - "edit": "Bearbeiten", - "embed": "Einbetten", "more": "Mehr…", "play": "Alle Alben abspielen" }, @@ -1544,7 +1489,6 @@ }, "Artists": { "button": { - "search": "Suchen", "upload": "Musik hinzufügen" }, "empty": { @@ -1577,7 +1521,6 @@ "EditCard": { "button": { "approve": "Bestätigen", - "delete": "Löschen", "reject": "Abweisen" }, "header": { @@ -1613,8 +1556,6 @@ }, "EditForm": { "button": { - "cancel": "Abbrechen", - "clear": "Leeren", "new": "Eine weitere Überarbeitung einreichen", "reset": "Auf Anfangswert zurücksetzen", "showAll": "Alle Änderungen anzeigen", @@ -1644,7 +1585,6 @@ }, "FileUpload": { "button": { - "cancel": "Abbrechen", "retry": "Fehlgeschlagene Uploads wiederholen" }, "description": { @@ -1720,9 +1660,7 @@ "title": "Mediathek" }, "ImportStatusModal": { - "button": { - "close": "Schließen" - }, + "button": {}, "error": { "importFailure": "Ein Fehler ist während des Uploads aufgetreten. Weitere Informationen befinden sich unten.", "invalidMetadata": { @@ -1759,10 +1697,8 @@ }, "Podcasts": { "button": { - "cancel": "Abbrechen", "channel": "Kanal erstellen", "feed": "Abonniere einen Podcast via RSS-Feed", - "search": "Suchen", "subscribe": "Abonnieren" }, "empty": { @@ -1846,11 +1782,7 @@ }, "TrackBase": { "button": { - "cancel": "Abbrechen", - "delete": "Löschen…", "download": "Herunterladen", - "edit": "Bearbeiten", - "embed": "Einbetten", "more": "Mehr…", "play": "Abspielen" }, @@ -1922,8 +1854,7 @@ "radios": { "Builder": { "button": { - "filter": "Filter hinzufügen", - "save": "Speichern" + "filter": "Filter hinzufügen" }, "description": { "builder": "Dank dieser Schnittstelle kannst du dein eigenes Radio erstellen, das die Titel entsprechend deinen Kriterien abspielt." @@ -2391,9 +2322,7 @@ } }, "InstancePolicyCard": { - "button": { - "edit": "Bearbeiten" - }, + "button": {}, "header": { "rule": "Regel" }, @@ -2411,10 +2340,7 @@ }, "InstancePolicyForm": { "button": { - "cancel": "Abbrechen", - "confirm": "Moderationsregel löschen", "create": "Erstellen", - "delete": "Löschen", "update": "Aktualisieren" }, "header": { @@ -2451,7 +2377,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Schließen", "show": "Moderationsregeln…" }, "modal": { @@ -2475,9 +2400,7 @@ } }, "NotesThread": { - "button": { - "delete": "Löschen" - }, + "button": {}, "modal": { "delete": { "content": { @@ -2489,7 +2412,6 @@ }, "ReportCard": { "button": { - "confirmDelete": "Löschen", "delete": "Gemeldetes Objekt löschen", "resolve": "Lösen", "unresolve": "Beschluss rückgängig machen" @@ -2576,7 +2498,6 @@ "users": { "InvitationForm": { "button": { - "clear": "Löschen", "new": "Eine Einladung erneut bekommen" }, "header": { @@ -2683,7 +2604,6 @@ "moderation": { "FilterModal": { "button": { - "cancel": "Abbrechen", "hide": "Inhalte verbergen" }, "header": { @@ -2716,7 +2636,6 @@ }, "ReportModal": { "button": { - "cancel": "Abbrechen", "submit": "Bericht senden" }, "description": { @@ -2818,9 +2737,7 @@ "button": { "addDuplicate": "Trotzdem hinzufügen", "addToPlaylist": "Zur Wiedergabeliste hinzufügen", - "addTrack": "Titel hinzufügen", - "cancel": "Abbrechen", - "edit": "Bearbeiten" + "addTrack": "Titel hinzufügen" }, "empty": { "noPlaylists": "Es wurden noch keine Wiedergabelisten erstellt" @@ -2859,8 +2776,7 @@ }, "Widget": { "button": { - "create": "Wiedergabeliste erstellen", - "more": "Mehr anzeigen" + "create": "Wiedergabeliste erstellen" }, "placeholder": { "noPlaylists": "Es wurden noch keine Wiedergabelisten erstellt" @@ -2873,9 +2789,7 @@ "stopRadio": "Radio ausschalten" }, "Card": { - "button": { - "edit": "Bearbeiten" - } + "button": {} } }, "tags": { @@ -3220,7 +3134,6 @@ "admin": { "ChannelDetail": { "button": { - "delete": "Löschen", "openRemote": "Profil öffnen", "refresh": "Vom Remote-Server aktualisieren" }, @@ -3308,8 +3221,6 @@ "library": { "AlbumDetail": { "button": { - "delete": "Löschen", - "edit": "Bearbeiten", "remoteRefresh": "Vom Remote-Server aktualisieren" }, "header": { @@ -3361,8 +3272,6 @@ }, "ArtistDetail": { "button": { - "delete": "Löschen", - "edit": "Bearbeiten", "remoteRefresh": "Vom Remote-Server aktualisieren" }, "header": { @@ -3436,9 +3345,7 @@ "title": "Bearbeitungen" }, "LibraryDetail": { - "button": { - "delete": "Löschen" - }, + "button": {}, "header": { "activity": "Aktivität", "audioContent": "Audio-Inhalt", @@ -3484,9 +3391,7 @@ } }, "TagDetail": { - "button": { - "delete": "Löschen" - }, + "button": {}, "header": { "activity": "Aktivität", "audioContent": "Audio-Inhalt", @@ -3518,8 +3423,6 @@ }, "TrackDetail": { "button": { - "delete": "Löschen", - "edit": "Bearbeiten", "remoteRefresh": "Vom Remote-Server aktualisieren" }, "header": { @@ -3575,7 +3478,6 @@ }, "UploadDetail": { "button": { - "delete": "Löschen", "download": "Herunterladen" }, "header": { @@ -3952,7 +3854,6 @@ }, "ProfileOverview": { "button": { - "cancel": "Abbrechen", "createChannel": "Kanal erstellen", "next": "Nächster Schritt", "previous": "Vorheriger Schritt" @@ -3987,11 +3888,6 @@ "channels": { "DetailBase": { "button": { - "cancel": "Abbrechen", - "confirm": "Löschen", - "delete": "Löschen…", - "edit": "Bearbeiten…", - "embed": "Einbetten", "play": "Abspielen", "updateChannel": "Kanal aktualisieren", "upload": "Hochladen" @@ -4069,7 +3965,6 @@ }, "SubscriptionsList": { "button": { - "cancel": "Abbrechen", "subscribe": "Abonnieren" }, "link": { @@ -4190,9 +4085,7 @@ }, "Form": { "button": { - "confirm": "Mediathek löschen", "create": "Mediathek erstellen", - "delete": "Löschen", "update": "Mediathek aktualisieren" }, "description": { @@ -4323,9 +4216,7 @@ } }, "Home": { - "button": { - "refresh": "Aktualisieren" - }, + "button": {}, "description": { "remoteLibraries": "Fernmediatheken sind im Besitz anderer Personen des Netzwerks. Du kannst darauf zugreifen, wenn diese öffentlich sind, oder du die Erlaubnis hast." }, @@ -4405,7 +4296,6 @@ }, "LibraryBase": { "button": { - "edit": "Bearbeiten", "upload": "Hochladen" }, "description": { @@ -4439,11 +4329,7 @@ "playlists": { "Detail": { "button": { - "cancel": "Abbrechen", "confirm": "Wiedergabeliste löschen", - "delete": "Löschen", - "edit": "Bearbeiten", - "embed": "Einbetten", "playAll": "Alles abspielen", "stopEdit": "Bearbeitung beenden" }, @@ -4472,8 +4358,7 @@ "List": { "button": { "create": "Eine Wiedergabeliste erstellen", - "manage": "Verwalte deine Wiedergabelisten", - "search": "Suchen" + "manage": "Verwalte deine Wiedergabelisten" }, "empty": { "noResults": "Keine Ergebnisse zu deiner Anfrage" @@ -4503,10 +4388,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Radio löschen", - "edit": "Bearbeiten…" - }, + "button": {}, "empty": { "noTracks": "Diesem Radio wurden noch keine Titel hinzugefügt" }, diff --git a/front/src/locales/el.json b/front/src/locales/el.json index 1c4d5f320..1f7b3b767 100644 --- a/front/src/locales/el.json +++ b/front/src/locales/el.json @@ -341,9 +341,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Αντιγραφή" - }, + "button": {}, "help": { "embed": "Αντιγράψτε και επικολλήστε τον ακόλουθο κώδικα στην HTML της ιστοσελίδας σας" }, @@ -368,11 +366,7 @@ "albums": "{ n } άλμπουμ | { n } άλμπουμ" }, "title": "Καλλιτέχνης", - "button": { - "cancel": "Ακύρωση", - "edit": "Επεξεργασία", - "embed": "Ενσωμάτωση" - }, + "button": {}, "modal": { "embed": { "header": "Ενσωμάτωση του καλλιτέχνη στην ιστοσελίδα σας" @@ -421,9 +415,7 @@ } } }, - "button": { - "cancel": "Ακύρωση" - }, + "button": {}, "label": { "uploadWidget": "Κάντε κλικ για να επιλέξετε αρχεία για μεταφόρτωση ή κάντε drag and drop αρχεία ή φακέλους" } @@ -432,10 +424,7 @@ "placeholder": { "summary": "Μια περίληψη των αλλαγών σας." }, - "button": { - "cancel": "Ακύρωση", - "clear": "Καθάρισμα" - }, + "button": {}, "header": { "failure": "Σφάλμα κατά την υποβολή αλλαγών" } @@ -515,9 +504,7 @@ "message": "Συνέβη κάποιο άγνωστο σφάλμα" } }, - "button": { - "close": "Κλείσιμο" - }, + "button": {}, "table": { "error": { "debug": "Πληροφορίες εντοπισμού σφαλμάτων", @@ -527,8 +514,7 @@ }, "EditCard": { "button": { - "approve": "Αποδοχή", - "delete": "Διαγραφή" + "approve": "Αποδοχή" }, "status": { "approved": "Eγκρίθηκε", @@ -558,7 +544,6 @@ "browse": "Περιήγηση στα podcast" }, "button": { - "cancel": "Ακύρωση", "channel": "Δημιουργία Καναλιού" } }, @@ -581,12 +566,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "Ακύρωση", - "delete": "Διαγραφή…", - "edit": "Επεξεργασία", - "embed": "Ενσωμάτωση" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή του άλμπουμ;" @@ -598,11 +578,7 @@ }, "TrackBase": { "button": { - "cancel": "Ακύρωση", - "delete": "Διαγραφή…", - "download": "Λήψη", - "edit": "Επεξεργασία", - "embed": "Ενσωμάτωση" + "download": "Λήψη" }, "modal": { "delete": { @@ -660,10 +636,7 @@ "meta": { "files": "{ n } αρχείο | { n } αρχεία" }, - "button": { - "cancel": "Ακύρωση", - "close": "Κλείσιμο" - }, + "button": {}, "header": { "uploadFiles": "Αρχεία προς ανέβασμα" } @@ -700,10 +673,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Ακύρωση", - "create": "Δημιουργία" - } + "button": {} }, "UploadMetadataForm": { "label": { @@ -796,32 +766,22 @@ } }, "DangerousButton": { - "button": { - "cancel": "Ακύρωση", - "confirm": "Επιβεβαίωση" - }, + "button": {}, "header": { "confirm": "Επιβεβαίωση δράσης;" } }, "RenderedDescription": { - "button": { - "cancel": "Ακύρωση", - "edit": "Επεξεργασία" - }, + "button": {}, "header": { "failure": "Σφάλμα κατά την ενημέρωση της περιγραφής" } }, "InlineSearchBar": { - "button": { - "clear": "Καθάρισμα" - } + "button": {} }, "CopyInput": { - "button": { - "copy": "Αντιγραφή" - } + "button": {} } }, "playlists": { @@ -837,9 +797,7 @@ "button": { "addDuplicate": "Προσθήκη ούτως ή άλλως", "addToPlaylist": "Προσθήκη σε αυτήν την λίστα αναπαραγωγής", - "addTrack": "Προσθήκη κομματιού", - "cancel": "Ακύρωση", - "edit": "Επεξεργασία" + "addTrack": "Προσθήκη κομματιού" }, "header": { "addToPlaylist": "Προσθήκη στην λίστα αναπαραγωγής", @@ -1113,7 +1071,6 @@ "actions": "Ενέργειες" }, "button": { - "confirmDelete": "Διαγραφή", "delete": "Διαγραφή στοιχείου αναφοράς" }, "modal": { @@ -1155,10 +1112,7 @@ "rejectMedia": "Αποτροπή κατεβάσματος αρχείων πολυμέσων (αρχεία ήχου, εξώφυλλο άλμπουμ, avatar λογαριασμού...) από αυτόν τον λογαριασμό ή διεύθυνση. Θα διαγραφεί και το ήδη υπάρχον περιεχόμενο." }, "button": { - "cancel": "Ακύρωση", - "create": "Δημιουργία", - "delete": "Διαγραφή", - "confirm": "Διαγραφή κανόνα συντονισμού" + "create": "Δημιουργία" }, "modal": { "delete": { @@ -1212,22 +1166,16 @@ "label": { "blockAll": "Μπλοκάρισμα όλων" }, - "button": { - "edit": "Επεξεργασία" - }, + "button": {}, "status": { "enabled": "Ενεργό" } }, "InstancePolicyModal": { - "button": { - "close": "Κλείσιμο" - } + "button": {} }, "NotesThread": { - "button": { - "delete": "Διαγραφή" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή της σημείωσης;" @@ -1302,7 +1250,6 @@ }, "InvitationForm": { "button": { - "clear": "Καθάρισμα", "new": "Αποκτήστε μια νέα πρόσκληση" }, "table": { @@ -1364,9 +1311,7 @@ "modal": "Θέλετε να αναφέρεται αυτό το στοιχείο;", "submissionFailure": "Σφάλμα κατά την υποβολή αναφοράς" }, - "button": { - "cancel": "Ακύρωση" - }, + "button": {}, "label": { "email": "Email", "forwardToDomain": "Προώθηση στο { domain}" @@ -1377,7 +1322,6 @@ }, "FilterModal": { "button": { - "cancel": "Ακύρωση", "hide": "Απόκρυψη περιεχομένου" }, "message": { @@ -1407,7 +1351,6 @@ } }, "button": { - "close": "Κλείσιμο", "reload": "Κλείσιμο και ανανέωση σελίδας" }, "header": { @@ -1426,23 +1369,16 @@ "label": "Γενικές συντομεύσεις" } }, - "button": { - "close": "Κλείσιμο" - } + "button": {} }, "SetInstanceModal": { - "button": { - "cancel": "Ακύρωση" - }, + "button": {}, "header": { "chooseInstance": "Επιλέξτε το instance σας" } }, "Queue": { - "button": { - "clear": "Καθάρισμα", - "close": "Κλείσιμο" - }, + "button": {}, "label": { "duration": "Διάρκεια", "addArtistContentFilter": "Απόκρυψη περιεχομένου από αυτόν τον καλλιτέχνη…" @@ -1450,16 +1386,12 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Αντιγραφή" - } + "button": {} } }, "radios": { "Card": { - "button": { - "edit": "Επεξεργασία" - } + "button": {} } }, "RemoteSearchForm": { @@ -1493,13 +1425,7 @@ "header": { "artistChannel": "Κανάλι καλλιτέχνη" }, - "button": { - "cancel": "Ακύρωση", - "confirm": "Διαγραφή", - "delete": "Διαγραφή…", - "edit": "Επεξεργασία…", - "embed": "Ενσωμάτωση" - }, + "button": {}, "title": "Κανάλι", "modal": { "subscribe": { @@ -1534,9 +1460,7 @@ "link": { "addNew": "Προσθήκη νέου" }, - "button": { - "cancel": "Ακύρωση" - } + "button": {} } }, "content": { @@ -1587,9 +1511,7 @@ }, "Form": { "button": { - "create": "Δημιουργία βιβλιοθήκης", - "delete": "Διαγραφή", - "confirm": "Διαγραφή βιβλιοθήκης" + "create": "Δημιουργία βιβλιοθήκης" }, "modal": { "delete": { @@ -1662,9 +1584,7 @@ "albums": "Άλμπουμ", "artists": "Καλλιτέχνες" }, - "button": { - "edit": "Επεξεργασία" - } + "button": {} }, "Edit": { "button": { @@ -1717,7 +1637,6 @@ } }, "button": { - "cancel": "Ακύρωση", "createChannel": "Δημιουργία καναλιού" }, "header": { @@ -1891,7 +1810,6 @@ "audioContent": "Περιεχόμενο ήχου" }, "button": { - "delete": "Διαγραφή", "download": "Λήψη" }, "modal": { @@ -1922,9 +1840,7 @@ "followers": "Ακόλουθοι" } }, - "button": { - "delete": "Διαγραφή" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή της βιβλιοθήκης;" @@ -1953,10 +1869,7 @@ "favorited": "Αγαπημένα κομμάτια" } }, - "button": { - "delete": "Διαγραφή", - "edit": "Επεξεργασία" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή του άλμπουμ;" @@ -1986,10 +1899,7 @@ "favorited": "Αγαπημένα κομμάτια" } }, - "button": { - "delete": "Διαγραφή", - "edit": "Επεξεργασία" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή του καλλιτέχνη;" @@ -2005,9 +1915,7 @@ "albums": "Άλμπουμ", "artists": "Καλλιτέχνες" }, - "button": { - "delete": "Διαγραφή" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή της ετικέτας;" @@ -2038,10 +1946,7 @@ "favorited": "Αγαπημένα κομμάτια" } }, - "button": { - "delete": "Διαγραφή", - "edit": "Επεξεργασία" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή του κομματιού;" @@ -2082,9 +1987,7 @@ "audioContent": "Περιεχόμενο ήχου", "channelData": "Στοιχεία καναλιού" }, - "button": { - "delete": "Διαγραφή" - }, + "button": {}, "modal": { "delete": { "header": "Διαγραφή του καναλιού;" @@ -2131,11 +2034,7 @@ }, "Detail": { "button": { - "cancel": "Ακύρωση", - "delete": "Διαγραφή", - "confirm": "Διαγραφή λίστας αναπαραγωγής", - "edit": "Επεξεργασία", - "embed": "Ενσωμάτωση" + "confirm": "Διαγραφή λίστας αναπαραγωγής" }, "modal": { "delete": { @@ -2149,10 +2048,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Διαγραφή ράδιο", - "edit": "Επεξεργασία…" - }, + "button": {}, "modal": { "delete": { "header": "Θέλετε να διαγράψετε το ράδιο \"{ radio }\";" diff --git a/front/src/locales/en_GB.json b/front/src/locales/en_GB.json index 813562fb0..6cdeb87d1 100644 --- a/front/src/locales/en_GB.json +++ b/front/src/locales/en_GB.json @@ -277,9 +277,7 @@ "approvalRequired": "If you signed-up recently, you may need to wait before our moderation team review your account, or verify your e-mail address.", "invalidCredentials": "Please double-check that your username and password combination is correct and make sure you verified your e-mail address." }, - "button": { - "login": "Login" - }, + "button": {}, "label": { "password": "Password", "username": "Username or e-mail address" @@ -332,7 +330,6 @@ "library": "Library where files should be imported." }, "button": { - "save": "Save", "scan": "Scan" } } @@ -433,9 +430,7 @@ } }, "Widget": { - "button": { - "more": "Show more" - } + "button": {} } }, "ChannelCard": { @@ -457,9 +452,7 @@ } }, "Widget": { - "button": { - "more": "Show more" - } + "button": {} } }, "Player": { @@ -564,9 +557,7 @@ "empty": { "noResults": "Nothing found" }, - "button": { - "more": "Show more" - } + "button": {} }, "MobileRow": { "button": { @@ -667,9 +658,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copy" - }, + "button": {}, "help": { "embed": "Copy/paste this code in your website HTML", "width": "Leave empty for a responsive widget", @@ -691,17 +680,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Show more" - }, + "button": {}, "help": { "subscribe": "You may need to subscribe to this channel to see its contents." } }, "ChannelsWidget": { - "button": { - "showMore": "Show more" - } + "button": {} }, "ChannelEntries": { "help": { @@ -734,9 +719,6 @@ }, "title": "Artist", "button": { - "cancel": "Cancel", - "edit": "Edit", - "embed": "Embed", "more": "More…", "play": "Play all albums" }, @@ -774,8 +756,7 @@ } }, "button": { - "filter": "Add filter", - "save": "Save" + "filter": "Add filter" }, "label": { "filter": "Add filters to customise your radio", @@ -827,7 +808,6 @@ } }, "button": { - "cancel": "Cancel", "retry": "Retry failed uploads" }, "label": { @@ -864,8 +844,6 @@ "summary": "A short summary describing your changes." }, "button": { - "cancel": "Cancel", - "clear": "Clear", "reset": "Reset to initial value", "showUnreviewed": "Restrict to unreviewed edits", "showAll": "Show all edits", @@ -919,14 +897,11 @@ "search": "Search", "tags": "Tags" }, - "button": { - "search": "Search" - } + "button": {} }, "Artists": { "button": { - "upload": "Add some music", - "search": "Search" + "upload": "Add some music" }, "label": { "search": "Artist name", @@ -1034,9 +1009,7 @@ "message": "The metadata included in the file is invalid or some mandatory fields are missing." } }, - "button": { - "close": "Close" - }, + "button": {}, "table": { "error": { "debug": "Debug information", @@ -1063,7 +1036,6 @@ "EditCard": { "button": { "approve": "Approve", - "delete": "Delete", "reject": "Reject" }, "status": { @@ -1110,9 +1082,7 @@ "browse": "Browsing podcasts" }, "button": { - "cancel": "Cancel", "channel": "Create a Channel", - "search": "Search", "subscribe": "Subscribe", "feed": "Subscribe to feed" }, @@ -1170,10 +1140,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Cancel", - "delete": "Delete…", - "edit": "Edit", - "embed": "Embed", "more": "More…" }, "modal": { @@ -1197,11 +1163,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancel", - "delete": "Delete…", "download": "Download", - "edit": "Edit", - "embed": "Embed", "more": "More…", "play": "Play" }, @@ -1335,8 +1297,6 @@ "quota": "Remaining storage space: {space}" }, "button": { - "cancel": "Cancel", - "close": "Close", "finishLater": "Finish later", "next": "Next step", "previous": "Previous step", @@ -1408,10 +1368,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancel", - "create": "Create" - }, + "button": {}, "header": { "newAlbum": "New album", "newSeries": "New series" @@ -1581,18 +1538,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancel", - "confirm": "Confirm" - }, + "button": {}, "header": { "confirm": "Do you want to confirm this action?" } }, "RenderedDescription": { "button": { - "cancel": "Cancel", - "edit": "Edit", "less": "Show less", "more": "Show more", "update": "Update description" @@ -1605,9 +1557,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Clear" - }, + "button": {}, "label": { "search": "Search" }, @@ -1622,9 +1572,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copy" - }, + "button": {}, "message": { "success": "Text copied to clipboard!" } @@ -1660,9 +1608,7 @@ "header": { "noResults": "No results were found." }, - "button": { - "refresh": "Refresh" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1701,9 +1647,7 @@ "button": { "addDuplicate": "Add anyway", "addToPlaylist": "Add to this playlist", - "addTrack": "Add track", - "cancel": "Cancel", - "edit": "Edit" + "addTrack": "Add track" }, "header": { "addToPlaylist": "Add to playlist", @@ -1792,8 +1736,7 @@ }, "Widget": { "button": { - "create": "Create Playlist", - "more": "Show more" + "create": "Create Playlist" }, "placeholder": { "noPlaylists": "No playlists have been created yet" @@ -2174,7 +2117,6 @@ "reportedObject": "Reported object" }, "button": { - "confirmDelete": "Delete", "delete": "Delete reported object", "resolve": "Resolve", "unresolve": "Unresolve" @@ -2254,10 +2196,7 @@ "isActive": "Use this setting to temporarily enable/disable the policy without completely removing it." }, "button": { - "cancel": "Cancel", "create": "Create", - "delete": "Delete", - "confirm": "Delete moderation rule", "update": "Update" }, "modal": { @@ -2382,9 +2321,7 @@ "reason": "Reason", "rejectMedia": "Reject media" }, - "button": { - "edit": "Edit" - }, + "button": {}, "status": { "enabled": "Enabled", "paused": "Paused" @@ -2395,7 +2332,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Close", "show": "Moderation rules…" }, "modal": { @@ -2408,9 +2344,7 @@ } }, "NotesThread": { - "button": { - "delete": "Delete" - }, + "button": {}, "modal": { "delete": { "header": "Delete this note?", @@ -2544,7 +2478,6 @@ }, "InvitationForm": { "button": { - "clear": "Clear", "new": "Get a new invitation" }, "table": { @@ -2610,9 +2543,7 @@ "image": "Current image", "error": "Error while saving settings." }, - "button": { - "save": "Save" - }, + "button": {}, "message": { "success": "Settings updated successfully." } @@ -2634,7 +2565,6 @@ "submissionFailure": "Error while submitting report" }, "button": { - "cancel": "Cancel", "submit": "Submit report" }, "label": { @@ -2654,7 +2584,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancel", "hide": "Hide content" }, "message": { @@ -2704,7 +2633,6 @@ } }, "button": { - "close": "Close", "reload": "Close and reload page" }, "header": { @@ -2724,9 +2652,7 @@ "empty": { "noMatch": "No matching library." }, - "button": { - "showMore": "Show more" - } + "button": {} } }, "ShortcutsModal": { @@ -2756,18 +2682,13 @@ "unfocus": "Unfocus searchbar" } }, - "button": { - "close": "Close" - }, + "button": {}, "header": { "modal": "Keyboard shortcuts" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancel", - "submit": "Submit" - }, + "button": {}, "header": { "chooseInstance": "Choose your instance", "failure": "It is not possible to connect to the given URL", @@ -2788,8 +2709,6 @@ }, "Queue": { "button": { - "clear": "Clear", - "close": "Close", "stopRadio": "Stop radio" }, "label": { @@ -2829,9 +2748,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copy" - }, + "button": {}, "title": "Show/hide password", "message": { "copy": "Text copied to clipboard!" @@ -2840,9 +2757,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Edit" - } + "button": {} }, "Button": { "startRadio": "Play radio", @@ -2855,8 +2770,7 @@ }, "button": { "fediverse": "Fediverse", - "rss": "RSS", - "search": "Search" + "rss": "RSS" }, "label": { "fediverse": { @@ -2930,11 +2844,6 @@ "podcastChannel": "Podcast channel" }, "button": { - "cancel": "Cancel", - "confirm": "Delete", - "delete": "Delete…", - "edit": "Edit…", - "embed": "Embed", "play": "Play", "updateChannel": "Update channel", "upload": "Upload" @@ -2997,7 +2906,6 @@ "addNew": "Add new" }, "button": { - "cancel": "Cancel", "subscribe": "Subscribe" }, "placeholder": { @@ -3138,8 +3046,6 @@ "Form": { "button": { "create": "Create library", - "delete": "Delete", - "confirm": "Delete library", "update": "Update library" }, "modal": { @@ -3237,9 +3143,7 @@ "loading": { "remoteLibraries": "Loading remote libraries…" }, - "button": { - "refresh": "Refresh" - }, + "button": {}, "description": { "remoteLibraries": "Remote libraries are owned by other users on the network. You can access them as long as they are public or you are granted access." } @@ -3292,7 +3196,6 @@ "domain": "View on { domain }" }, "button": { - "edit": "Edit", "upload": "Upload" }, "title": "Library", @@ -3412,7 +3315,6 @@ } }, "button": { - "cancel": "Cancel", "createChannel": "Create channel", "next": "Next step", "previous": "Previous step" @@ -3785,7 +3687,6 @@ "uploadData": "Upload date" }, "button": { - "delete": "Delete", "download": "Download" }, "modal": { @@ -3831,9 +3732,7 @@ "followers": "Followers" } }, - "button": { - "delete": "Delete" - }, + "button": {}, "modal": { "delete": { "header": "Delete this library?", @@ -3883,8 +3782,6 @@ } }, "button": { - "delete": "Delete", - "edit": "Edit", "remoteRefresh": "Refresh from remote server" }, "modal": { @@ -3937,8 +3834,6 @@ } }, "button": { - "delete": "Delete", - "edit": "Edit", "remoteRefresh": "Refresh from remote server" }, "modal": { @@ -3966,9 +3861,7 @@ "tracks": "Tracks", "django": "View in Django's admin" }, - "button": { - "delete": "Delete" - }, + "button": {}, "modal": { "delete": { "header": "Delete this tag?", @@ -4027,8 +3920,6 @@ } }, "button": { - "delete": "Delete", - "edit": "Edit", "remoteRefresh": "Refresh from remote server" }, "modal": { @@ -4099,7 +3990,6 @@ "channelData": "Channel data" }, "button": { - "delete": "Delete", "openRemote": "Open remote profile", "refresh": "Refresh from remote server" }, @@ -4202,8 +4092,7 @@ }, "button": { "create": "Create a playlist", - "manage": "Manage your playlists", - "search": "Search" + "manage": "Manage your playlists" }, "placeholder": { "search": "Enter playlist name…" @@ -4220,11 +4109,7 @@ }, "Detail": { "button": { - "cancel": "Cancel", - "delete": "Delete", "confirm": "Delete playlist", - "edit": "Edit", - "embed": "Embed", "playAll": "Play all", "stopEdit": "Stop Editing" }, @@ -4253,10 +4138,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Delete radio", - "edit": "Edit…" - }, + "button": {}, "modal": { "delete": { "header": "Do you want to delete the radio \"{ radio }\"?", diff --git a/front/src/locales/en_US.json b/front/src/locales/en_US.json index de4d2b1de..443e8432c 100644 --- a/front/src/locales/en_US.json +++ b/front/src/locales/en_US.json @@ -239,9 +239,7 @@ "notFunkwhaleServer": "The given address is not a Funkwhale server", "selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices." }, - "button": { - "submit": "Submit" - }, + "button": {}, "label": { "url": "Instance URL" } @@ -1404,8 +1402,7 @@ }, "AlbumDropdown": { "button": { - "more": "More…", - "embed": "Embed" + "more": "More…" }, "modal": { "embed": { @@ -1474,7 +1471,6 @@ }, "button": { "play": "Play all albums", - "embed": "Embed", "more": "More…" }, "link": { @@ -1824,8 +1820,7 @@ "button": { "download": "Download", "more": "More…", - "play": "Play", - "embed": "Embed" + "play": "Play" }, "link": { "domain": "View on {domain}", @@ -4009,7 +4004,6 @@ } }, "button": { - "embed": "Embed", "upload": "Upload", "play": "Play", "updateChannel": "Update channel" @@ -4425,7 +4419,6 @@ "button": { "playAll": "Play all", "stopEdit": "Stop Editing", - "embed": "Embed", "confirm": "Delete playlist" }, "modal": { diff --git a/front/src/locales/eo.json b/front/src/locales/eo.json index 4ffd12b1b..439f30780 100644 --- a/front/src/locales/eo.json +++ b/front/src/locales/eo.json @@ -188,9 +188,7 @@ "placeholder": { "username": "Tajpu vian uzantnomon aŭ retadreson" }, - "button": { - "login": "Ensaluti" - }, + "button": {}, "label": { "password": "Pasvorto", "username": "Uzantnomo aŭ retpoŝtadreso" @@ -248,7 +246,6 @@ "failure": "Eraro kiam konservi preferojn" }, "button": { - "save": "Konservi", "scan": "Skana" } } @@ -311,9 +308,7 @@ } }, "Widget": { - "button": { - "more": "Afiŝi unu alian albumon" - } + "button": {} } }, "ChannelCard": { @@ -335,9 +330,7 @@ } }, "Widget": { - "button": { - "more": "Afiŝi unu alian albumon" - } + "button": {} } }, "Player": { @@ -434,9 +427,7 @@ } }, "Widget": { - "button": { - "more": "Afiŝi unu alian albumon" - } + "button": {} }, "MobileRow": { "button": { @@ -499,9 +490,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopii" - }, + "button": {}, "help": { "embed": "Kopi kaj alglui tiun kodon en via retejo", "width": "Lasu malplena por adaptiĝema fenestraĵo" @@ -525,17 +514,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Afiŝi unu alian albumon" - }, + "button": {}, "help": { "subscribe": "Se vi malsekvantus tiun muzikejon, vi perdus ĝian muzikon." } }, "ChannelsWidget": { - "button": { - "showMore": "Afiŝi unu alian albumon" - } + "button": {} }, "ChannelEntries": { "help": { @@ -560,9 +545,6 @@ }, "title": "Artisto", "button": { - "cancel": "Nuligi", - "edit": "Redakti", - "embed": "Enkorpigi", "play": "Ludi ĉiuj albumoj" }, "modal": { @@ -598,8 +580,7 @@ } }, "button": { - "filter": "Aldoni filtrilon", - "save": "Konservi" + "filter": "Aldoni filtrilon" }, "label": { "filter": "Aldonu filtrilojn por tajlori vian radion", @@ -650,7 +631,6 @@ } }, "button": { - "cancel": "Nuligi", "retry": "Ĝisdatigas muzikejon" }, "label": { @@ -682,10 +662,7 @@ "placeholder": { "summary": "Mallonga resumo priskribante viaj ŝanĝoj." }, - "button": { - "cancel": "Nuligi", - "clear": "Purigi" - }, + "button": {}, "header": { "failure": "Eraro kiam konservi preferojn", "recentEdits": "Novaj aldonoj" @@ -717,14 +694,11 @@ "label": { "search": "Serĉi" }, - "button": { - "search": "Serĉi" - } + "button": {} }, "Artists": { "button": { - "upload": "Serĉi muzikon", - "search": "Serĉi" + "upload": "Serĉi muzikon" }, "label": { "search": "Nomo de artisto" @@ -814,7 +788,6 @@ "EditCard": { "button": { "approve": "Akcepti", - "delete": "Forigi", "reject": "Malakcepti" }, "status": { @@ -850,9 +823,7 @@ "browse": "Folii artistojn" }, "button": { - "cancel": "Nuligi", "channel": "Krei novan muzikejon", - "search": "Serĉi", "feed": "Uzi Funkwhale" }, "empty": { @@ -903,12 +874,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "Nuligi", - "delete": "Forigi", - "edit": "Redakti", - "embed": "Enkorpigi" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?", @@ -929,11 +895,7 @@ }, "TrackBase": { "button": { - "cancel": "Nuligi", - "delete": "Forigi", "download": "Elŝuti", - "edit": "Redakti", - "embed": "Enkorpigi", "play": "Ludi" }, "modal": { @@ -956,9 +918,7 @@ "title": "Kanto" }, "ImportStatusModal": { - "button": { - "close": "Fermi" - }, + "button": {}, "table": { "error": { "debug": "Kantodatumo", @@ -1064,8 +1024,6 @@ "files": "Unu stelumo | { n } stelumoj" }, "button": { - "cancel": "Nuligi", - "close": "Fermi", "finishLater": "Finanto", "next": "Baldaŭa kanto", "previous": "Antaŭa kanto", @@ -1114,10 +1072,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Nuligi", - "create": "Krei" - }, + "button": {}, "header": { "newAlbum": "Unu albumo", "newSeries": "Unu albumo" @@ -1263,18 +1218,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Nuligi", - "confirm": "Konfirmi" - }, + "button": {}, "header": { "confirm": "Ĉu vi volas konfirmi tiun akton?" } }, "RenderedDescription": { "button": { - "cancel": "Nuligi", - "edit": "Redakti", "more": "Afiŝi unu alian albumon", "update": "Mia mojosa priskribo" }, @@ -1283,9 +1233,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Purigi" - }, + "button": {}, "label": { "search": "Serĉi" }, @@ -1299,9 +1247,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopii" - }, + "button": {}, "message": { "success": "Kopiis teksto al tondujo!" } @@ -1321,9 +1267,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Ĝisdatigi" - } + "button": {} }, "AttachmentInput": { "button": { @@ -1361,9 +1305,7 @@ }, "button": { "addToPlaylist": "Aldoni al ĉi tiu ludlisto", - "addTrack": "Aldoni kanton", - "cancel": "Nuligi", - "edit": "Redakti" + "addTrack": "Aldoni kanton" }, "table": { "edit": { @@ -1441,8 +1383,7 @@ }, "Widget": { "button": { - "create": "Krei ludliston", - "more": "Afiŝi unu alian albumon" + "create": "Krei ludliston" }, "placeholder": { "noPlaylists": "Ludlisto kreiintas" @@ -1788,9 +1729,7 @@ "header": { "actions": "Agoj" }, - "button": { - "confirmDelete": "Forigi" - }, + "button": {}, "notApplicable": "ND", "link": { "moderation": "Ĝisdati moderecan regulon" @@ -1845,10 +1784,7 @@ "isActive": "Uzu tiun agordon por tempe aktivigi/malaktivigi la regularon sen tute forigi ĝin." }, "button": { - "cancel": "Nuligi", "create": "Krei", - "delete": "Forigi", - "confirm": "Forigi moderecan regulon", "update": "Ĝisdati" }, "modal": { @@ -1966,9 +1902,7 @@ "reason": "Kialo", "rejectMedia": "Malakcepti aŭdovidaĵon" }, - "button": { - "edit": "Redakti" - }, + "button": {}, "status": { "enabled": "Aktiva", "paused": "Paŭza" @@ -1979,7 +1913,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Fermi", "show": "Ĝisdati moderecan regulon" }, "modal": { @@ -1992,9 +1925,7 @@ } }, "NotesThread": { - "button": { - "delete": "Forigi" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?", @@ -2126,7 +2057,6 @@ }, "InvitationForm": { "button": { - "clear": "Purigi", "new": "Akiri novan inviton" }, "table": { @@ -2175,9 +2105,7 @@ "image": "Aktuala uzo", "error": "Eraro kiam konservi preferojn" }, - "button": { - "save": "Konservi" - }, + "button": {}, "message": { "success": "Agordoj sukcese ĝisdatigas." } @@ -2191,7 +2119,6 @@ }, "FilterModal": { "button": { - "cancel": "Nuligi", "hide": "Aldoni muzikon" }, "header": { @@ -2206,7 +2133,6 @@ }, "ReportModal": { "button": { - "cancel": "Nuligi", "submit": "Submeti" }, "header": { @@ -2234,9 +2160,7 @@ } } }, - "button": { - "close": "Fermi" - }, + "button": {}, "header": { "saveFailure": "Eraro kiam konservi preferojn", "failure": "Ĝisdatigi", @@ -2250,9 +2174,7 @@ "empty": { "noMatch": "Neniu muzikejo korespondas." }, - "button": { - "showMore": "Afiŝi unu alian albumon" - } + "button": {} } }, "ShortcutsModal": { @@ -2274,18 +2196,13 @@ "show": "Afiŝi disponeblajn fulmoklavojn" } }, - "button": { - "close": "Fermi" - }, + "button": {}, "header": { "modal": "Fulmoklavo" } }, "SetInstanceModal": { - "button": { - "cancel": "Nuligi", - "submit": "Submeti" - }, + "button": {}, "header": { "chooseInstance": "Elekti vian instanco", "suggestions": "Sugestaj elektoj" @@ -2296,8 +2213,6 @@ }, "Queue": { "button": { - "clear": "Purigi", - "close": "Fermi", "stopRadio": "Halti radion" }, "label": { @@ -2326,9 +2241,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopii" - }, + "button": {}, "title": "Afiŝi/kaŝi pasvorton", "message": { "copy": "Kopiis teksto al tondujo!" @@ -2337,9 +2250,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Redakti" - } + "button": {} }, "Button": { "startRadio": "Ludi kanton", @@ -2358,9 +2269,7 @@ "title": "Serĉi je Vikipedio" } }, - "button": { - "search": "Serĉi" - }, + "button": {}, "error": { "fetchFailed": "Ne eblas krei vian konton." } @@ -2405,11 +2314,6 @@ "artistChannel": "Nomo de artisto" }, "button": { - "cancel": "Nuligi", - "confirm": "Forigi", - "delete": "Forigi", - "edit": "Redakti", - "embed": "Enkorpigi", "play": "Ludi", "updateChannel": "Ĝisdati ludliston", "upload": "Elŝuti" @@ -2455,9 +2359,7 @@ "link": { "addNew": "Aldoni enhavon" }, - "button": { - "cancel": "Nuligi" - }, + "button": {}, "placeholder": { "search": "Filtri nomon" }, @@ -2591,8 +2493,6 @@ "Form": { "button": { "create": "Krei muzikejon", - "delete": "Forigi", - "confirm": "Forigi muzikejon", "update": "Ĝisdati muzikejon" }, "modal": { @@ -2690,9 +2590,7 @@ "loading": { "remoteLibraries": "Ŝargas mallokajn muzikejojn…" }, - "button": { - "refresh": "Ĝisdatigi" - }, + "button": {}, "description": { "remoteLibraries": "Mallokaj muzikejoj apartenas al aliaj uzantoj el la reto. Vi povas atingi ilin se ili estas publika aŭ vi estas akceptinta." } @@ -2738,7 +2636,6 @@ "domain": "Aligis je {date}" }, "button": { - "edit": "Redakti", "upload": "Elŝuti" }, "title": "Muzikejo", @@ -2849,7 +2746,6 @@ } }, "button": { - "cancel": "Nuligi", "createChannel": "Krei novan muzikejon", "next": "Baldaŭa kanto", "previous": "Antaŭa kanto" @@ -3195,7 +3091,6 @@ "uploadData": "Elŝutdato" }, "button": { - "delete": "Forigi", "download": "Elŝuti" }, "modal": { @@ -3238,9 +3133,7 @@ "followers": "Sekvantoj" } }, - "button": { - "delete": "Forigi" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?" @@ -3282,10 +3175,7 @@ "playlists": "Ludlistoj" } }, - "button": { - "delete": "Forigi", - "edit": "Redakti" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?" @@ -3327,10 +3217,7 @@ "playlists": "Ludlistoj" } }, - "button": { - "delete": "Forigi", - "edit": "Redakti" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?" @@ -3352,9 +3239,7 @@ "localProfile": "Malfermi profilon", "tracks": "Kantoj" }, - "button": { - "delete": "Forigi" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?", @@ -3407,10 +3292,7 @@ "playlists": "Ludlistoj" } }, - "button": { - "delete": "Forigi", - "edit": "Redakti" - }, + "button": {}, "modal": { "delete": { "header": "Forigi tiun muzikejon?" @@ -3469,7 +3351,6 @@ "channelData": "Instanca datumo" }, "button": { - "delete": "Forigi", "openRemote": "Malfermi profilon" }, "modal": { @@ -3559,8 +3440,7 @@ }, "button": { "create": "Krei ludliston", - "manage": "Manipuli viajn ludlistojn", - "search": "Serĉi" + "manage": "Manipuli viajn ludlistojn" }, "placeholder": { "search": "Tajpu nomon de ludlisto…" @@ -3577,11 +3457,7 @@ }, "Detail": { "button": { - "cancel": "Nuligi", - "delete": "Forigi", "confirm": "Forigi ludliston", - "edit": "Redakti", - "embed": "Enkorpigi", "playAll": "Ludi ĉiu", "stopEdit": "Halti radion" }, @@ -3610,10 +3486,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Forigi radion", - "edit": "Redakti" - }, + "button": {}, "modal": { "delete": { "header": "Ĉu vi volas forigi la \"{radio}\" radion?", diff --git a/front/src/locales/es.json b/front/src/locales/es.json index 811cbdc89..cc3008313 100644 --- a/front/src/locales/es.json +++ b/front/src/locales/es.json @@ -236,9 +236,7 @@ "approvalRequired": "Si se ha registrado recientemente, es posible que tenga que esperar a que nuestro equipo de moderación revise su cuenta o verifique su dirección de correo electrónico.", "invalidCredentials": "Por favor, comprueba que tu nombre de usuario y contraseña son correctos." }, - "button": { - "login": "Iniciar sesión" - }, + "button": {}, "label": { "password": "Contraseña", "username": "Nombre de usuario o correo electónico" @@ -285,7 +283,6 @@ "library": "Biblioteca donde se deben importar los archivos." }, "button": { - "save": "Guardar", "scan": "Análisis finalizado" } } @@ -366,9 +363,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar 1 álbum adicional" - } + "button": {} } }, "ChannelCard": { @@ -390,9 +385,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar 1 álbum adicional" - } + "button": {} } }, "Player": { @@ -496,9 +489,7 @@ "empty": { "noResults": "No se ha encontrado nada" }, - "button": { - "more": "Mostrar 1 álbum adicional" - } + "button": {} }, "MobileRow": { "button": { @@ -587,9 +578,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copiar" - }, + "button": {}, "help": { "embed": "Copie/pegue este código en el HTML de su sitio web", "width": "Dejar en blanco para widget responsive", @@ -608,17 +597,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostrar 1 álbum adicional" - }, + "button": {}, "help": { "subscribe": "Si dejas de seguir esta biblioteca, perderás acceso a su contenido." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostrar 1 álbum adicional" - } + "button": {} }, "ChannelEntries": { "help": { @@ -643,9 +628,6 @@ }, "title": "Artista", "button": { - "cancel": "Cancelar", - "edit": "Editar", - "embed": "Incrustar", "more": "Más…", "play": "Reproducir todos los álbumes" }, @@ -682,8 +664,7 @@ } }, "button": { - "filter": "Añadir filtro", - "save": "Guardar" + "filter": "Añadir filtro" }, "label": { "filter": "Añade filtros para personalizar tu radio", @@ -734,7 +715,6 @@ } }, "button": { - "cancel": "Cancelar", "retry": "Biblioteca actualizada" }, "label": { @@ -766,10 +746,7 @@ "placeholder": { "summary": "Ha ocurrido un error al guardar los cambios." }, - "button": { - "cancel": "Cancelar", - "clear": "Borrar" - }, + "button": {}, "header": { "failure": "Error al guardar los cambios", "recentEdits": "Añadidos recientemente", @@ -805,14 +782,11 @@ "label": { "search": "Buscar" }, - "button": { - "search": "Buscar" - } + "button": {} }, "Artists": { "button": { - "upload": "Añadir algo de música", - "search": "Buscar" + "upload": "Añadir algo de música" }, "label": { "search": "Nombre del artista", @@ -911,9 +885,7 @@ "label": "Metadatos inválidos" } }, - "button": { - "close": "Cerrar" - }, + "button": {}, "table": { "error": { "debug": "Información de depuración", @@ -933,7 +905,6 @@ "EditCard": { "button": { "approve": "Aprobar", - "delete": "Borrar", "reject": "Rechazar" }, "status": { @@ -974,9 +945,7 @@ "browse": "Explorando podcasts" }, "button": { - "cancel": "Cancelar", "channel": "Crear un nuevo canal", - "search": "Buscar", "feed": "Usando Funkwhale" }, "empty": { @@ -1032,10 +1001,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Cancelar", - "delete": "Borrar…", - "edit": "Editar", - "embed": "Incrustar", "more": "Más…" }, "modal": { @@ -1058,11 +1023,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancelar", - "delete": "Borrar…", "download": "Descargar", - "edit": "Editar", - "embed": "Incrustar", "more": "Más…", "play": "Reproducir" }, @@ -1185,8 +1146,6 @@ "files": "{ n } archivo | { n } archivos" }, "button": { - "cancel": "Cancelar", - "close": "Cerrar", "finishLater": "Terminado", "next": "Próxima canción", "previous": "Canción anterior", @@ -1251,10 +1210,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancelar", - "create": "Crear" - }, + "button": {}, "header": { "newAlbum": "1 álbum", "newSeries": "1 álbum" @@ -1414,18 +1370,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancelar", - "confirm": "Confirmar" - }, + "button": {}, "header": { "confirm": "¿Quieres confirmar esta acción?" } }, "RenderedDescription": { "button": { - "cancel": "Cancelar", - "edit": "Editar", "more": "Mostrar 1 álbum adicional", "update": "Mi descripción molona" }, @@ -1437,9 +1388,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Borrar" - }, + "button": {}, "label": { "search": "Buscar" }, @@ -1454,9 +1403,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "message": { "success": "¡Texto copiado al portapapeles!" } @@ -1482,9 +1429,7 @@ "header": { "noResults": "No se han encontrado resultados." }, - "button": { - "refresh": "Recargar" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1522,9 +1467,7 @@ "button": { "addDuplicate": "Añade igualmente", "addToPlaylist": "Añadir a esta lista de reproducción", - "addTrack": "Añadir canción", - "cancel": "Cancelar", - "edit": "Editar" + "addTrack": "Añadir canción" }, "header": { "addToPlaylist": "Añadir a lista de reproducción", @@ -1610,8 +1553,7 @@ }, "Widget": { "button": { - "create": "Crear lista de reproducción", - "more": "Mostrar 1 álbum adicional" + "create": "Crear lista de reproducción" }, "placeholder": { "noPlaylists": "Lista de reproducción creada" @@ -1982,7 +1924,6 @@ "message": "Mensaje" }, "button": { - "confirmDelete": "Borrar", "delete": "Borrar objeto reportado" }, "modal": { @@ -2049,10 +1990,7 @@ "isActive": "Use esta configuración para habilitar / deshabilitar temporalmente la política sin eliminarla por completo." }, "button": { - "cancel": "Cancelar", "create": "Crear", - "delete": "Borrar", - "confirm": "Borrar regla de moderación", "update": "Actualizar" }, "modal": { @@ -2177,9 +2115,7 @@ "reason": "Razón", "rejectMedia": "Rechazar media" }, - "button": { - "edit": "Editar" - }, + "button": {}, "status": { "enabled": "Habilitado", "paused": "En pausa" @@ -2190,7 +2126,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Cerrar", "show": "Actualizar regla de moderación" }, "modal": { @@ -2203,9 +2138,7 @@ } }, "NotesThread": { - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "¿Borrar esta nota?", @@ -2339,7 +2272,6 @@ }, "InvitationForm": { "button": { - "clear": "Borrar", "new": "Obtener una nueva invitación" }, "table": { @@ -2403,9 +2335,7 @@ "image": "Imagen actual", "error": "Error al guardar los cambios" }, - "button": { - "save": "Guardar" - }, + "button": {}, "message": { "success": "Ajustes actualizados con éxito." } @@ -2427,7 +2357,6 @@ "submissionFailure": "Error al guardar los cambios" }, "button": { - "cancel": "Cancelar", "submit": "Enviar" }, "label": { @@ -2441,7 +2370,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancelar", "hide": "Añadir contenido" }, "message": { @@ -2481,7 +2409,6 @@ } }, "button": { - "close": "Cerrar", "reload": "Cerrar y recargar la página" }, "header": { @@ -2500,9 +2427,7 @@ "empty": { "noMatch": "Biblioteca no encontrada." }, - "button": { - "showMore": "Mostrar 1 álbum adicional" - } + "button": {} } }, "ShortcutsModal": { @@ -2526,18 +2451,13 @@ "show": "Mostrar atajos de teclado disponibles" } }, - "button": { - "close": "Cerrar" - }, + "button": {}, "header": { "modal": "Atajos de teclado" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancelar", - "submit": "Enviar" - }, + "button": {}, "header": { "chooseInstance": "Elige tu instancia", "failure": "No es posible conectarse a la URL indicada", @@ -2549,8 +2469,6 @@ }, "Queue": { "button": { - "clear": "Borrar", - "close": "Cerrar", "stopRadio": "Parar radio" }, "label": { @@ -2580,9 +2498,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "title": "Mostrar/ocultar contraseña", "message": { "copy": "¡Texto copiado al portapapeles!" @@ -2591,9 +2507,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editar" - } + "button": {} }, "Button": { "startRadio": "Reproducir canción", @@ -2605,8 +2519,7 @@ "fetchFailed": "Error al obtener información del nodo" }, "button": { - "fediverse": "Fediverse", - "search": "Buscar" + "fediverse": "Fediverse" }, "label": { "fediverse": { @@ -2671,11 +2584,6 @@ "podcastChannel": "Canal de podcast" }, "button": { - "cancel": "Cancelar", - "confirm": "Borrar", - "delete": "Borrar…", - "edit": "Editar", - "embed": "Incrustar", "play": "Reproducir", "updateChannel": "Actualizar lista de reproducción", "upload": "Subir" @@ -2727,9 +2635,7 @@ "link": { "addNew": "Añadir nuevo" }, - "button": { - "cancel": "Cancelar" - }, + "button": {}, "placeholder": { "search": "Nombre del filtro" }, @@ -2864,8 +2770,6 @@ "Form": { "button": { "create": "Crear biblioteca", - "delete": "Borrar", - "confirm": "Borrar biblioteca", "update": "Actualizar biblioteca" }, "modal": { @@ -2963,9 +2867,7 @@ "loading": { "remoteLibraries": "Cargando bibliotecas remotas…" }, - "button": { - "refresh": "Recargar" - }, + "button": {}, "description": { "remoteLibraries": "Las bibliotecas remotas pertenecen a otros usuarios de internet. Podrás acceder a ellas cuando sean públicas o cuando te permitan el acceso." } @@ -3015,7 +2917,6 @@ "domain": "Miembro desde { date }" }, "button": { - "edit": "Editar", "upload": "Subir" }, "title": "Biblioteca", @@ -3131,7 +3032,6 @@ } }, "button": { - "cancel": "Cancelar", "createChannel": "Crear canal", "next": "Próxima canción", "previous": "Canción anterior" @@ -3489,7 +3389,6 @@ "uploadData": "Fecha de subida" }, "button": { - "delete": "Borrar", "download": "Descargar" }, "modal": { @@ -3534,9 +3433,7 @@ "followers": "Seguidores" } }, - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "¿Borrar esta biblioteca?" @@ -3582,8 +3479,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde el servidor remoto" }, "modal": { @@ -3632,8 +3527,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde el servidor remoto" }, "modal": { @@ -3657,9 +3550,7 @@ "localProfile": "Abrir perfil", "tracks": "Canciones" }, - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "¿Borra esta etiqueta?", @@ -3717,8 +3608,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde el servidor remoto" }, "modal": { @@ -3783,7 +3672,6 @@ "channelData": "Datos del canal" }, "button": { - "delete": "Borrar", "openRemote": "Abrir perfil", "refresh": "Actualizar desde el servidor remoto" }, @@ -3880,8 +3768,7 @@ }, "button": { "create": "Crear una lista de reproducción", - "manage": "Gestionar tus listas de reproducción", - "search": "Buscar" + "manage": "Gestionar tus listas de reproducción" }, "placeholder": { "search": "Introduce un nombre de lista de reproducción…" @@ -3898,11 +3785,7 @@ }, "Detail": { "button": { - "cancel": "Cancelar", - "delete": "Borrar", "confirm": "Borrar lista de reproducción", - "edit": "Editar", - "embed": "Incrustar", "playAll": "Reproducir todo", "stopEdit": "Parar radio" }, @@ -3931,10 +3814,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Borrar radio", - "edit": "Editar" - }, + "button": {}, "modal": { "delete": { "header": "¿Quieres borrar la radio \"{ radio }\"?", diff --git a/front/src/locales/eu.json b/front/src/locales/eu.json index b511d46be..e01e8f7eb 100644 --- a/front/src/locales/eu.json +++ b/front/src/locales/eu.json @@ -272,9 +272,7 @@ "approvalRequired": "Duela gutxi erregistratu bazara, baliteke moderazio taldeak zure kontua berrikusi edo zure eposta helbidea egiaztatu arte itxaron behar izatea.", "invalidCredentials": "Egiaztatu erabiltzaile izena eta pasahitza zuzenak direla eta ziurtatu zure eposta helbidea egiaztatu duzula." }, - "button": { - "login": "Sartu" - }, + "button": {}, "label": { "password": "Pasahitza", "username": "Erabiltzaile-izena edo eposta helbidea" @@ -323,7 +321,6 @@ "library": "Fitxategiak ze liburutegitara inportatu behar diren." }, "button": { - "save": "Gorde", "scan": "Eskaneatu" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Erakutsi gehiago" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Erakutsi gehiago" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Ez da ezer aurkitu" }, - "button": { - "more": "Erakutsi gehiago" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopiatu" - }, + "button": {}, "help": { "embed": "Kopiatu eta itsatsi kode hau zure webguneko HTMLan", "width": "Utzi hutsik widget moldagarrirako", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Erakutsi gehiago" - }, + "button": {}, "help": { "subscribe": "Bere edukia ikusteko kanal honetara harpidetu beharko duzu behar bada." } }, "ChannelsWidget": { - "button": { - "showMore": "Erakutsi gehiago" - } + "button": {} }, "ChannelEntries": { "help": { @@ -706,9 +691,6 @@ "ArtistBase": { "title": "Artista", "button": { - "cancel": "Ezeztatu", - "edit": "Editatu", - "embed": "Txertatu", "more": "Gehiago…", "play": "Erreproduzitu album denak" }, @@ -746,8 +728,7 @@ } }, "button": { - "filter": "Iragazkia sortu", - "save": "Gorde" + "filter": "Iragazkia sortu" }, "label": { "filter": "Iragazkiak sortu zure irratia pertsonalizatzeko", @@ -799,7 +780,6 @@ } }, "button": { - "cancel": "Ezeztatu", "retry": "Saiatu berriro huts egindako igoerekin" }, "label": { @@ -836,8 +816,6 @@ "summary": "Zure aldaketak deskribatzen dituen laburpentxoa." }, "button": { - "cancel": "Ezeztatu", - "clear": "Garbitu", "reset": "Berrezarri hasierako baliora", "showUnreviewed": "Mugatu berrikusi gabeko edizioetara", "showAll": "Erakutsi edizio guztiak", @@ -891,14 +869,11 @@ "search": "Bilatu", "tags": "Etiketak" }, - "button": { - "search": "Bilatu" - } + "button": {} }, "Artists": { "button": { - "upload": "Gehitu musikaren bat", - "search": "Bilatu" + "upload": "Gehitu musikaren bat" }, "label": { "search": "Artistaren izena", @@ -1006,9 +981,7 @@ "message": "Fitxategiaren metadatuak baliogabeak dira edo beharrezko eremuak falta dituzte." } }, - "button": { - "close": "Itxi" - }, + "button": {}, "table": { "error": { "debug": "Arazketa informazioa", @@ -1035,7 +1008,6 @@ "EditCard": { "button": { "approve": "Onartu", - "delete": "Ezabatu", "reject": "Baztertu" }, "status": { @@ -1082,9 +1054,7 @@ "browse": "Podcastak arakatzen" }, "button": { - "cancel": "Ezeztatu", "channel": "Sortu kanala", - "search": "Bilatu", "subscribe": "Harpidetu", "feed": "Harpidetu RSS jariora" }, @@ -1142,10 +1112,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Ezeztatu", - "delete": "Ezabatu…", - "edit": "Editatu", - "embed": "Txertatu", "more": "Gehiago…" }, "modal": { @@ -1169,11 +1135,7 @@ }, "TrackBase": { "button": { - "cancel": "Ezeztatu", - "delete": "Ezabatu…", "download": "Deskargatu", - "edit": "Editatu", - "embed": "Txertatu", "more": "Gehiago…", "play": "Erreproduzitu" }, @@ -1307,8 +1269,6 @@ "quota": "Gelditzen den biltegiratze-lekua:" }, "button": { - "cancel": "Ezeztatu", - "close": "Itxi", "finishLater": "Amaitu beranduago", "next": "Hurrengo pausoa", "previous": "Aurreko pausoa", @@ -1380,10 +1340,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Ezeztatu", - "create": "Sortu" - }, + "button": {}, "header": { "newAlbum": "Album berria", "newSeries": "Serie berria" @@ -1553,18 +1510,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Ezeztatu", - "confirm": "Baieztatu" - }, + "button": {}, "header": { "confirm": "Nahi duzu akzio hau baieztatzea?" } }, "RenderedDescription": { "button": { - "cancel": "Ezeztatu", - "edit": "Editatu", "less": "Erakutsi gutxiago", "more": "Erakutsi gehiago", "update": "Eguneratu deskribapena" @@ -1577,9 +1529,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Garbitu" - }, + "button": {}, "label": { "search": "Bilatu" }, @@ -1594,9 +1544,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopiatu" - }, + "button": {}, "message": { "success": "Testua arbelera kopiatu da!" } @@ -1632,9 +1580,7 @@ "header": { "noResults": "Ez da emaitzarik aurkitu." }, - "button": { - "refresh": "Freskatu" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1673,9 +1619,7 @@ "button": { "addDuplicate": "Gehitu halere", "addToPlaylist": "Gehitu erreprodukzio-zerrenda honetan", - "addTrack": "Abestia sartu", - "cancel": "Ezeztatu", - "edit": "Editatu" + "addTrack": "Abestia sartu" }, "header": { "addToPlaylist": "Gehitu erreprodukzio-zerrendan", @@ -1764,8 +1708,7 @@ }, "Widget": { "button": { - "create": "Sortu erreprodukzio-zerrenda", - "more": "Erakutsi gehiago" + "create": "Sortu erreprodukzio-zerrenda" }, "placeholder": { "noPlaylists": "Ez da zerrendarik sortu oraindik" @@ -2144,7 +2087,6 @@ "reportedObject": "Salatutako objektua" }, "button": { - "confirmDelete": "Ezabatu", "delete": "Ezabatu salatutako objektua", "resolve": "Ebatzi", "unresolve": "Konpondu gabe" @@ -2224,10 +2166,7 @@ "isActive": "Erabili ezarpen hau gidalerroa aldi baterako gaitu/desgaitzeko, guztiz kendu gabe." }, "button": { - "cancel": "Ezeztatu", "create": "Sortu", - "delete": "Ezabatu", - "confirm": "Ezabatu moderazio-araua", "update": "Eguneratu" }, "modal": { @@ -2352,9 +2291,7 @@ "reason": "Arrazoia", "rejectMedia": "Baztertu multimedia" }, - "button": { - "edit": "Editatu" - }, + "button": {}, "status": { "enabled": "Gaituta", "paused": "Pausatuta" @@ -2365,7 +2302,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Itxi", "show": "Moderazio arauak…" }, "modal": { @@ -2378,9 +2314,7 @@ } }, "NotesThread": { - "button": { - "delete": "Ezabatu" - }, + "button": {}, "modal": { "delete": { "header": "Ohar hau ezabatu nahi duzu?", @@ -2514,7 +2448,6 @@ }, "InvitationForm": { "button": { - "clear": "Garbitu", "new": "Lortu gonbidapen berria" }, "table": { @@ -2580,9 +2513,7 @@ "image": "Uneko irudia", "error": "Errorea ezarpenak gordetzerakoan" }, - "button": { - "save": "Gorde" - }, + "button": {}, "message": { "success": "Ezarpenak arrakastaz eguneratuta." } @@ -2604,7 +2535,6 @@ "submissionFailure": "Errorea salaketa bidaltzerakoan" }, "button": { - "cancel": "Ezeztatu", "submit": "Bidali txostena" }, "label": { @@ -2624,7 +2554,6 @@ }, "FilterModal": { "button": { - "cancel": "Ezeztatu", "hide": "Ezkutatu edukia" }, "message": { @@ -2674,7 +2603,6 @@ } }, "button": { - "close": "Itxi", "reload": "Itxi eta freskatu orria" }, "header": { @@ -2694,9 +2622,7 @@ "empty": { "noMatch": "Ez da bat datorren liburutegirik aurkitu." }, - "button": { - "showMore": "Erakutsi gehiago" - } + "button": {} } }, "ShortcutsModal": { @@ -2726,18 +2652,13 @@ "unfocus": "Kendu fokua bilaketa-barrari" } }, - "button": { - "close": "Itxi" - }, + "button": {}, "header": { "modal": "Laster-teklak" } }, "SetInstanceModal": { - "button": { - "cancel": "Ezeztatu", - "submit": "Bidali" - }, + "button": {}, "header": { "chooseInstance": "Zure instantzia hautatu", "failure": "Ezin da konektatu emandako URLarekin", @@ -2757,8 +2678,6 @@ }, "Queue": { "button": { - "clear": "Garbitu", - "close": "Itxi", "stopRadio": "Gelditu irratia" }, "label": { @@ -2789,9 +2708,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopiatu" - }, + "button": {}, "title": "Erakutsi/ezkutatu pasahitza", "message": { "copy": "Testua arbelera kopiatu da!" @@ -2800,9 +2717,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editatu" - } + "button": {} }, "Button": { "startRadio": "Erreproduzitu irratia", @@ -2815,8 +2730,7 @@ }, "button": { "fediverse": "Fedibertsoa", - "rss": "RSS", - "search": "Bilatu" + "rss": "RSS" }, "label": { "fediverse": { @@ -2889,11 +2803,6 @@ "podcastChannel": "Podcast kanala" }, "button": { - "cancel": "Ezeztatu", - "confirm": "Ezabatu", - "delete": "Ezabatu…", - "edit": "Editatu…", - "embed": "Txertatu", "play": "Erreproduzitu", "updateChannel": "Eguneratu kanala", "upload": "Igo" @@ -2956,7 +2865,6 @@ "addNew": "Gehitu berria" }, "button": { - "cancel": "Ezeztatu", "subscribe": "Harpidetu" }, "placeholder": { @@ -3097,8 +3005,6 @@ "Form": { "button": { "create": "Liburutegia sortu", - "delete": "Ezabatu", - "confirm": "Liburutegia ezabatu", "update": "Eguneratu liburutegia" }, "modal": { @@ -3196,9 +3102,7 @@ "loading": { "remoteLibraries": "Urruneko liburutegiak kargatzen…" }, - "button": { - "refresh": "Freskatu" - }, + "button": {}, "description": { "remoteLibraries": "Urruneko liburutegiak interneteko beste erabiltzaile batzuenak dira. Hauetara sarbidea lor dezakezu hauetara baimena lortzen baduzu edo publikoak diren bitartean." } @@ -3251,7 +3155,6 @@ "domain": "Ikusi { domain }(e)n" }, "button": { - "edit": "Editatu", "upload": "Igo" }, "title": "Liburutegia", @@ -3371,7 +3274,6 @@ } }, "button": { - "cancel": "Ezeztatu", "createChannel": "Sortu kanala", "next": "Hurrengo pausoa", "previous": "Aurreko pausoa" @@ -3744,7 +3646,6 @@ "uploadData": "Igoera data" }, "button": { - "delete": "Ezabatu", "download": "Deskargatu" }, "modal": { @@ -3790,9 +3691,7 @@ "followers": "Jarraitzaileak" } }, - "button": { - "delete": "Ezabatu" - }, + "button": {}, "modal": { "delete": { "header": "Liburutegi hau ezabatu?", @@ -3842,8 +3741,6 @@ } }, "button": { - "delete": "Ezabatu", - "edit": "Editatu", "remoteRefresh": "Freskatu urruneko zerbitzaritik" }, "modal": { @@ -3896,8 +3793,6 @@ } }, "button": { - "delete": "Ezabatu", - "edit": "Editatu", "remoteRefresh": "Freskatu urruneko zerbitzaritik" }, "modal": { @@ -3925,9 +3820,7 @@ "tracks": "Pistak", "django": "Ikusi Django-ren administrazioan" }, - "button": { - "delete": "Ezabatu" - }, + "button": {}, "modal": { "delete": { "header": "Etiketa hau ezabatu nahi duzu?", @@ -3986,8 +3879,6 @@ } }, "button": { - "delete": "Ezabatu", - "edit": "Editatu", "remoteRefresh": "Freskatu urruneko zerbitzaritik" }, "modal": { @@ -4058,7 +3949,6 @@ "channelData": "Kanalaren datuak" }, "button": { - "delete": "Ezabatu", "openRemote": "Ireki urruneko profila", "refresh": "Freskatu urruneko zerbitzaritik" }, @@ -4161,8 +4051,7 @@ }, "button": { "create": "Sortu erreprodukzio-zerrenda", - "manage": "Kudeatu zure zerrendak", - "search": "Bilatu" + "manage": "Kudeatu zure zerrendak" }, "placeholder": { "search": "Idatzi erreprodukzio-zerrendaren izena…" @@ -4179,11 +4068,7 @@ }, "Detail": { "button": { - "cancel": "Ezeztatu", - "delete": "Ezabatu", "confirm": "Zerrenda ezabatu", - "edit": "Editatu", - "embed": "Txertatu", "playAll": "Erreproduzitu dena", "stopEdit": "Utzi editatzeari" }, @@ -4212,10 +4097,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Irratia ezabatu", - "edit": "Editatu…" - }, + "button": {}, "modal": { "delete": { "header": "Nahi duzu \"{ radio }\" irratia ezabatzea?", diff --git a/front/src/locales/fr_FR.json b/front/src/locales/fr_FR.json index 825664b28..1189f2e14 100644 --- a/front/src/locales/fr_FR.json +++ b/front/src/locales/fr_FR.json @@ -272,9 +272,7 @@ "approvalRequired": "Si vous venez de vous inscrire, vous devrez peut-être attendre que notre équipe de modération examine votre compte ou vérifie votre adresse courriel.", "invalidCredentials": "Veuillez vérifier que votre combinaison de nom d'utilisateur et de mot de passe est correcte et assurez-vous d'avoir vérifié votre adresse courriel." }, - "button": { - "login": "Se connecter" - }, + "button": {}, "label": { "password": "Mot de passe", "username": "Nom d'utilisateur ou courriel" @@ -323,7 +321,6 @@ "library": "L'audiothèque vers laquelle importer les fichiers." }, "button": { - "save": "Enregistrer", "scan": "Analyse" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Montrer plus" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Montrer plus" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Rien n'a été trouvé" }, - "button": { - "more": "Montrer plus" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copier" - }, + "button": {}, "help": { "embed": "Copiez-collez ce code dans le HTML de votre site web", "width": "Laisser vide pour un widget adaptatif", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Montrer plus" - }, + "button": {}, "help": { "subscribe": "Vous devez vous abonner à cette chaîne pour voir son contenu." } }, "ChannelsWidget": { - "button": { - "showMore": "Montrer plus" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Artiste", "button": { - "cancel": "Annuler", - "edit": "Éditer", - "embed": "Insérer", "more": "Plus…", "play": "Lire tous les albums" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Ajouter le filtre", - "save": "Enregistrer" + "filter": "Ajouter le filtre" }, "label": { "filter": "Ajouter des filtres pour personnaliser votre radio", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Annuler", "retry": "Retenter les envois échoués" }, "label": { @@ -840,8 +820,6 @@ "summary": "Une courte description décrivant vos changements." }, "button": { - "cancel": "Annuler", - "clear": "Effacer", "reset": "Réinitialiser à la valeur d’origine", "showUnreviewed": "Limiter aux modifications en attente de validation", "showAll": "Afficher toutes les modifications", @@ -895,14 +873,11 @@ "search": "Rechercher", "tags": "Étiquettes" }, - "button": { - "search": "Rechercher" - } + "button": {} }, "Artists": { "button": { - "upload": "Ajouter de la musique", - "search": "Rechercher" + "upload": "Ajouter de la musique" }, "label": { "search": "Nom de l'artiste", @@ -1010,9 +985,7 @@ "message": "Les métadonnées inclues dans le fichier sont invalides, ou certains champs obligatoires sont manquants." } }, - "button": { - "close": "Fermer" - }, + "button": {}, "table": { "error": { "debug": "Informations de débogage", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Approuver", - "delete": "Supprimer", "reject": "Rejeter" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Parcourir les podcasts" }, "button": { - "cancel": "Annuler", "channel": "Créer une nouvelle chaîne", - "search": "Rechercher", "subscribe": "S'abonner", "feed": "S'abonner au fil RSS" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Annuler", - "delete": "Supprimer…", - "edit": "Éditer", - "embed": "Insérer", "more": "Plus…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Annuler", - "delete": "Supprimer…", "download": "Télécharger", - "edit": "Éditer", - "embed": "Insérer", "more": "Plus…", "play": "Jouer" }, @@ -1311,8 +1273,6 @@ "quota": "Espace de stockage restant :" }, "button": { - "cancel": "Annuler", - "close": "Fermer", "finishLater": "Terminer plus tard", "next": "Étape suivante", "previous": "Étape précédente", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Annuler", - "create": "Créer" - }, + "button": {}, "header": { "newAlbum": "Nouvel album", "newSeries": "Nouvelles séries" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Annuler", - "confirm": "Confirmer" - }, + "button": {}, "header": { "confirm": "Souhaitez-vous confirmer cette action ?" } }, "RenderedDescription": { "button": { - "cancel": "Annuler", - "edit": "Éditer", "less": "Montrer moins", "more": "Montrer plus", "update": "Mettre à jour la description" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Effacer" - }, + "button": {}, "label": { "search": "Rechercher" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copier" - }, + "button": {}, "message": { "success": "La texte a été copié dans le presse-papier !" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Aucun résultat n'a été trouvé." }, - "button": { - "refresh": "Rafraîchir" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Ajouter quand même", "addToPlaylist": "Ajouter à cette liste de lecture", - "addTrack": "Ajouter la piste", - "cancel": "Annuler", - "edit": "Éditer" + "addTrack": "Ajouter la piste" }, "header": { "addToPlaylist": "Ajouter à la liste de lecture", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Créer la liste de lecture", - "more": "Montrer plus" + "create": "Créer la liste de lecture" }, "placeholder": { "noPlaylists": "Aucune liste de lecture n'a été créée pour le moment" @@ -2148,7 +2091,6 @@ "reportedObject": "Élément signalé" }, "button": { - "confirmDelete": "Supprimer", "delete": "Supprimer l’objet signalé", "resolve": "Résoudre", "unresolve": "Rouvrir" @@ -2228,10 +2170,7 @@ "isActive": "Utilisez ce paramètre pour activer/désactiver temporairement la règle sans la supprimer complètement." }, "button": { - "cancel": "Annuler", "create": "Créer", - "delete": "Supprimer", - "confirm": "Supprimer la règle de modération", "update": "Mettre à jour" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Raison", "rejectMedia": "Rejeter le média" }, - "button": { - "edit": "Éditer" - }, + "button": {}, "status": { "enabled": "Activé", "paused": "En pause" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Fermer", "show": "Règles de modération…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Supprimer" - }, + "button": {}, "modal": { "delete": { "header": "Supprimer cette note ?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Effacer", "new": "Obtenir une nouvelle invitation" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Image actuelle", "error": "Erreur lors de l'enregistrement des paramètres" }, - "button": { - "save": "Enregistrer" - }, + "button": {}, "message": { "success": "Paramètres modifiés avec succès." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Erreur pendant l'envoi du signalement" }, "button": { - "cancel": "Annuler", "submit": "Envoyer le signalement" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Annuler", "hide": "Cacher le contenu" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Fermer", "reload": "Fermer et recharger la page" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Aucune audiothèque correspondante." }, - "button": { - "showMore": "Montrer plus" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Retirer le focus de la barre de recherche" } }, - "button": { - "close": "Fermer" - }, + "button": {}, "header": { "modal": "Raccourcis clavier" } }, "SetInstanceModal": { - "button": { - "cancel": "Annuler", - "submit": "Valider" - }, + "button": {}, "header": { "chooseInstance": "Choisissez votre instance", "failure": "Impossible de se connecter à l'URL renseignée", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Effacer", - "close": "Fermer", "stopRadio": "Arrêter la radio" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copier" - }, + "button": {}, "title": "Afficher/masquer le mot de passe", "message": { "copy": "La texte a été copié dans le presse-papier !" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Éditer" - } + "button": {} }, "Button": { "startRadio": "Lancer la radio", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fédivers", - "rss": "RSS", - "search": "Rechercher" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Chaîne de podcasts" }, "button": { - "cancel": "Annuler", - "confirm": "Supprimer", - "delete": "Supprimer…", - "edit": "Éditer…", - "embed": "Insérer", "play": "Jouer", "updateChannel": "Mettre à jour la chaîne", "upload": "Envoi" @@ -2960,7 +2869,6 @@ "addNew": "Ajouter" }, "button": { - "cancel": "Annuler", "subscribe": "S'abonner" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Créer l’audiothèque", - "delete": "Supprimer", - "confirm": "Supprimer l’audiothèque", "update": "Mettre à jour l’audiothèque" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Chargement des audiothèques distantes…" }, - "button": { - "refresh": "Rafraîchir" - }, + "button": {}, "description": { "remoteLibraries": "Les audiothèques distantes appartiennent à d'autres utilisateurs du réseau. Vous pouvez y accéder tant qu'elles sont publiques ou qu'on vous en donne l'accès." } @@ -3255,7 +3159,6 @@ "domain": "Voir sur { domaine }" }, "button": { - "edit": "Éditer", "upload": "Envoi" }, "title": "Audiothèque", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Annuler", "createChannel": "Créer une nouvelle chaîne", "next": "Étape suivante", "previous": "Étape précédente" @@ -3748,7 +3650,6 @@ "uploadData": "Date d'envoi" }, "button": { - "delete": "Supprimer", "download": "Télécharger" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Abonnés" } }, - "button": { - "delete": "Supprimer" - }, + "button": {}, "modal": { "delete": { "header": "Supprimer cette audiothèque ?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Supprimer", - "edit": "Éditer", "remoteRefresh": "Rafraîchir depuis le serveur distant" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Supprimer", - "edit": "Éditer", "remoteRefresh": "Rafraîchir depuis le serveur distant" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Pistes", "django": "Voir dans l'administration Django" }, - "button": { - "delete": "Supprimer" - }, + "button": {}, "modal": { "delete": { "header": "Supprimer ce tag ?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Supprimer", - "edit": "Éditer", "remoteRefresh": "Rafraîchir depuis le serveur distant" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Données de la chaîne" }, "button": { - "delete": "Supprimer", "openRemote": "Ouvrir le profil distant", "refresh": "Rafraîchir depuis le serveur distant" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Créer une liste de lecture", - "manage": "Gérer vos listes de lecture", - "search": "Rechercher" + "manage": "Gérer vos listes de lecture" }, "placeholder": { "search": "Saisissez un nom de playlist…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Annuler", - "delete": "Supprimer", "confirm": "Supprimer la liste de lecture", - "edit": "Éditer", - "embed": "Insérer", "playAll": "Tout lire", "stopEdit": "Arrêter l'édition" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Supprimer la radio", - "edit": "Éditer…" - }, + "button": {}, "modal": { "delete": { "header": "Voulez-vous supprimer la radio « { radio } » ?", diff --git a/front/src/locales/gl.json b/front/src/locales/gl.json index e76a6d126..67a792314 100644 --- a/front/src/locales/gl.json +++ b/front/src/locales/gl.json @@ -272,9 +272,7 @@ "approvalRequired": "Se te rexistraches recentemente, poderías ter que agardar un pouco para que se revise a conta ou verifique o teu email.", "invalidCredentials": "Comproba que as credenciais son correctas e asegúrate de ter verificado o email." }, - "button": { - "login": "Acceder" - }, + "button": {}, "label": { "password": "Contrasinal", "username": "Nome de usuaria ou email" @@ -323,7 +321,6 @@ "library": "A biblioteca onde importar os ficheiros." }, "button": { - "save": "Gardar", "scan": "Escanear" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar máis" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar máis" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Non se atopou nada" }, - "button": { - "more": "Mostrar máis" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copiar" - }, + "button": {}, "help": { "embed": "Copiar/pegar este código no HTML da túa web", "width": "Deixar baleiro para un widget interactivo", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostrar máis" - }, + "button": {}, "help": { "subscribe": "Poderías ter que subscribirte á canle para ver o seu contido." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostrar máis" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Artista", "button": { - "cancel": "Cancelar", - "edit": "Editar", - "embed": "Incrustar", "more": "Máis…", "play": "Reproducir tódolos álbums" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Engadir filtro", - "save": "Gardar" + "filter": "Engadir filtro" }, "label": { "filter": "Engade filtros para personalizar a túa radio", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Cancelar", "retry": "Voltar a intentar as subidas" }, "label": { @@ -840,8 +820,6 @@ "summary": "Un breve resumen describindo os cambios." }, "button": { - "cancel": "Cancelar", - "clear": "Baleirar", "reset": "Restablecer ao valor inicial", "showUnreviewed": "Restrinxir a edicións non revisadas", "showAll": "Mostrar todas as edicións", @@ -895,14 +873,11 @@ "search": "Buscar", "tags": "Etiquetas" }, - "button": { - "search": "Buscar" - } + "button": {} }, "Artists": { "button": { - "upload": "Engade algo de música", - "search": "Buscar" + "upload": "Engade algo de música" }, "label": { "search": "Nome do artista", @@ -1010,9 +985,7 @@ "message": "Os metadatos incluídos no ficheiro non son válidos ou faltan algúns campos requeridos." } }, - "button": { - "close": "Pechar" - }, + "button": {}, "table": { "error": { "debug": "Información de depuración", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Aprobar", - "delete": "Borrar", "reject": "Rexeitar" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Buscando Podcast" }, "button": { - "cancel": "Cancelar", "channel": "Crear Canle", - "search": "Buscar", "subscribe": "Subscribir", "feed": "Subscribirse a fonte" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Cancelar", - "delete": "Eliminar…", - "edit": "Editar", - "embed": "Incrustar", "more": "Máis…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancelar", - "delete": "Eliminar…", "download": "Descargar", - "edit": "Editar", - "embed": "Incrustar", "more": "Máis…", "play": "Reproducir" }, @@ -1311,8 +1273,6 @@ "quota": "Almacenaxe dispoñible:" }, "button": { - "cancel": "Cancelar", - "close": "Pechar", "finishLater": "Rematar máis tarde", "next": "Seguinte paso", "previous": "Paso anterior", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancelar", - "create": "Crear" - }, + "button": {}, "header": { "newAlbum": "Novo álbum", "newSeries": "Nova serie" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancelar", - "confirm": "Confirmar" - }, + "button": {}, "header": { "confirm": "Queres confirmar esta acción?" } }, "RenderedDescription": { "button": { - "cancel": "Cancelar", - "edit": "Editar", "less": "Mostrar menos", "more": "Mostrar máis", "update": "Actualizar descrición" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Baleirar" - }, + "button": {}, "label": { "search": "Buscar" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "message": { "success": "Texto copiado ao portapapeis!" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Non se atoparon resultados." }, - "button": { - "refresh": "Actualizar" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Engadir igualmente", "addToPlaylist": "Engadir a esta lista de reprodución", - "addTrack": "Engadir canción", - "cancel": "Cancelar", - "edit": "Editar" + "addTrack": "Engadir canción" }, "header": { "addToPlaylist": "Engadir a lista de reprodución", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Crear lista de reprodución", - "more": "Mostrar máis" + "create": "Crear lista de reprodución" }, "placeholder": { "noPlaylists": "Aínda non se creou unha lista de reprodución" @@ -2148,7 +2091,6 @@ "reportedObject": "Elemento denunciado" }, "button": { - "confirmDelete": "Borrar", "delete": "Eliminar obxeto denunciado", "resolve": "Resolver", "unresolve": "Non resolto" @@ -2228,10 +2170,7 @@ "isActive": "Utiliza este axuste para activar/desactivar temporalmente a condición sen eliminala completamente." }, "button": { - "cancel": "Cancelar", "create": "Crear", - "delete": "Borrar", - "confirm": "Borrar regra de moderación", "update": "Actualizar" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Razón", "rejectMedia": "Rexeitar medios" }, - "button": { - "edit": "Editar" - }, + "button": {}, "status": { "enabled": "Activado", "paused": "Pausada" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Pechar", "show": "Regras da moderación…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "Eliminar esta nota?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Baleirar", "new": "Obter un novo convite" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Imaxe actual", "error": "Erro ó gardar os axustes" }, - "button": { - "save": "Gardar" - }, + "button": {}, "message": { "success": "Axustes actualizados correctamente." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Erro ó enviar a denuncia" }, "button": { - "cancel": "Cancelar", "submit": "Enviar denuncia" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancelar", "hide": "Agochar contido" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Pechar", "reload": "Pechar e recargar páxina" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Sen biblioteca coincidente." }, - "button": { - "showMore": "Mostrar máis" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Saír da barra de busca" } }, - "button": { - "close": "Pechar" - }, + "button": {}, "header": { "modal": "Atallos de teclado" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancelar", - "submit": "Enviar" - }, + "button": {}, "header": { "chooseInstance": "Elixe a túa instancia", "failure": "Non se puido conectar ao URL proporcionado", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Baleirar", - "close": "Pechar", "stopRadio": "Deter radio" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "title": "Mostrar/ocultar contrasinal", "message": { "copy": "Texto copiado ao portapapeis!" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editar" - } + "button": {} }, "Button": { "startRadio": "Reproducir radio", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fediverso", - "rss": "RSS", - "search": "Buscar" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Canle de podcast" }, "button": { - "cancel": "Cancelar", - "confirm": "Borrar", - "delete": "Eliminar…", - "edit": "Editar…", - "embed": "Incrustar", "play": "Reproducir", "updateChannel": "Actualizar canle", "upload": "Subir" @@ -2960,7 +2869,6 @@ "addNew": "Engadir nova" }, "button": { - "cancel": "Cancelar", "subscribe": "Subscribir" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Crear biblioteca", - "delete": "Borrar", - "confirm": "Eliminar biblioteca", "update": "Actualizar biblioteca" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Cargando bibliotecas remotas…" }, - "button": { - "refresh": "Actualizar" - }, + "button": {}, "description": { "remoteLibraries": "As bibliotecas remotas pertences a outras usuarias na rede. Pode acceder a elas se son públicas ou lle outorgan acceso." } @@ -3255,7 +3159,6 @@ "domain": "Ver en { domain }" }, "button": { - "edit": "Editar", "upload": "Subir" }, "title": "Biblioteca", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Cancelar", "createChannel": "Crear canle", "next": "Seguinte paso", "previous": "Paso anterior" @@ -3748,7 +3650,6 @@ "uploadData": "Data de subida" }, "button": { - "delete": "Borrar", "download": "Descargar" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Seguidoras" } }, - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "Eliminar esta biblioteca?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde servidor remoto" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde servidor remoto" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Cancións", "django": "Ver na admin de Django" }, - "button": { - "delete": "Borrar" - }, + "button": {}, "modal": { "delete": { "header": "Eliminar esta etiqueta?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Borrar", - "edit": "Editar", "remoteRefresh": "Actualizar desde servidor remoto" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Datos da canle" }, "button": { - "delete": "Borrar", "openRemote": "Abrir perfil", "refresh": "Actualizar desde servidor remoto" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Crear lista de reprodución", - "manage": "Xestiona as listas de reprodución", - "search": "Buscar" + "manage": "Xestiona as listas de reprodución" }, "placeholder": { "search": "Nome da lista de reprodución…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Cancelar", - "delete": "Borrar", "confirm": "Eliminar lista de reprodución", - "edit": "Editar", - "embed": "Incrustar", "playAll": "Reproducir todo", "stopEdit": "Deter a edición" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Eliminar radio", - "edit": "Editar…" - }, + "button": {}, "modal": { "delete": { "header": "Queres eliminar a radio \"{ radio }\"?", diff --git a/front/src/locales/it.json b/front/src/locales/it.json index 39c0b3e4e..c9a2a2d89 100644 --- a/front/src/locales/it.json +++ b/front/src/locales/it.json @@ -272,9 +272,7 @@ "approvalRequired": "Se ti sei registrato di recente potresti dover aspettare che il nostro team di moderazione controlli il tuo account o verificare la tua email.", "invalidCredentials": "Per favore, controlla che la combinazione username/password sia corretta e assicurati di aver verificato il tuo indirizzo email." }, - "button": { - "login": "Accedi" - }, + "button": {}, "label": { "password": "Password", "username": "Nome utente o indirizzo email" @@ -323,7 +321,6 @@ "library": "Libreria dove i file dovrebbero essere importati." }, "button": { - "save": "Salva", "scan": "Scansiona" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Mostra altri" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Mostra altri" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Nessun risultato" }, - "button": { - "more": "Mostra altri" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copia" - }, + "button": {}, "help": { "embed": "Copia/incolla questo codice nel tuo sito HTML", "width": "Lascia vuoto per un widget adattivo", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostra altri" - }, + "button": {}, "help": { "subscribe": "Potresti aver bisogno di seguire questo canale per vedere i suoi contenuti." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostra altri" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Artista", "button": { - "cancel": "Annulla", - "edit": "Modifica", - "embed": "Incorpora", "more": "Di più…", "play": "Riproduci tutti gli album" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Aggiungi filtro", - "save": "Salva" + "filter": "Aggiungi filtro" }, "label": { "filter": "Aggiungi filtri per personalizzare la tua radio", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Annulla", "retry": "Riprova upload falliti" }, "label": { @@ -840,8 +820,6 @@ "summary": "Un breve riassunto che descrive le tue modifiche." }, "button": { - "cancel": "Annulla", - "clear": "Svuota", "reset": "Ripristina al valore iniziale", "showUnreviewed": "Restringi alle modifiche non revisionate", "showAll": "Mostra tutte le modifiche", @@ -895,14 +873,11 @@ "search": "Cerca", "tags": "Etichette" }, - "button": { - "search": "Cerca" - } + "button": {} }, "Artists": { "button": { - "upload": "Aggiungi musica", - "search": "Cerca" + "upload": "Aggiungi musica" }, "label": { "search": "Nome dell'artista", @@ -1010,9 +985,7 @@ "message": "I metadati inclusi nel file non sono validi o alcuni campi obbligatori sono mancanti." } }, - "button": { - "close": "Chiudi" - }, + "button": {}, "table": { "error": { "debug": "Informazioni di debug", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Approva", - "delete": "Elimina", "reject": "Rifiuta" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Navigare i podcast" }, "button": { - "cancel": "Annulla", "channel": "Crea un Canale", - "search": "Cerca", "subscribe": "Iscriviti", "feed": "Iscriviti a un feed" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Annulla", - "delete": "Elimina…", - "edit": "Modifica", - "embed": "Incorpora", "more": "Di più…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Annulla", - "delete": "Elimina…", "download": "Scarica", - "edit": "Modifica", - "embed": "Incorpora", "more": "Di più…", "play": "Riproduci" }, @@ -1311,8 +1273,6 @@ "quota": "Spazio di archiviazione rimanente:" }, "button": { - "cancel": "Annulla", - "close": "Chiudi", "finishLater": "Finisci più tardi", "next": "Prossimo passo", "previous": "Passo precedente", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Annulla", - "create": "Crea" - }, + "button": {}, "header": { "newAlbum": "Nuovo album", "newSeries": "Nuova serie" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Annulla", - "confirm": "Conferma" - }, + "button": {}, "header": { "confirm": "Vuoi confermare questa azione?" } }, "RenderedDescription": { "button": { - "cancel": "Annulla", - "edit": "Modifica", "less": "Mostra meno", "more": "Mostra altri", "update": "Aggiorna descrizione" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Pulisci" - }, + "button": {}, "label": { "search": "Cerca" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copia" - }, + "button": {}, "message": { "success": "Testo copiato negli appunti!" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Nessun risultato trovato." }, - "button": { - "refresh": "Aggiorna" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Aggiungi comunque", "addToPlaylist": "Aggiungi a questa playlist", - "addTrack": "Aggiungi traccia", - "cancel": "Annulla", - "edit": "Modifica" + "addTrack": "Aggiungi traccia" }, "header": { "addToPlaylist": "Aggiungi alla playlist", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Crea Playlist", - "more": "Mostra altri" + "create": "Crea Playlist" }, "placeholder": { "noPlaylists": "Non sono ancora state create playlist" @@ -2148,7 +2091,6 @@ "reportedObject": "Oggetto segnalato" }, "button": { - "confirmDelete": "Elimina", "delete": "Elimina oggetto segnalato", "resolve": "Risolvi", "unresolve": "Non risolto" @@ -2228,10 +2170,7 @@ "isActive": "Usa questa impostazione per abilitare/disabilitare temporaneamente la regola senza rimuoverla completamente." }, "button": { - "cancel": "Annulla", "create": "Crea", - "delete": "Elimina", - "confirm": "Elimina regola di moderazione", "update": "Aggiorna" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Motivo", "rejectMedia": "Rifiuta media" }, - "button": { - "edit": "Modifica" - }, + "button": {}, "status": { "enabled": "Abilitato", "paused": "In pausa" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Chiudi", "show": "Regole di moderazione…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Elimina" - }, + "button": {}, "modal": { "delete": { "header": "Eliminare questa nota?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Pulisci", "new": "Ottieni un nuovo invito" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Immagine attuale", "error": "Errore durante il salvataggio delle impostazioni" }, - "button": { - "save": "Salva" - }, + "button": {}, "message": { "success": "Impostazioni aggiornate con successo." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Errore durante l'invio della segnalazione" }, "button": { - "cancel": "Annulla", "submit": "Invia segnalazione" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Annulla", "hide": "Nascondi contenuto" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Chiudi", "reload": "Chiudi e ricarica pagina" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Nessuna libreria corrispondente." }, - "button": { - "showMore": "Mostra altri" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Togli il primo piano dalla barra di ricerca" } }, - "button": { - "close": "Chiudi" - }, + "button": {}, "header": { "modal": "Scorciatoie da tastiera" } }, "SetInstanceModal": { - "button": { - "cancel": "Annulla", - "submit": "Invia" - }, + "button": {}, "header": { "chooseInstance": "Scegli la tua istanza", "failure": "Non è possibile connettersi all'URL dato", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Svuota", - "close": "Chiudi", "stopRadio": "Ferma radio" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copia" - }, + "button": {}, "title": "Mostra/nascondi password", "message": { "copy": "Testo copiato negli appunti!" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Modifica" - } + "button": {} }, "Button": { "startRadio": "Riproduci radio", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fediverso", - "rss": "RSS", - "search": "Cerca" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Canale podcast" }, "button": { - "cancel": "Annulla", - "confirm": "Elimina", - "delete": "Elimina…", - "edit": "Modifica…", - "embed": "Incorpora", "play": "Riproduci", "updateChannel": "Aggiorna canale", "upload": "Carica" @@ -2960,7 +2869,6 @@ "addNew": "Aggiungi nuovo" }, "button": { - "cancel": "Annulla", "subscribe": "Iscriviti" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Crea libreria", - "delete": "Elimina", - "confirm": "Elimina libreria", "update": "Aggiorna libreria" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Caricando le librerie remote…" }, - "button": { - "refresh": "Aggiorna" - }, + "button": {}, "description": { "remoteLibraries": "Le librerie remote sono di proprietà di altri utenti nella rete. Puoi accedervi se sono pubbliche o se ti è stato dato l'accesso ad esse." } @@ -3255,7 +3159,6 @@ "domain": "Visualizza su { dominio }" }, "button": { - "edit": "Modifica", "upload": "Carica" }, "title": "Libreria", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Annulla", "createChannel": "Crea canale", "next": "Prossimo passo", "previous": "Passo precedente" @@ -3748,7 +3650,6 @@ "uploadData": "Data di caricamento" }, "button": { - "delete": "Elimina", "download": "Scarica" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Seguito da" } }, - "button": { - "delete": "Elimina" - }, + "button": {}, "modal": { "delete": { "header": "Eliminare questa libreria?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Elimina", - "edit": "Modifica", "remoteRefresh": "Aggiorna da un server remoto" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Elimina", - "edit": "Modifica", "remoteRefresh": "Aggiorna da un server remoto" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Tracce", "django": "Vedi nell'amministrazione di Django" }, - "button": { - "delete": "Elimina" - }, + "button": {}, "modal": { "delete": { "header": "Eliminare questo tag?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Elimina", - "edit": "Modifica", "remoteRefresh": "Aggiorna da un server remoto" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Dati del canale" }, "button": { - "delete": "Elimina", "openRemote": "Apri profilo remoto", "refresh": "Aggiorna da un server remoto" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Crea playlist", - "manage": "Gestisci le tue playlist", - "search": "Cerca" + "manage": "Gestisci le tue playlist" }, "placeholder": { "search": "Inserisci il nome di una playlist…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Annulla", - "delete": "Elimina", "confirm": "Elimina playlist", - "edit": "Modifica", - "embed": "Incorpora", "playAll": "Riproduci tutto", "stopEdit": "Smetti di modificare" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Elimina radio", - "edit": "Modifica…" - }, + "button": {}, "modal": { "delete": { "header": "Vuoi eliminare la radio \"{ radio }\"?", diff --git a/front/src/locales/ja_JP.json b/front/src/locales/ja_JP.json index ca2abc7eb..5f2211cca 100644 --- a/front/src/locales/ja_JP.json +++ b/front/src/locales/ja_JP.json @@ -250,9 +250,7 @@ "approvalRequired": "アカウントを最近作成した場合、モデレーションチームによるあなたのアカウントの審査、またはEメールの認証を待つ必要があるかもしれません。", "invalidCredentials": "ユーザーネームとパスワードの組み合わせが正しいかどうか、ダブルチェックして下さい。そして、あなたのメールアドレスが認証済みであることを確認して下さい。" }, - "button": { - "login": "ログイン" - }, + "button": {}, "label": { "password": "パスワード", "username": "ユーザーネームまたはメールアドレス" @@ -301,7 +299,6 @@ "library": "ライブラリにはファイルがインポートされるべきでしょう。" }, "button": { - "save": "保存", "scan": "スキャン" } } @@ -395,9 +392,7 @@ } }, "Widget": { - "button": { - "more": "さらに表示" - } + "button": {} } }, "ChannelCard": { @@ -419,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "さらに表示" - } + "button": {} } }, "Player": { @@ -525,9 +518,7 @@ "empty": { "noResults": "見つかりませんでした" }, - "button": { - "more": "さらに表示" - } + "button": {} }, "MobileRow": { "button": { @@ -622,9 +613,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "コピー" - }, + "button": {}, "help": { "embed": "以下のコードをコピーして、Webサイトに貼りましょう", "width": "空欄にするとレスポンシブなウィジェットになります", @@ -643,17 +632,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "さらに表示" - }, + "button": {}, "help": { "subscribe": "コンテンツを見るには、このチャンネルを登録する必要があるかもしれません。" } }, "ChannelsWidget": { - "button": { - "showMore": "さらに表示" - } + "button": {} }, "ChannelEntries": { "help": { @@ -677,9 +662,6 @@ }, "title": "アーティスト", "button": { - "cancel": "キャンセル", - "edit": "編集する", - "embed": "埋め込む", "more": "もっと…", "play": "全てのアルバムを再生する" }, @@ -716,8 +698,7 @@ } }, "button": { - "filter": "フィルターの追加", - "save": "保存" + "filter": "フィルターの追加" }, "label": { "filter": "ラジオをカスタマイズするためにフィルターを追加する", @@ -766,7 +747,6 @@ } }, "button": { - "cancel": "キャンセル", "retry": "失敗したアップロードを再度試す" }, "label": { @@ -794,8 +774,6 @@ "summary": "変更点の端的な概要。" }, "button": { - "cancel": "キャンセル", - "clear": "クリア", "reset": "初期値にリセットする" }, "notApplicable": "N/A", @@ -836,14 +814,11 @@ "search": "検索", "tags": "タグ" }, - "button": { - "search": "検索" - } + "button": {} }, "Artists": { "button": { - "upload": "曲を追加", - "search": "検索" + "upload": "曲を追加" }, "label": { "search": "アーティスト名", @@ -947,9 +922,7 @@ "message": "ファイルに含まれるメタデータが無効か、必須の項目が入力されていません。" } }, - "button": { - "close": "閉じる" - }, + "button": {}, "table": { "error": { "debug": "デバッグ", @@ -972,7 +945,6 @@ "EditCard": { "button": { "approve": "承認", - "delete": "削除", "reject": "拒否" }, "status": { @@ -1011,9 +983,7 @@ "browse": "ポッドキャストを探す" }, "button": { - "cancel": "キャンセル", "channel": "チャンネルを作成", - "search": "検索", "subscribe": "登録", "feed": "RSSフィードを購読する" }, @@ -1071,10 +1041,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "キャンセル", - "delete": "削除…", - "edit": "編集する", - "embed": "埋め込む", "more": "もっと…" }, "modal": { @@ -1097,11 +1063,7 @@ }, "TrackBase": { "button": { - "cancel": "キャンセル", - "delete": "削除…", "download": "ダウンロード", - "edit": "編集する", - "embed": "埋め込む", "more": "もっと…", "play": "再生" }, @@ -1219,8 +1181,6 @@ "quota": "残りのストレージ容量:" }, "button": { - "cancel": "キャンセル", - "close": "閉じる", "next": "次へ", "previous": "前のステップ", "publish": "公開", @@ -1284,10 +1244,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "キャンセル", - "create": "作成" - }, + "button": {}, "header": { "newAlbum": "新しいアルバム", "newSeries": "新しいシリーズ" @@ -1445,18 +1402,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "キャンセル", - "confirm": "確認" - }, + "button": {}, "header": { "confirm": "このアクションを確認しますか?" } }, "RenderedDescription": { "button": { - "cancel": "キャンセル", - "edit": "編集する", "less": "少なく表示", "more": "さらに表示", "update": "自己紹介の更新" @@ -1469,9 +1421,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "クリア" - }, + "button": {}, "label": { "search": "検索" }, @@ -1486,9 +1436,7 @@ } }, "CopyInput": { - "button": { - "copy": "コピー" - }, + "button": {}, "message": { "success": "クリップボードにコピーされました!" } @@ -1524,9 +1472,7 @@ "header": { "noResults": "コンテンツが見つかりませんでした。" }, - "button": { - "refresh": "更新" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1565,9 +1511,7 @@ "button": { "addDuplicate": "とにかく追加する", "addToPlaylist": "このプレイリストに追加", - "addTrack": "曲の追加", - "cancel": "キャンセル", - "edit": "編集" + "addTrack": "曲の追加" }, "header": { "addToPlaylist": "プレイリストに追加", @@ -1647,8 +1591,7 @@ }, "Widget": { "button": { - "create": "プレイリストを作成", - "more": "さらに表示" + "create": "プレイリストを作成" }, "placeholder": { "noPlaylists": "まだプレイリストは作成されてません" @@ -1998,7 +1941,6 @@ "reportedObject": "通報した対象" }, "button": { - "confirmDelete": "削除", "delete": "通報対象を削除", "resolve": "解決", "unresolve": "未解決" @@ -2069,10 +2011,7 @@ "silenceActivity": "フォロワーを除いた、アカウントまたはドメインに属するコンテンツを隠す。" }, "button": { - "cancel": "キャンセル", "create": "作成", - "delete": "削除", - "confirm": "モデレーションルールを削除", "update": "更新" }, "modal": { @@ -2182,9 +2121,7 @@ "reason": "理由", "rejectMedia": "拒否したメディア" }, - "button": { - "edit": "編集する" - }, + "button": {}, "status": { "enabled": "有効", "paused": "停止" @@ -2195,14 +2132,11 @@ }, "InstancePolicyModal": { "button": { - "close": "閉じる", "show": "モデレーションルール…" } }, "NotesThread": { - "button": { - "delete": "削除" - }, + "button": {}, "modal": { "delete": { "header": "このノートを削除しますか?", @@ -2323,9 +2257,7 @@ } }, "InvitationForm": { - "button": { - "clear": "クリア" - }, + "button": {}, "table": { "invitation": { "header": { @@ -2384,9 +2316,7 @@ "image": "現在の画像", "error": "設定の保存中にエラーが発生しました" }, - "button": { - "save": "保存" - }, + "button": {}, "message": { "success": "設定が更新されました。" } @@ -2408,7 +2338,6 @@ "submissionFailure": "通報内容の投稿中にエラーが発生しました" }, "button": { - "cancel": "キャンセル", "submit": "通報する" }, "label": { @@ -2428,7 +2357,6 @@ }, "FilterModal": { "button": { - "cancel": "キャンセル", "hide": "コンテンツを隠す" }, "message": { @@ -2462,7 +2390,6 @@ } }, "button": { - "close": "閉じる", "reload": "閉じて再読込" }, "header": { @@ -2481,9 +2408,7 @@ "empty": { "noMatch": "マッチするライブラリがありません。" }, - "button": { - "showMore": "さらに表示" - } + "button": {} } }, "ShortcutsModal": { @@ -2513,17 +2438,13 @@ "unfocus": "検索窓から離れる" } }, - "button": { - "close": "閉じる" - }, + "button": {}, "header": { "modal": "キーボードショートカット集" } }, "SetInstanceModal": { - "button": { - "cancel": "キャンセル" - }, + "button": {}, "header": { "chooseInstance": "インスタンスを選んでください", "failure": "入力されたURLにアクセスできません", @@ -2542,8 +2463,6 @@ }, "Queue": { "button": { - "clear": "クリア", - "close": "閉じる", "stopRadio": "ラジオを止める" }, "label": { @@ -2573,9 +2492,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "コピー" - }, + "button": {}, "title": "パスワードを表示・隠す", "message": { "copy": "クリップボードにコピーされました!" @@ -2584,9 +2501,7 @@ }, "radios": { "Card": { - "button": { - "edit": "編集する" - } + "button": {} }, "Button": { "startRadio": "ラジオを再生", @@ -2599,8 +2514,7 @@ }, "button": { "fediverse": "Fediverse", - "rss": "RSS", - "search": "検索" + "rss": "RSS" }, "label": { "fediverse": { @@ -2669,11 +2583,6 @@ "podcastChannel": "ポッドキャストのチャンネル" }, "button": { - "cancel": "キャンセル", - "confirm": "削除", - "delete": "削除…", - "edit": "編集…", - "embed": "埋め込む", "play": "再生する", "updateChannel": "チャンネルの更新", "upload": "アップロード" @@ -2732,7 +2641,6 @@ "addNew": "新規作成" }, "button": { - "cancel": "キャンセル", "subscribe": "登録" }, "placeholder": { @@ -2856,8 +2764,6 @@ "Form": { "button": { "create": "ライブラリを作成", - "delete": "削除", - "confirm": "ライブラリを削除", "update": "ライブラリの更新" }, "modal": { @@ -2943,9 +2849,7 @@ "loading": { "remoteLibraries": "リモートライブラリを読み込んでいます…" }, - "button": { - "refresh": "更新" - }, + "button": {}, "header": { "remoteLibraries": "リモートのライブラリ" }, @@ -2995,7 +2899,6 @@ "domain": "{ domain }で聞く" }, "button": { - "edit": "編集する", "upload": "アップロード" }, "title": "ライブラリ", @@ -3113,7 +3016,6 @@ } }, "button": { - "cancel": "キャンセル", "createChannel": "チャンネルを作成", "next": "次へ", "previous": "前のステップ" @@ -3450,7 +3352,6 @@ "uploadData": "アップロード日付" }, "button": { - "delete": "削除", "download": "ダウンロード" }, "modal": { @@ -3493,9 +3394,7 @@ "followers": "フォロワー" } }, - "button": { - "delete": "削除" - }, + "button": {}, "modal": { "delete": { "header": "このライブラリを削除しますか?", @@ -3540,8 +3439,6 @@ } }, "button": { - "delete": "削除", - "edit": "編集する", "remoteRefresh": "リモートサーバーから更新する" }, "modal": { @@ -3589,8 +3486,6 @@ } }, "button": { - "delete": "削除", - "edit": "編集する", "remoteRefresh": "リモートサーバーから更新する" }, "modal": { @@ -3614,9 +3509,7 @@ "localProfile": "ローカルのプロフィールを開く", "tracks": "曲一覧" }, - "button": { - "delete": "削除" - }, + "button": {}, "modal": { "delete": { "header": "このタグを削除しますか?" @@ -3669,8 +3562,6 @@ } }, "button": { - "delete": "削除", - "edit": "編集する", "remoteRefresh": "リモートサーバーから更新する" }, "modal": { @@ -3734,7 +3625,6 @@ "channelData": "チャンネルデータ" }, "button": { - "delete": "削除", "openRemote": "リモートのプロフィールを開く", "refresh": "リモートサーバーから更新する" }, @@ -3827,8 +3717,7 @@ }, "button": { "create": "プレイリストを作成", - "manage": "プレイリストの管理", - "search": "検索" + "manage": "プレイリストの管理" }, "placeholder": { "search": "プレイリスト名を入力…" @@ -3845,11 +3734,7 @@ }, "Detail": { "button": { - "cancel": "キャンセル", - "delete": "削除", "confirm": "プレイリストを削除", - "edit": "編集する", - "embed": "埋め込む", "playAll": "全曲再生", "stopEdit": "編集を止める" }, @@ -3875,10 +3760,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "ラジオを削除", - "edit": "編集…" - }, + "button": {}, "modal": { "delete": { "header": "ラジオ「{ radio }」を削除しますか?" diff --git a/front/src/locales/kab_DZ.json b/front/src/locales/kab_DZ.json index ca8e5311b..e8c7b4ee9 100644 --- a/front/src/locales/kab_DZ.json +++ b/front/src/locales/kab_DZ.json @@ -8,9 +8,7 @@ } }, "Widget": { - "button": { - "more": "Ssken-d ugar" - } + "button": {} } }, "ChannelCard": { @@ -64,9 +62,7 @@ "empty": { "noResults": "Ulac ayen yettwafen" }, - "button": { - "more": "Ssken-d ugar" - } + "button": {} }, "MobileRow": { "button": { @@ -114,9 +110,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copier" - }, + "button": {}, "header": { "preview": "Timeẓriwt" } @@ -151,20 +145,14 @@ }, "album": { "Widget": { - "button": { - "more": "Ssken-d ugar" - } + "button": {} } }, "ChannelSeries": { - "button": { - "showMore": "Ssken-d ugar" - } + "button": {} }, "ChannelsWidget": { - "button": { - "showMore": "Ssken-d ugar" - } + "button": {} } }, "library": { @@ -188,9 +176,7 @@ } } }, - "button": { - "cancel": "Sefex" - }, + "button": {}, "header": { "status": "Addad n umiḍan" }, @@ -213,8 +199,7 @@ } }, "button": { - "filter": "Rni imzizdig", - "save": "Sekles" + "filter": "Rni imzizdig" }, "label": { "description": "Aglam" @@ -258,14 +243,11 @@ "label": "Yir iɣf-isefka" } }, - "button": { - "close": "Mdel" - } + "button": {} }, "EditCard": { "button": { "approve": "Qbel", - "delete": "Kkes", "reject": "Agi" }, "status": { @@ -285,9 +267,6 @@ "ArtistBase": { "title": "Artiste", "button": { - "cancel": "Sefex", - "edit": "Beddel", - "embed": "Seddu", "more": "Ugar…" } }, @@ -303,9 +282,7 @@ }, "label": "Tri" }, - "button": { - "search": "Anadi" - } + "button": {} }, "Albums": { "ordering": { @@ -319,9 +296,7 @@ "search": "Anadi", "tags": "Tibzimin" }, - "button": { - "search": "Anadi" - } + "button": {} }, "Podcasts": { "ordering": { @@ -335,9 +310,7 @@ "browse": "Podcasts" }, "button": { - "cancel": "Sefex", "channel": "Rnu amiḍan", - "search": "Anadi", "subscribe": "Jerred", "feed": "Jerred" }, @@ -367,25 +340,16 @@ }, "AlbumDropdown": { "button": { - "cancel": "Sefex", - "edit": "Beddel", - "embed": "Seddu", "more": "Ugar…" } }, "EditForm": { - "button": { - "cancel": "Sefex", - "clear": "Effacer" - }, + "button": {}, "notApplicable": "Wlac" }, "TrackBase": { "button": { - "cancel": "Sefex", "download": "Sider", - "edit": "Beddel", - "embed": "Seddu", "more": "Ugar…", "play": "Seddu" }, @@ -497,9 +461,7 @@ "placeholder": { "username": "Sekcem isem-ik(im) n useqdac" }, - "button": { - "login": "Qqen" - }, + "button": {}, "label": { "password": "Awal n uɛeddi", "username": "Isem n useqdac neɣ tansa imayl" @@ -514,7 +476,6 @@ "library": "Tanedlist" }, "button": { - "save": "Sekles", "scan": "Snirem tura" } }, @@ -810,7 +771,6 @@ "message": "Izen" }, "button": { - "confirmDelete": "Kkes", "resolve": "Fru" }, "notApplicable": "Wlac" @@ -903,9 +863,7 @@ }, "InstancePolicyForm": { "button": { - "cancel": "Sefex", "create": "Snulfu-d", - "delete": "Kkes", "update": "Leqqem" }, "label": { @@ -915,19 +873,13 @@ } }, "InstancePolicyModal": { - "button": { - "close": "Mdel" - } + "button": {} }, "NotesThread": { - "button": { - "delete": "Kkes" - } + "button": {} }, "InstancePolicyCard": { - "button": { - "edit": "Beddel" - }, + "button": {}, "status": { "enabled": "Yermed", "paused": "En Pause" @@ -1032,9 +984,7 @@ } }, "InvitationForm": { - "button": { - "clear": "Effacer" - }, + "button": {}, "table": { "invitation": { "header": { @@ -1058,23 +1008,16 @@ } }, "DangerousButton": { - "button": { - "cancel": "Sefex", - "confirm": "Sentem" - } + "button": {} }, "RenderedDescription": { "button": { - "cancel": "Sefex", - "edit": "Beddel", "less": "Ssken-d drus", "more": "Ssken-d ugar" } }, "InlineSearchBar": { - "button": { - "clear": "Effacer" - }, + "button": {}, "label": { "search": "Anadi" } @@ -1086,9 +1029,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copier" - } + "button": {} }, "UserMenu": { "link": { @@ -1136,9 +1077,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Smiren" - } + "button": {} }, "AttachmentInput": { "button": { @@ -1173,9 +1112,7 @@ } }, "SettingsGroup": { - "button": { - "save": "Sekles" - } + "button": {} } }, "AboutPod": { @@ -1230,10 +1167,7 @@ "header": { "addToPlaylist": "Rnu ar tebdart n tɣuri" }, - "button": { - "cancel": "Sefex", - "edit": "Beddel" - }, + "button": {}, "table": { "edit": { "header": { @@ -1253,9 +1187,7 @@ } }, "Widget": { - "button": { - "more": "Ssken-d ugar" - } + "button": {} } }, "Sidebar": { @@ -1312,18 +1244,13 @@ } }, "AlbumModal": { - "button": { - "cancel": "Sefex", - "create": "Snulfu-d" - }, + "button": {}, "header": { "newSeries": "Séries" } }, "UploadModal": { "button": { - "cancel": "Sefex", - "close": "Mdel", "publish": "Suffeɣ-d", "update": "Leqqem" } @@ -1366,14 +1293,10 @@ } }, "FilterModal": { - "button": { - "cancel": "Sefex" - } + "button": {} }, "ReportModal": { - "button": { - "cancel": "Sefex" - }, + "button": {}, "label": { "email": "Imayl", "message": "Izen" @@ -1391,16 +1314,10 @@ } }, "SetInstanceModal": { - "button": { - "cancel": "Sefex", - "submit": "Envoyer" - } + "button": {} }, "Queue": { - "button": { - "clear": "Effacer", - "close": "Mdel" - }, + "button": {}, "label": { "duration": "Durée", "next": "Tafuɣalt tuḍfirt", @@ -1413,9 +1330,7 @@ }, "federation": { "FetchButton": { - "button": { - "close": "Mdel" - }, + "button": {}, "table": { "error": { "value": { @@ -1425,15 +1340,11 @@ } }, "LibraryWidget": { - "button": { - "showMore": "Ssken-d ugar" - } + "button": {} } }, "ShortcutsModal": { - "button": { - "close": "Mdel" - }, + "button": {}, "header": { "modal": "Inegzumen n unasiw" } @@ -1455,16 +1366,12 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copier" - } + "button": {} } }, "radios": { "Card": { - "button": { - "edit": "Beddel" - } + "button": {} }, "Button": { "startRadio": "Liste de lecture" @@ -1489,9 +1396,7 @@ "title": "Ulac asebter" }, "RemoteSearchForm": { - "button": { - "search": "Anadi" - } + "button": {} } }, "views": { @@ -1501,10 +1406,6 @@ "listenings": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan" }, "button": { - "cancel": "Sefex", - "confirm": "Kkes", - "edit": "Ẓreg…", - "embed": "Seddu", "play": "Seddu", "upload": "Sali" }, @@ -1526,7 +1427,6 @@ "addNew": "Rnu amaynut" }, "button": { - "cancel": "Sefex", "subscribe": "Jerred" }, "modal": { @@ -1574,7 +1474,6 @@ }, "LibraryBase": { "button": { - "edit": "Beddel", "upload": "Sali" }, "title": "Tanedlist", @@ -1618,7 +1517,6 @@ "local": "Local" }, "button": { - "delete": "Kkes", "download": "Sider" }, "notApplicable": "Wlac" @@ -1635,9 +1533,7 @@ "activity": "Aqeddic", "local": "Local" }, - "button": { - "delete": "Kkes" - }, + "button": {}, "table": { "library": { "description": "Aglam", @@ -1661,10 +1557,7 @@ "tracks": "Pistes", "uploads": "Ifuyla yettwaznen" }, - "button": { - "delete": "Kkes", - "edit": "Beddel" - }, + "button": {}, "table": { "album": { "description": "Aglam", @@ -1688,10 +1581,7 @@ "tracks": "Pistes", "uploads": "Ifuyla yettwaznen" }, - "button": { - "delete": "Kkes", - "edit": "Beddel" - }, + "button": {}, "table": { "artist": { "description": "Aglam", @@ -1706,9 +1596,7 @@ "header": { "activity": "Aqeddic" }, - "button": { - "delete": "Kkes" - }, + "button": {}, "table": { "tag": { "name": "Isem" @@ -1743,10 +1631,7 @@ "playlists": "Tibdarin n tɣuri" } }, - "button": { - "delete": "Kkes", - "edit": "Beddel" - } + "button": {} }, "Base": { "link": { @@ -1788,9 +1673,7 @@ "header": { "activity": "Aqeddic" }, - "button": { - "delete": "Kkes" - }, + "button": {}, "label": { "local": "Local" } @@ -1985,9 +1868,7 @@ "link": { "addNew": "Rnu amaynut" }, - "button": { - "cancel": "Sefex" - }, + "button": {}, "header": { "channels": "Canaux " } @@ -2058,9 +1939,7 @@ } }, "Form": { - "button": { - "delete": "Kkes" - }, + "button": {}, "label": { "description": "Aglam", "name": "Isem", @@ -2097,9 +1976,7 @@ } }, "Home": { - "button": { - "refresh": "Smiren" - } + "button": {} }, "ScanForm": { "button": { @@ -2138,17 +2015,10 @@ "label": { "search": "Anadi" }, - "button": { - "search": "Anadi" - } + "button": {} }, "Detail": { - "button": { - "cancel": "Sefex", - "delete": "Kkes", - "edit": "Beddel", - "embed": "Seddu" - }, + "button": {}, "title": "Liste de lecture", "header": { "tracks": "Pistes" @@ -2157,9 +2027,7 @@ }, "radios": { "Detail": { - "button": { - "edit": "Ẓreg…" - }, + "button": {}, "header": { "tracks": "Pistes" } diff --git a/front/src/locales/ml.json b/front/src/locales/ml.json index 19ac2546c..29735d606 100644 --- a/front/src/locales/ml.json +++ b/front/src/locales/ml.json @@ -111,9 +111,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "പകർത്തുക" - } + "button": {} }, "LibraryFollowButton": { "button": { @@ -158,9 +156,7 @@ "label": { "search": "തിരയുക" }, - "button": { - "search": "തിരയുക" - } + "button": {} }, "TagDetail": { "link": { @@ -174,7 +170,6 @@ "EditCard": { "button": { "approve": "അംഗീകരിക്കുക", - "delete": "ഇല്ലാതാക്കുക", "reject": "നിരസിക്കുക" }, "status": { @@ -185,8 +180,6 @@ "ArtistBase": { "title": "കലാകാരൻ", "button": { - "cancel": "റദ്ദാക്കുക", - "edit": "തിരുത്തുക", "more": "കൂടുതൽ…" } }, @@ -200,9 +193,7 @@ "ascending": "ആരോഹണം" } }, - "button": { - "search": "തിരയുക" - }, + "button": {}, "placeholder": { "search": "തിരയുക…" } @@ -214,9 +205,7 @@ } }, "button": { - "cancel": "റദ്ദാക്കുക", - "channel": "ഒരു ചാനൽ സൃഷ്ടിക്കുക", - "search": "തിരയുക" + "channel": "ഒരു ചാനൽ സൃഷ്ടിക്കുക" }, "label": { "search": "പോഡ്‌കാസ്റ്റ്" @@ -253,16 +242,11 @@ "label": { "description": "വിവരണം" }, - "button": { - "save": "സംരക്ഷിക്കുക" - } + "button": {} } }, "AlbumDropdown": { "button": { - "cancel": "റദ്ദാക്കുക", - "delete": "ഇല്ലാതാക്കുക…", - "edit": "തിരുത്തുക", "more": "കൂടുതൽ…" }, "modal": { @@ -272,15 +256,10 @@ } }, "EditForm": { - "button": { - "cancel": "റദ്ദാക്കുക", - "clear": "മായ്ക്കുക" - } + "button": {} }, "FileUpload": { - "button": { - "cancel": "റദ്ദാക്കുക" - }, + "button": {}, "table": { "upload": { "header": { @@ -295,16 +274,11 @@ }, "TrackBase": { "button": { - "cancel": "റദ്ദാക്കുക", - "delete": "ഇല്ലാതാക്കുക…", - "edit": "തിരുത്തുക", "more": "കൂടുതൽ…" } }, "ImportStatusModal": { - "button": { - "close": "അടയ്ക്കുക" - } + "button": {} }, "AlbumEdit": { "header": { @@ -333,10 +307,7 @@ "meta": { "files": "{ n } ഫയൽ | { n } ഫയലുകൾ" }, - "button": { - "cancel": "റദ്ദാക്കുക", - "close": "അടയ്ക്കുക" - } + "button": {} }, "LicenseSelect": { "link": { @@ -349,10 +320,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "റദ്ദാക്കുക", - "create": "സൃഷ്ടിക്കുക" - } + "button": {} }, "UploadForm": { "label": { @@ -403,21 +371,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "റദ്ദാക്കുക", - "confirm": "ഉറപ്പാക്കുക" - } + "button": {} }, "RenderedDescription": { - "button": { - "cancel": "റദ്ദാക്കുക", - "edit": "തിരുത്തുക" - } + "button": {} }, "InlineSearchBar": { - "button": { - "clear": "മായ്ക്കുക" - }, + "button": {}, "label": { "search": "തിരയുക" }, @@ -431,14 +391,10 @@ } }, "CopyInput": { - "button": { - "copy": "പകർത്തുക" - } + "button": {} }, "EmptyState": { - "button": { - "refresh": "പുതുക്കുക" - } + "button": {} } }, "AboutPod": { @@ -680,9 +636,7 @@ "status": "അവസ്ഥ" } }, - "button": { - "confirmDelete": "ഇല്ലാതാക്കുക" - } + "button": {} }, "NoteForm": { "button": { @@ -741,28 +695,20 @@ }, "InstancePolicyForm": { "button": { - "cancel": "റദ്ദാക്കുക", - "create": "സൃഷ്ടിക്കുക", - "delete": "ഇല്ലാതാക്കുക" + "create": "സൃഷ്ടിക്കുക" }, "label": { "policyReason": "കാരണം" } }, "InstancePolicyModal": { - "button": { - "close": "അടയ്ക്കുക" - } + "button": {} }, "NotesThread": { - "button": { - "delete": "ഇല്ലാതാക്കുക" - } + "button": {} }, "InstancePolicyCard": { - "button": { - "edit": "തിരുത്തുക" - }, + "button": {}, "label": { "reason": "കാരണം" } @@ -840,9 +786,7 @@ } }, "InvitationForm": { - "button": { - "clear": "മായ്ക്കുക" - }, + "button": {}, "table": { "invitation": { "header": { @@ -910,9 +854,7 @@ "placeholder": { "username": "നിങ്ങളുടെ ഇ-മെയിൽ വിലാസം ഉറപ്പാക്കുക" }, - "button": { - "login": "പ്രവേശിക്കുക" - }, + "button": {}, "label": { "username": "നിങ്ങളുടെ ഇ-മെയിൽ വിലാസം ഉറപ്പാക്കുക" } @@ -921,9 +863,7 @@ "label": { "library": "ലൈബ്രറി" }, - "button": { - "save": "സംരക്ഷിക്കുക" - } + "button": {} }, "ApplicationForm": { "label": { @@ -948,9 +888,7 @@ } }, "SettingsGroup": { - "button": { - "save": "സംരക്ഷിക്കുക" - } + "button": {} } }, "playlists": { @@ -963,9 +901,7 @@ "button": { "addDuplicate": "എന്തായാലും ചേർക്കുക", "addToPlaylist": "ഈ പ്ലേലിസ്റ്റിലേക്ക് ചേർക്കുക", - "addTrack": "ട്രാക്ക് ചേർക്കുക", - "cancel": "റദ്ദാക്കുക", - "edit": "തിരുത്തുക" + "addTrack": "ട്രാക്ക് ചേർക്കുക" }, "header": { "addToPlaylist": "പ്ലേലിസ്റ്റിലേക്ക് ചേർക്കുക" @@ -995,14 +931,10 @@ } }, "FilterModal": { - "button": { - "cancel": "റദ്ദാക്കുക" - } + "button": {} }, "ReportModal": { - "button": { - "cancel": "റദ്ദാക്കുക" - }, + "button": {}, "label": { "email": "ഇമെയിൽ" } @@ -1027,53 +959,37 @@ } }, "SetInstanceModal": { - "button": { - "cancel": "റദ്ദാക്കുക", - "submit": "സമർപ്പിക്കുക" - } + "button": {} }, "Queue": { - "button": { - "clear": "മായ്ക്കുക", - "close": "അടയ്ക്കുക" - }, + "button": {}, "label": { "duration": "വിവരണം" } }, "federation": { "FetchButton": { - "button": { - "close": "അടയ്ക്കുക" - } + "button": {} } }, "ShortcutsModal": { - "button": { - "close": "അടയ്ക്കുക" - } + "button": {} }, "forms": { "PasswordInput": { - "button": { - "copy": "പകർത്തുക" - } + "button": {} } }, "radios": { "Card": { - "button": { - "edit": "തിരുത്തുക" - } + "button": {} }, "Button": { "startRadio": "റേഡിയോ ഇല്ലാതാക്കുക" } }, "RemoteSearchForm": { - "button": { - "search": "തിരയുക" - } + "button": {} } }, "views": { @@ -1102,7 +1018,6 @@ } }, "button": { - "cancel": "റദ്ദാക്കുക", "createChannel": "ചാനൽ സൃഷ്ടിക്കുക" }, "header": { @@ -1161,9 +1076,7 @@ "albums": "ആൽബങ്ങളും", "artists": "കലാകാരന്മാര്‍" }, - "button": { - "edit": "തിരുത്തുക" - }, + "button": {}, "title": "ലൈബ്രറി" } }, @@ -1176,9 +1089,7 @@ "artists": "കലാകാരന്മാർ", "domain": "മേഖല" }, - "button": { - "delete": "ഇല്ലാതാക്കുക" - }, + "button": {}, "table": { "library": { "description": "വിവരണം", @@ -1203,9 +1114,7 @@ "name": "പേര്" } }, - "button": { - "delete": "ഇല്ലാതാക്കുക" - } + "button": {} }, "TrackDetail": { "link": { @@ -1216,10 +1125,7 @@ "edits": "തിരുത്തുക…", "libraries": "ലൈബ്രറികൾ" }, - "button": { - "delete": "ഇല്ലാതാക്കുക", - "edit": "തിരുത്തുക" - }, + "button": {}, "table": { "track": { "description": "വിവരണം" @@ -1239,10 +1145,7 @@ "edits": "തിരുത്തുക…", "libraries": "ലൈബ്രറികൾ" }, - "button": { - "delete": "ഇല്ലാതാക്കുക", - "edit": "തിരുത്തുക" - }, + "button": {}, "modal": { "delete": { "header": "ഈ ആൽബം ഇല്ലാതാക്കണോ?" @@ -1265,10 +1168,7 @@ "edits": "തിരുത്തുക…", "libraries": "ലൈബ്രറികൾ" }, - "button": { - "delete": "ഇല്ലാതാക്കുക", - "edit": "തിരുത്തുക" - }, + "button": {}, "table": { "artist": { "description": "വിവരണം", @@ -1293,9 +1193,7 @@ "albums": "ആൽബങ്ങളും", "artists": "കലാകാരന്മാർ" }, - "button": { - "delete": "ഇല്ലാതാക്കുക" - }, + "button": {}, "table": { "tag": { "name": "പേര്" @@ -1323,9 +1221,7 @@ "playlists": "പ്ലേലിസ്റ്റുകൾ" } }, - "button": { - "delete": "ഇല്ലാതാക്കുക" - } + "button": {} }, "moderation": { "AccountsDetail": { @@ -1474,9 +1370,7 @@ "link": { "addNew": "പുതിയത് ചേർക്കുക" }, - "button": { - "cancel": "റദ്ദാക്കുക" - } + "button": {} }, "DetailBase": { "link": { @@ -1486,12 +1380,7 @@ "header": { "artistChannel": "കലാകരന്റെ ചാനൽ" }, - "button": { - "cancel": "റദ്ദാക്കുക", - "confirm": "ഇല്ലാതാക്കുക", - "delete": "ഇല്ലാതാക്കുക…", - "edit": "തിരുത്തുക" - }, + "button": {}, "title": "ചാനൽ", "modal": { "delete": { @@ -1534,10 +1423,7 @@ } }, "Form": { - "button": { - "delete": "ഇല്ലാതാക്കുക", - "confirm": "ലൈബ്രറി ഇല്ലാതാക്കുക" - }, + "button": {}, "label": { "description": "വിവരണം", "name": "പേര്" @@ -1559,9 +1445,7 @@ } }, "Home": { - "button": { - "refresh": "പുതുക്കുക" - } + "button": {} } }, "Base": { @@ -1596,25 +1480,18 @@ "label": { "search": "തിരയുക" }, - "button": { - "search": "തിരയുക" - } + "button": {} }, "Detail": { "button": { - "cancel": "റദ്ദാക്കുക", - "delete": "ഇല്ലാതാക്കുക", - "confirm": "പ്ലേലിസ്റ്റ് ഇല്ലാതാക്കുക", - "edit": "തിരുത്തുക" + "confirm": "പ്ലേലിസ്റ്റ് ഇല്ലാതാക്കുക" }, "title": "പ്ലേലിസ്റ്റ്" } }, "radios": { "Detail": { - "button": { - "confirm": "റേഡിയോ ഇല്ലാതാക്കുക" - }, + "button": {}, "title": "റേഡിയോ" } } diff --git a/front/src/locales/nb_NO.json b/front/src/locales/nb_NO.json index 703c48253..67147a753 100644 --- a/front/src/locales/nb_NO.json +++ b/front/src/locales/nb_NO.json @@ -188,9 +188,7 @@ "placeholder": { "username": "Skriv inn brukernavnet eller e-postadressen din" }, - "button": { - "login": "Logg inn" - }, + "button": {}, "label": { "password": "Passord", "username": "Brukernavn eller e-post" @@ -247,7 +245,6 @@ "failure": "Kunne ikke lagre innstillinger" }, "button": { - "save": "Lagre", "scan": "Skanning igangsatt" } } @@ -303,9 +300,7 @@ } }, "Widget": { - "button": { - "more": "Vis ett album til" - } + "button": {} } }, "ChannelCard": { @@ -327,9 +322,7 @@ } }, "Widget": { - "button": { - "more": "Vis ett album til" - } + "button": {} } }, "Player": { @@ -419,9 +412,7 @@ } }, "Widget": { - "button": { - "more": "Vis ett album til" - } + "button": {} }, "MobileRow": { "button": { @@ -484,9 +475,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopier" - }, + "button": {}, "help": { "width": "La stå tom for tilfeldig kode" }, @@ -501,17 +490,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Vis ett album til" - }, + "button": {}, "help": { "subscribe": "Ved å slutte å følge dette biblioteket, mister du tilgang til dets innhold." } }, "ChannelsWidget": { - "button": { - "showMore": "Vis ett album til" - } + "button": {} }, "ChannelEntries": { "help": { @@ -536,8 +521,6 @@ }, "title": "Artist", "button": { - "cancel": "Avbryt", - "edit": "Rediger", "play": "Spill av alle album" }, "link": { @@ -567,8 +550,7 @@ } }, "button": { - "filter": "Legg til filter", - "save": "Lagre" + "filter": "Legg til filter" }, "label": { "filter": "Legg til filter for å tilpasse din radiostasjon", @@ -618,7 +600,6 @@ } }, "button": { - "cancel": "Avbryt", "retry": "Bibliotek oppdatert" }, "label": { @@ -650,8 +631,6 @@ "summary": "Kunne ikke lagre endringer" }, "button": { - "cancel": "Avbryt", - "clear": "Tøm", "new": "Send inn en annen forespørsel" }, "header": { @@ -688,14 +667,11 @@ "label": { "search": "Søk" }, - "button": { - "search": "Søk" - } + "button": {} }, "Artists": { "button": { - "upload": "Søk etter noe musikk", - "search": "Søk" + "upload": "Søk etter noe musikk" }, "label": { "search": "Artistnavn" @@ -792,9 +768,7 @@ "browse": "Utforsker artister" }, "button": { - "cancel": "Avbryt", "channel": "Opprett et nytt bibliotek", - "search": "Søk", "feed": "Om Funkwhale" }, "empty": { @@ -845,11 +819,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "Avbryt", - "delete": "Slett", - "edit": "Rediger" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -866,10 +836,7 @@ }, "TrackBase": { "button": { - "cancel": "Avbryt", - "delete": "Slett", "download": "Last ned", - "edit": "Rediger", "play": "Spill av" }, "modal": { @@ -905,7 +872,6 @@ }, "EditCard": { "button": { - "delete": "Slett", "reject": "Avslå" }, "modal": { @@ -1011,7 +977,6 @@ "files": "Én favoritt | { n } favoritter" }, "button": { - "cancel": "Avbryt", "finishLater": "Fullført", "next": "Neste spor", "previous": "Forrige spor", @@ -1054,10 +1019,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Avbryt", - "create": "Opprett import" - }, + "button": {}, "header": { "newAlbum": "Ett album", "newSeries": "Ett album" @@ -1194,18 +1156,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Avbryt", - "confirm": "Bekreft" - }, + "button": {}, "header": { "confirm": "Ønsker du å bekrefte denne handlingen?" } }, "RenderedDescription": { "button": { - "cancel": "Avbryt", - "edit": "Rediger", "more": "Vis ett album til", "update": "Min flotte beskrivelse" }, @@ -1214,9 +1171,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Tøm" - }, + "button": {}, "label": { "search": "Søk" }, @@ -1230,9 +1185,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopier" - }, + "button": {}, "message": { "success": "Tekst kopiert til utklippstavle." } @@ -1252,9 +1205,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Gjenoppfrisk" - } + "button": {} }, "AttachmentInput": { "button": { @@ -1292,9 +1243,7 @@ }, "button": { "addToPlaylist": "Legg til i denne spillelisten", - "addTrack": "Legg til spor", - "cancel": "Avbryt", - "edit": "Rediger" + "addTrack": "Legg til spor" }, "table": { "edit": { @@ -1372,8 +1321,7 @@ }, "Widget": { "button": { - "create": "Opprett spilleliste", - "more": "Vis ett album til" + "create": "Opprett spilleliste" }, "placeholder": { "noPlaylists": "Spilleliste opprettet" @@ -1683,9 +1631,7 @@ "header": { "actions": "Handlinger" }, - "button": { - "confirmDelete": "Slett" - }, + "button": {}, "notApplicable": "I/T" }, "UserRequestCard": { @@ -1797,10 +1743,7 @@ }, "InstancePolicyForm": { "button": { - "cancel": "Avbryt", "create": "Opprett import", - "delete": "Slett", - "confirm": "Slett radiostasjon", "update": "Opplastingsdato" }, "modal": { @@ -1821,9 +1764,7 @@ } }, "NotesThread": { - "button": { - "delete": "Slett" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -1834,9 +1775,7 @@ } }, "InstancePolicyCard": { - "button": { - "edit": "Rediger" - }, + "button": {}, "status": { "enabled": "Skru av tilgang" }, @@ -1966,7 +1905,6 @@ }, "InvitationForm": { "button": { - "clear": "Tøm", "new": "Få en invitasjon" }, "table": { @@ -2014,9 +1952,7 @@ "image": "Nåværende bruk", "error": "Kunne ikke lagre innstillinger" }, - "button": { - "save": "Lagre" - }, + "button": {}, "message": { "success": "Innstillinger oppdatert" } @@ -2030,7 +1966,6 @@ }, "FilterModal": { "button": { - "cancel": "Avbryt", "hide": "Legg til innhold" }, "message": { @@ -2048,7 +1983,6 @@ }, "ReportModal": { "button": { - "cancel": "Avbryt", "submit": "Send inn" }, "header": { @@ -2087,16 +2021,11 @@ "empty": { "noMatch": "Inget samsvarende bibliotek." }, - "button": { - "showMore": "Vis ett album til" - } + "button": {} } }, "SetInstanceModal": { - "button": { - "cancel": "Avbryt", - "submit": "Send inn" - }, + "button": {}, "header": { "chooseInstance": "Velg din instans", "suggestions": "Anbefalte valg" @@ -2107,7 +2036,6 @@ }, "Queue": { "button": { - "clear": "Tøm", "stopRadio": "Stopp radiostasjon" }, "label": { @@ -2143,9 +2071,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopier" - }, + "button": {}, "title": "Vis/skjul passord", "message": { "copy": "Tekst kopiert til utklippstavle." @@ -2154,9 +2080,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Rediger" - } + "button": {} }, "Button": { "startRadio": "Spill spor", @@ -2175,9 +2099,7 @@ "title": "Søk på Wikipedia" } }, - "button": { - "search": "Søk" - } + "button": {} }, "PageNotFound": { "link": { @@ -2227,10 +2149,6 @@ "artistChannel": "Artistnavn" }, "button": { - "cancel": "Avbryt", - "confirm": "Slett", - "delete": "Slett", - "edit": "Rediger", "play": "Spill av", "updateChannel": "Oppdater spilleliste", "upload": "Last opp" @@ -2271,9 +2189,7 @@ "link": { "addNew": "Legg til innhold" }, - "button": { - "cancel": "Avbryt" - }, + "button": {}, "placeholder": { "search": "Filternavn" }, @@ -2403,8 +2319,6 @@ "Form": { "button": { "create": "Opprett bibliotek", - "delete": "Slett", - "confirm": "Slett bibliotek", "update": "Oppdater bibliotek" }, "modal": { @@ -2498,9 +2412,7 @@ "loading": { "remoteLibraries": "Laster fjernbibliotek…" }, - "button": { - "refresh": "Gjenoppfrisk" - }, + "button": {}, "description": { "remoteLibraries": "Bibliotek annensteds hen eies av andre brukere på nettverket. Du kan få tilgang til dem så lenge de er offentlige eller du innvilges tilgang." } @@ -2542,7 +2454,6 @@ "domain": "Registrert siden { date }" }, "button": { - "edit": "Rediger", "upload": "Last opp" }, "title": "Bibliotek", @@ -2644,7 +2555,6 @@ } }, "button": { - "cancel": "Avbryt", "createChannel": "Opprett et nytt bibliotek", "next": "Neste spor", "previous": "Forrige spor" @@ -2906,7 +2816,6 @@ "uploadData": "Opplastingsdato" }, "button": { - "delete": "Slett", "download": "Last ned" }, "modal": { @@ -2933,9 +2842,7 @@ "audioContent": "Legg til innhold", "libraryData": "Bibliotek oppdatert" }, - "button": { - "delete": "Slett" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -2968,10 +2875,7 @@ "tracks": "Spor", "uploads": "Last opp" }, - "button": { - "delete": "Slett", - "edit": "Rediger" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -3005,10 +2909,7 @@ "tracks": "Spor", "uploads": "Last opp" }, - "button": { - "delete": "Slett", - "edit": "Rediger" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?" @@ -3036,9 +2937,7 @@ "artists": "Artister", "tracks": "Spor" }, - "button": { - "delete": "Slett" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -3079,10 +2978,7 @@ "playlists": "Spillelister" } }, - "button": { - "delete": "Slett", - "edit": "Rediger" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?" @@ -3130,9 +3026,7 @@ "audioContent": "Legg til innhold", "channelData": "Instansradiostasjoner" }, - "button": { - "delete": "Slett" - }, + "button": {}, "modal": { "delete": { "header": "Slett dette biblioteket?", @@ -3211,8 +3105,7 @@ }, "button": { "create": "Opprett spilleliste", - "manage": "Behandle dine spillelister", - "search": "Søk" + "manage": "Behandle dine spillelister" }, "placeholder": { "search": "Skriv inn spillelistenavn…" @@ -3229,10 +3122,7 @@ }, "Detail": { "button": { - "cancel": "Avbryt", - "delete": "Slett", "confirm": "Slett spilleliste", - "edit": "Rediger", "playAll": "Spill av alle", "stopEdit": "Stopp radiostasjon" }, @@ -3258,10 +3148,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Slett radiostasjon", - "edit": "Rediger" - }, + "button": {}, "modal": { "delete": { "header": "Ønsker du å slette radiostasjonen \"{ radio }\"?", diff --git a/front/src/locales/nl.json b/front/src/locales/nl.json index 77c93199c..25f884350 100644 --- a/front/src/locales/nl.json +++ b/front/src/locales/nl.json @@ -272,9 +272,7 @@ "approvalRequired": "Als je je recentelijk hebt aangemeld, moet je misschien even wachten voordat ons moderatieteam je account heeft bekeken. Of je moet je e-mailadres verifiëren.", "invalidCredentials": "Controleer of de combinatie van gebruikersnaam en wachtwoord klopt en controleer of je je e-mailadres hebt geverifieerd." }, - "button": { - "login": "Inloggen" - }, + "button": {}, "label": { "password": "Wachtwoord", "username": "Gebruikersnaam of e-mailadres" @@ -323,7 +321,6 @@ "library": "Bibliotheek waar bestanden geïmporteerd zouden moeten worden." }, "button": { - "save": "Opslaan", "scan": "Scan" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Toon meer" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Toon meer" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Niets gevonden" }, - "button": { - "more": "Toon meer" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopiëren" - }, + "button": {}, "help": { "embed": "Kopieer/plak deze HTML-code in je website", "width": "Laat leeg voor een responsieve widget", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Toon meer" - }, + "button": {}, "help": { "subscribe": "Je moet je wellicht abonneren op dit kanaal om de inhoud ervan te zien." } }, "ChannelsWidget": { - "button": { - "showMore": "Toon meer" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Artiest", "button": { - "cancel": "Annuleren", - "edit": "Bewerken", - "embed": "Embedden", "more": "Meer…", "play": "Alle albums afspelen" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Filter toevoegen", - "save": "Opslaan" + "filter": "Filter toevoegen" }, "label": { "filter": "Voeg filters toe om je radio te personaliseren", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Annuleren", "retry": "Gefaalde uploads opnieuw proberen" }, "label": { @@ -840,8 +820,6 @@ "summary": "Een korte samenvatting van je aanpassingen." }, "button": { - "cancel": "Annuleren", - "clear": "Wissen", "reset": "Zet terug naar initiële waarde", "showUnreviewed": "Beperken tot niet-bekeken bewerkingen", "showAll": "Toon alle wijzigingen", @@ -895,14 +873,11 @@ "search": "Zoeken", "tags": "Tags" }, - "button": { - "search": "Zoeken" - } + "button": {} }, "Artists": { "button": { - "upload": "Voeg muziek toe", - "search": "Zoeken" + "upload": "Voeg muziek toe" }, "label": { "search": "Artiestnaam", @@ -1010,9 +985,7 @@ "message": "De metadata bij het bestand zijn ongeldig, of sommige verplichte velden ontbreken." } }, - "button": { - "close": "Sluiten" - }, + "button": {}, "table": { "error": { "debug": "Foutgegevens", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Goedkeuren", - "delete": "Verwijderen", "reject": "Afkeuren" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Podcasts doorbladeren" }, "button": { - "cancel": "Annuleren", "channel": "Maak een nieuw kanaal", - "search": "Zoeken", "subscribe": "Abonneren", "feed": "Abonneren op feed" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Annuleren", - "delete": "Verwijderen…", - "edit": "Bewerken", - "embed": "Embedden", "more": "Meer…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Annuleren", - "delete": "Verwijderen…", "download": "Downloaden", - "edit": "Bewerken", - "embed": "Embedden", "more": "Meer…", "play": "Afspelen" }, @@ -1311,8 +1273,6 @@ "quota": "Resterende opslagruimte:" }, "button": { - "cancel": "Annuleren", - "close": "Sluiten", "finishLater": "Rond later af", "next": "Volgende stap", "previous": "Vorige stap", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Annuleren", - "create": "Aanmaken" - }, + "button": {}, "header": { "newAlbum": "Nieuw album", "newSeries": "Nieuwe series" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Annuleren", - "confirm": "Bevestigen" - }, + "button": {}, "header": { "confirm": "Wil je de actie bevestigen?" } }, "RenderedDescription": { "button": { - "cancel": "Annuleren", - "edit": "Bewerken", "less": "Toon minder", "more": "Toon meer", "update": "Omschrijving bijwerken" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Wissen" - }, + "button": {}, "label": { "search": "Zoeken" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopiëren" - }, + "button": {}, "message": { "success": "Tekst gekopieerd naar het klembord!" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Geen resultaten gevonden." }, - "button": { - "refresh": "Verversen" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Toch toevoegen", "addToPlaylist": "Toevoegen aan deze afspeellijst", - "addTrack": "Nummer toevoegen", - "cancel": "Annuleren", - "edit": "Bewerken" + "addTrack": "Nummer toevoegen" }, "header": { "addToPlaylist": "Toevoegen aan afspeellijst", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Maak afspeellijst", - "more": "Toon meer" + "create": "Maak afspeellijst" }, "placeholder": { "noPlaylists": "Er zijn nog geen afspeellijsten gemaakt" @@ -2148,7 +2091,6 @@ "reportedObject": "Gemeldde object" }, "button": { - "confirmDelete": "Verwijderen", "delete": "Verwijder gemeld object", "resolve": "Oplossen", "unresolve": "Niet opgelost" @@ -2228,10 +2170,7 @@ "isActive": "Gebruik deze instelling om tijdelijk het beleid in en uit te schakelen zonder het helemaal te verwijderen." }, "button": { - "cancel": "Annuleren", "create": "Aanmaken", - "delete": "Verwijderen", - "confirm": "Moderatie-regel verwijderen", "update": "Update" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Reden", "rejectMedia": "Media afkeuren" }, - "button": { - "edit": "Bewerken" - }, + "button": {}, "status": { "enabled": "Ingeschakeld", "paused": "Gepauzeerd" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Sluiten", "show": "Moderatieregels…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Verwijderen" - }, + "button": {}, "modal": { "delete": { "header": "Deze notitie verwijderen?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Wissen", "new": "Nieuwe uitnodiging aanvragen" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Huidige afbeelding", "error": "Fout tijdens opslaan van instellingen" }, - "button": { - "save": "Opslaan" - }, + "button": {}, "message": { "success": "De instellingen zijn bijgewerkt." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Fout bij indienen van melding" }, "button": { - "cancel": "Annuleren", "submit": "Rapport indienen" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Annuleren", "hide": "Inhoud verbergen" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Sluiten", "reload": "Sluiten en pagina vernieuwen" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Geen overeenkomende bibliotheek." }, - "button": { - "showMore": "Toon meer" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Deselecteer zoekbalk" } }, - "button": { - "close": "Sluiten" - }, + "button": {}, "header": { "modal": "Sneltoetsen" } }, "SetInstanceModal": { - "button": { - "cancel": "Annuleren", - "submit": "Indienen" - }, + "button": {}, "header": { "chooseInstance": "Kies je server", "failure": "Het is niet mogelijk om verbinding te maken met de opgegeven URL", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Wissen", - "close": "Sluiten", "stopRadio": "Radio stoppen" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopiëren" - }, + "button": {}, "title": "Wachtwoord tonen/verbergen", "message": { "copy": "Tekst gekopieerd naar het klembord!" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Bewerken" - } + "button": {} }, "Button": { "startRadio": "Radio afspelen", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fediverse", - "rss": "RSS", - "search": "Zoeken" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Podcastkanaal" }, "button": { - "cancel": "Annuleren", - "confirm": "Verwijderen", - "delete": "Verwijderen…", - "edit": "Bewerken…", - "embed": "Embedden", "play": "Afspelen", "updateChannel": "Kanaal bijwerken", "upload": "Uploaden" @@ -2960,7 +2869,6 @@ "addNew": "Nieuwe toevoegen" }, "button": { - "cancel": "Annuleren", "subscribe": "Abonneren" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Bibliotheek maken", - "delete": "Verwijderen", - "confirm": "Bibliotheek verwijderen", "update": "Verzameling bijwerken" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Externe bibliotheken aan het laden…" }, - "button": { - "refresh": "Verversen" - }, + "button": {}, "description": { "remoteLibraries": "Externe bibliotheken worden beheerd door andere gebruikers op het netwerk. Je kunt ze gebruiken als ze publiek toegankelijk zijn of je toegang hebt gekregen." } @@ -3255,7 +3159,6 @@ "domain": "Op { domain } bekijken" }, "button": { - "edit": "Bewerken", "upload": "Uploaden" }, "title": "Bibliotheek", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Annuleren", "createChannel": "Maak kanaal", "next": "Volgende stap", "previous": "Vorige stap" @@ -3748,7 +3650,6 @@ "uploadData": "Uploaddatum" }, "button": { - "delete": "Verwijderen", "download": "Downloaden" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Volgers" } }, - "button": { - "delete": "Verwijderen" - }, + "button": {}, "modal": { "delete": { "header": "Deze bibliotheek verwijderen?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Verwijderen", - "edit": "Bewerken", "remoteRefresh": "Vernieuwd door externe server" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Verwijderen", - "edit": "Bewerken", "remoteRefresh": "Vernieuwd door externe server" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Nummers", "django": "Kijk in Django's admin" }, - "button": { - "delete": "Verwijderen" - }, + "button": {}, "modal": { "delete": { "header": "Deze tag verwijderen?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Verwijderen", - "edit": "Bewerken", "remoteRefresh": "Vernieuwd door externe server" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Kanaalgegevens" }, "button": { - "delete": "Verwijderen", "openRemote": "Open extern profiel", "refresh": "Vernieuwd door externe server" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Maak een afspeellijst", - "manage": "Beheer je afspeellijsten", - "search": "Zoeken" + "manage": "Beheer je afspeellijsten" }, "placeholder": { "search": "Voer een afspeellijsttitel in…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Annuleren", - "delete": "Verwijderen", "confirm": "Afspeellijst verwijderen", - "edit": "Bewerken", - "embed": "Embedden", "playAll": "Alles afspelen", "stopEdit": "Bewerken stoppen" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Radiostation verwijderen", - "edit": "Bewerken…" - }, + "button": {}, "modal": { "delete": { "header": "Weet je zeker dat je het radiostation \"{ radio }\" wilt verwijderen?", diff --git a/front/src/locales/oc.json b/front/src/locales/oc.json index e90f3d311..f90ce3de8 100644 --- a/front/src/locales/oc.json +++ b/front/src/locales/oc.json @@ -272,9 +272,7 @@ "approvalRequired": "Se vos sètz marcat fa pas gaire, benlèu que vos cal esperar que nòstra còla de moderacion repasse vòstre compte, o verifique vòstra adreça electronica.", "invalidCredentials": "Mercés de verificar que lo nom d’utilizaire e lo senhal son corrèctes e asseguratz-vos d’aver verificat vòstre corrièl." }, - "button": { - "login": "Connexion" - }, + "button": {}, "label": { "password": "Senhal", "username": "Nom d’utilizaire o corrièl" @@ -323,7 +321,6 @@ "library": "Bibliotèca ont los fichièrs devon èsser importats." }, "button": { - "save": "Enregistrar", "scan": "Explorar" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Ne veire mai" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Ne veire mai" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Cap de resultat pas trobat" }, - "button": { - "more": "Ne veire mai" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copiar" - }, + "button": {}, "help": { "embed": "Copiatz / Pegatz aqueste còdi al vòstre site HTML", "width": "Daissar void per un widget adaptatiu", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Ne veire mai" - }, + "button": {}, "help": { "subscribe": "Vos cal benlèu vos abonar a aquesta cadena per ne veire lo contengut." } }, "ChannelsWidget": { - "button": { - "showMore": "Ne veire mai" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Artista", "button": { - "cancel": "Anullar", - "edit": "Modificar", - "embed": "Integrar", "more": "Mai…", "play": "Legir totes los albums" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Ajustar lo filtre", - "save": "Enregistrar" + "filter": "Ajustar lo filtre" }, "label": { "filter": "Ajustar de filtres per dire de personalizar vòstra ràdio", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Anullar", "retry": "Tornar ensajar los mandadisses fracassats" }, "label": { @@ -840,8 +820,6 @@ "summary": "Una descripcion pichona per explicar vòstres cambiaments." }, "button": { - "cancel": "Anullar", - "clear": "Escafar", "reset": "Tornar a la valor iniciala", "showUnreviewed": "Restrénher a las modificacions pas repassadas", "showAll": "Mostrar totas las modificacions", @@ -895,14 +873,11 @@ "search": "Recercar", "tags": "Etiquetas" }, - "button": { - "search": "Recercar" - } + "button": {} }, "Artists": { "button": { - "upload": "Ajustar musica", - "search": "Recercar" + "upload": "Ajustar musica" }, "label": { "search": "Nom de l’artista", @@ -1010,9 +985,7 @@ "message": "La metadonada inclusa al fichièr es invalida o de camps obligatòris son absents." } }, - "button": { - "close": "Tampar" - }, + "button": {}, "table": { "error": { "debug": "Informacions de debug", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Validar", - "delete": "Suprimir", "reject": "Regetar" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Percórrer los Podcasts" }, "button": { - "cancel": "Anullar", "channel": "Crear una cadena", - "search": "Recercar", "subscribe": "S’abonar", "feed": "S’abonar al flux RSS" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Anullar", - "delete": "Suprimir…", - "edit": "Modificar", - "embed": "Integrar", "more": "Mai…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Anullar", - "delete": "Suprimir…", "download": "Telecargar", - "edit": "Modificar", - "embed": "Integrar", "more": "Mai…", "play": "Legir" }, @@ -1311,8 +1273,6 @@ "quota": "Espaci liure restant :" }, "button": { - "cancel": "Anullar", - "close": "Tampar", "finishLater": "Acabar mai tard", "next": "Etapa seguenta", "previous": "Etapa precedenta", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Anullar", - "create": "Crear" - }, + "button": {}, "header": { "newAlbum": "Album novèl", "newSeries": "Nòvas serias" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Anullar", - "confirm": "Confirmar" - }, + "button": {}, "header": { "confirm": "Volètz confirmar aquesta accion ?" } }, "RenderedDescription": { "button": { - "cancel": "Anullar", - "edit": "Modificar", "less": "Ne veire mens", "more": "Ne veire mai", "update": "Actualizar la descripcion" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Escafar" - }, + "button": {}, "label": { "search": "Recercar" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "message": { "success": "Tèxte copiat al quichapapièr !" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Cap de resultat pas trobat." }, - "button": { - "refresh": "Actualizar" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Ajustar pr’aquò", "addToPlaylist": "Ajustar a aquesta lista de lectura", - "addTrack": "Ajustar una pista", - "cancel": "Anullar", - "edit": "Modificar" + "addTrack": "Ajustar una pista" }, "header": { "addToPlaylist": "Ajustar a la lista de lectura", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Crear una lista de lectura", - "more": "Ne veire mai" + "create": "Crear una lista de lectura" }, "placeholder": { "noPlaylists": "Cap de lista de lectura creada pel moment" @@ -2148,7 +2091,6 @@ "reportedObject": "Objècte senhalat" }, "button": { - "confirmDelete": "Suprimir", "delete": "Escafar l’objècte senhalat", "resolve": "Resòlver", "unresolve": "Pas resolgut" @@ -2228,10 +2170,7 @@ "isActive": "Utilizatz aqueste paramètre per activar/desactivar temporàriament la règla sens la suprimir complètament." }, "button": { - "cancel": "Anullar", "create": "Crear", - "delete": "Suprimir", - "confirm": "Suprimir la règla de moderacion", "update": "Actualizar" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Rason", "rejectMedia": "Regetar lo mèdia" }, - "button": { - "edit": "Modificar" - }, + "button": {}, "status": { "enabled": "Activada", "paused": "En pausa" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Tampar", "show": "Règlas de moderacion…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir aqueste nòta ?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Escafar", "new": "Obténer una novèla invitacion" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Imatge actual", "error": "Error en enregistrar los paramètres" }, - "button": { - "save": "Enregistrar" - }, + "button": {}, "message": { "success": "Paramètres corrèctament modificats." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Error en enviar lo senhalament" }, "button": { - "cancel": "Anullar", "submit": "Enviar" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Anullar", "hide": "Amagar lo contengut" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Tampar", "reload": "Tampar e tornar cargar la pagina" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Cap de bibliotèca correspondenta." }, - "button": { - "showMore": "Ne veire mai" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Sortir de la recèrca" } }, - "button": { - "close": "Tampar" - }, + "button": {}, "header": { "modal": "Acorchis clavièr" } }, "SetInstanceModal": { - "button": { - "cancel": "Anullar", - "submit": "Validar" - }, + "button": {}, "header": { "chooseInstance": "Causissètz vòstra instància", "failure": "Connexion impossibla a l’URL donada", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Escafar", - "close": "Tampar", "stopRadio": "Arrestar la ràdio" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "title": "Mostrar/amagar lo senhal", "message": { "copy": "Tèxte copiat al quichapapièr !" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Modificar" - } + "button": {} }, "Button": { "startRadio": "Legir la pista", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fedivers", - "rss": "RSS", - "search": "Recercar" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Cadena del podcast" }, "button": { - "cancel": "Anullar", - "confirm": "Suprimir", - "delete": "Suprimir…", - "edit": "Modificar…", - "embed": "Integrar", "play": "Legir", "updateChannel": "Actualizar la cadena", "upload": "Enviar" @@ -2960,7 +2869,6 @@ "addNew": "Ajustar nòu" }, "button": { - "cancel": "Anullar", "subscribe": "S’abonar" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Crear una bibliotèca", - "delete": "Suprimir", - "confirm": "Suprimir la bibliotèca", "update": "Actualizar la bibliotèca" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Cargament de las bibliotècas alonhadas…" }, - "button": { - "refresh": "Actualizar" - }, + "button": {}, "description": { "remoteLibraries": "Las bibliotècas alonhadas apertenon a d’autres utilizaires del malhum. I podètz accedir tant que sián publicas o qu’ajatz l’autorizacion." } @@ -3255,7 +3159,6 @@ "domain": "Veire sus { domain }" }, "button": { - "edit": "Modificar", "upload": "Mandadís" }, "title": "Bibliotèca", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Anullar", "createChannel": "Crear una cadena", "next": "Etapa seguenta", "previous": "Etapa precedenta" @@ -3748,7 +3650,6 @@ "uploadData": "Data de mandadís" }, "button": { - "delete": "Suprimir", "download": "Telecargar" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Seguidors" } }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir aquesta bibliotèca ?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Modificar", "remoteRefresh": "Actualizar del servidor alonhat estant" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Modificar", "remoteRefresh": "Actualizar del servidor alonhat estant" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Pistas", "django": "Veire sul panèl d’admin de Django" }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Suprimir aquesta etiqueta ?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Suprimir", - "edit": "Modificar", "remoteRefresh": "Actualizar del servidor alonhat estant" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Donadas de la cadena" }, "button": { - "delete": "Suprimir", "openRemote": "Dobrir lo perfil alonhat", "refresh": "Actualizar del servidor alonhat estant" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Crear una lista de lectura", - "manage": "Gerir vòstras listas de lectura", - "search": "Recercar" + "manage": "Gerir vòstras listas de lectura" }, "placeholder": { "search": "Escrivètz un nom de lista de lectura…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Anullar", - "delete": "Suprimir", "confirm": "Suprimir la lista de lectura", - "edit": "Modificar", - "embed": "Integrar", "playAll": "O legir tot", "stopEdit": "Arrestar la modificacion" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Suprimir la ràdio", - "edit": "Modificar…" - }, + "button": {}, "modal": { "delete": { "header": "Volètz suprimir la ràdio « { playlist } » ?", diff --git a/front/src/locales/pl.json b/front/src/locales/pl.json index 910ec87d2..f1a8bd456 100644 --- a/front/src/locales/pl.json +++ b/front/src/locales/pl.json @@ -272,9 +272,7 @@ "approvalRequired": "Jeżeli niedawno się rejestrowałeś, może być koniecznie odczekanie, aż zespół moderujący rozpatrzy twoją aplikację.", "invalidCredentials": "Upewnij się, że Twoja kombinacja nazwy użytkownika i hasła są poprawne oraz zweryfikuj poprawność adresu e-mail." }, - "button": { - "login": "Zaloguj się" - }, + "button": {}, "label": { "password": "Hasło", "username": "Nazwa użytkownika lub adres e-mail" @@ -323,7 +321,6 @@ "library": "Biblioteka, do której pliki powinny zostać zaimportowane." }, "button": { - "save": "Zapisz", "scan": "Skanuj" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Pokaż więcej" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Pokaż więcej" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Niczego tu nie ma" }, - "button": { - "more": "Pokaż więcej" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Kopiuj" - }, + "button": {}, "help": { "embed": "Wklej ten kod do źródła HTML swojej strony internetowej", "width": "Pozostaw puste, aby uzyskać elastyczny widget", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Pokaż więcej" - }, + "button": {}, "help": { "subscribe": "Powinieneś śledzić ten kanał, aby zobaczyć jego zawartość." } }, "ChannelsWidget": { - "button": { - "showMore": "Pokaż więcej" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Wykonawca", "button": { - "cancel": "Anuluj", - "edit": "Edytuj", - "embed": "Osadź", "more": "Więcej…", "play": "Odtwarzaj wszystkie albumy" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Dodaj filtr", - "save": "Zapisz" + "filter": "Dodaj filtr" }, "label": { "filter": "Dodaj filtry, aby dostosować swoją stację radiową", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Anuluj", "retry": "Spróbuj przesłać ponownie nieudane" }, "label": { @@ -840,8 +820,6 @@ "summary": "Kilka słów opisujących twoje zmiany." }, "button": { - "cancel": "Anuluj", - "clear": "Wyczyść", "reset": "Przywróć wartość domyślną", "showUnreviewed": "Ogranicz do nierozpatrzonych edycji", "showAll": "Pokaż wszystkie edycje", @@ -895,14 +873,11 @@ "search": "Szukaj", "tags": "Tagi" }, - "button": { - "search": "Szukaj" - } + "button": {} }, "Artists": { "button": { - "upload": "Dodaj trochę muzyki", - "search": "Szukaj" + "upload": "Dodaj trochę muzyki" }, "label": { "search": "Nazwa wykonawcy", @@ -1010,9 +985,7 @@ "message": "Metadane zawarte w tym pliku są nieprawidłowe lub brakuje części wymaganych informacji." } }, - "button": { - "close": "Zamknij" - }, + "button": {}, "table": { "error": { "debug": "Informacje dla programistów", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Zatwierdź", - "delete": "Usuń", "reject": "Odrzuć" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Przeglądaj podcasty" }, "button": { - "cancel": "Anuluj", "channel": "Utwórz nowy kanał", - "search": "Szukaj", "subscribe": "Obserwuj", "feed": "Zasubskrybuj kanał RSS" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Anuluj", - "delete": "Usuń…", - "edit": "Edytuj", - "embed": "Osadź", "more": "Więcej…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Anuluj", - "delete": "Usuń…", "download": "Pobierz", - "edit": "Edytuj", - "embed": "Osadź", "more": "Więcej…", "play": "Odtwarzaj" }, @@ -1311,8 +1273,6 @@ "quota": "Pozostałe wolne miejsce:" }, "button": { - "cancel": "Anuluj", - "close": "Zamknij", "finishLater": "Ukończ później", "next": "Następny krok", "previous": "Poprzedni krok", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Anuluj", - "create": "Utwórz" - }, + "button": {}, "header": { "newAlbum": "Nowy album", "newSeries": "Nowy serial" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Anuluj", - "confirm": "Potwierdź" - }, + "button": {}, "header": { "confirm": "Czy chcesz potwierdzić to działanie?" } }, "RenderedDescription": { "button": { - "cancel": "Anuluj", - "edit": "Edytuj", "less": "Pokaż mniej", "more": "Pokaż więcej", "update": "Zapisz opis" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Wyczyść" - }, + "button": {}, "label": { "search": "Szukaj" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Kopiuj" - }, + "button": {}, "message": { "success": "Skopiowano tekst do schowka!" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Nic nie znaleziono." }, - "button": { - "refresh": "Odśwież" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Dodaj mimo to", "addToPlaylist": "Dodaj do tej listy odtwarzania", - "addTrack": "Dodaj utwór", - "cancel": "Anuluj", - "edit": "Edytuj" + "addTrack": "Dodaj utwór" }, "header": { "addToPlaylist": "Dodaj do listy odtwarzania", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Utwórz listę odtwarzania", - "more": "Pokaż więcej" + "create": "Utwórz listę odtwarzania" }, "placeholder": { "noPlaylists": "Nie utworzono jeszcze żadnej listy odtwarzania" @@ -2148,7 +2091,6 @@ "reportedObject": "Zgłoszony obiekt" }, "button": { - "confirmDelete": "Usuń", "delete": "Usuń zgłoszony obiekt", "resolve": "Rozwiąż", "unresolve": "Cofnij rozwiązanie" @@ -2228,10 +2170,7 @@ "isActive": "Użyj tego ustawienia, aby tymczasowo włączyć/wyłączyć politykę zarazem nie usuwając jej całkowicie." }, "button": { - "cancel": "Anuluj", "create": "Utwórz", - "delete": "Usuń", - "confirm": "Usuń regułę moderacyjną", "update": "Zapisz" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Powód", "rejectMedia": "Odrzuć media" }, - "button": { - "edit": "Edytuj" - }, + "button": {}, "status": { "enabled": "Włączone", "paused": "Wstrzymane" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Zamknij", "show": "Reguły moderacyjne…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Usuń" - }, + "button": {}, "modal": { "delete": { "header": "Usunąć tę notatkę?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Wyczyść", "new": "Uzyskaj nowe zaproszenie" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Aktualny obraz", "error": "Wystąpił błąd podczas zapisywania ustawień" }, - "button": { - "save": "Zapisz" - }, + "button": {}, "message": { "success": "Pomyślnie zapisano ustawienia." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Wystąpił błąd podczas przesyłania zgłoszenia" }, "button": { - "cancel": "Anuluj", "submit": "Prześlij zgłoszenie" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Anuluj", "hide": "Ukryj zawartość" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Zamknij", "reload": "Zamknij i odśwież stronę" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Nie znaleziono pasującej biblioteki." }, - "button": { - "showMore": "Pokaż więcej" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Dezaktywuj pasek wyszukiwania" } }, - "button": { - "close": "Zamknij" - }, + "button": {}, "header": { "modal": "Skróty klawiszowe" } }, "SetInstanceModal": { - "button": { - "cancel": "Anuluj", - "submit": "Prześlij" - }, + "button": {}, "header": { "chooseInstance": "Wybierz instancję", "failure": "Nie można połączyć się z podanym adresem URL", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Wyczyść", - "close": "Zamknij", "stopRadio": "Zatrzymaj radio" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Kopiuj" - }, + "button": {}, "title": "Pokaż/ukryj hasło", "message": { "copy": "Skopiowano tekst do schowka!" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Edytuj" - } + "button": {} }, "Button": { "startRadio": "Odtwarzaj stację radiową", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Fediverse", - "rss": "Kanał RSS", - "search": "Szukaj" + "rss": "Kanał RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Kanał podcastowy" }, "button": { - "cancel": "Anuluj", - "confirm": "Usuń", - "delete": "Usuń…", - "edit": "Edytuj…", - "embed": "Osadź", "play": "Odtwarzaj", "updateChannel": "Zapisz kanał", "upload": "Prześlij pliki" @@ -2960,7 +2869,6 @@ "addNew": "Dodaj" }, "button": { - "cancel": "Anuluj", "subscribe": "Obserwuj" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Utwórz bibliotekę", - "delete": "Usuń", - "confirm": "Usuń bibliotekę", "update": "Zapisz bibliotekę" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Ładowanie zdalnych bibliotek…" }, - "button": { - "refresh": "Odśwież" - }, + "button": {}, "description": { "remoteLibraries": "Zdalne biblioteki należą do użytkowników innych instancji. Możesz uzyskać do nich dostęp jeżeli został Ci on przyznany lub jeżeli są publiczne." } @@ -3255,7 +3159,6 @@ "domain": "Zobacz na { domain }" }, "button": { - "edit": "Edytuj", "upload": "Prześlij pliki" }, "title": "Biblioteka", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Anuluj", "createChannel": "Utwórz kanał", "next": "Następny krok", "previous": "Poprzedni krok" @@ -3748,7 +3650,6 @@ "uploadData": "Data przesłania" }, "button": { - "delete": "Usuń", "download": "Pobierz" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Obserwatorzy" } }, - "button": { - "delete": "Usuń" - }, + "button": {}, "modal": { "delete": { "header": "Usunąć tę bibliotekę?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Usuń", - "edit": "Edytuj", "remoteRefresh": "Odśwież z serwera zdalnego" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Usuń", - "edit": "Edytuj", "remoteRefresh": "Odśwież z serwera zdalnego" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Utwory", "django": "Zobacz w panelu administracyjnym Django" }, - "button": { - "delete": "Usuń" - }, + "button": {}, "modal": { "delete": { "header": "Usunąć ten tag?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Usuń", - "edit": "Edytuj", "remoteRefresh": "Odśwież z serwera zdalnego" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Dane kanału" }, "button": { - "delete": "Usuń", "openRemote": "Otwórz profil zdalny", "refresh": "Odśwież z serwera zdalnego" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Utwórz listę odtwarzania", - "manage": "Zarządzaj swoimi listami odtwarzania", - "search": "Szukaj" + "manage": "Zarządzaj swoimi listami odtwarzania" }, "placeholder": { "search": "Wprowadź nazwę listy odtwarzania…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Anuluj", - "delete": "Usuń", "confirm": "Usuń listę odtwarzania", - "edit": "Edytuj", - "embed": "Osadź", "playAll": "Odtwarzaj wszystkie", "stopEdit": "Przestań edytować" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Usuń stację radiową", - "edit": "Edytuj…" - }, + "button": {}, "modal": { "delete": { "header": "Czy chcesz usunąć stację radiową „{ radio }”?", diff --git a/front/src/locales/pt_BR.json b/front/src/locales/pt_BR.json index 632b63177..08d474556 100644 --- a/front/src/locales/pt_BR.json +++ b/front/src/locales/pt_BR.json @@ -262,9 +262,7 @@ "placeholder": { "username": "Insira seu nome de usuário ou e-mail" }, - "button": { - "login": "Entrada" - }, + "button": {}, "label": { "password": "Senha", "username": "Nome de usuário ou e-mail" @@ -310,7 +308,6 @@ "failure": "Erro ao salvar configurações" }, "button": { - "save": "Salvar", "scan": "Varredura completa" } } @@ -399,9 +396,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais" - } + "button": {} } }, "ChannelCard": { @@ -423,9 +418,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais" - } + "button": {} } }, "Player": { @@ -527,9 +520,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais" - } + "button": {} }, "MobileRow": { "button": { @@ -604,9 +595,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Copiar" - }, + "button": {}, "help": { "embed": "Copie e cole este código HTML em seu site", "width": "Deixar vazio para um widget responsivo", @@ -634,17 +623,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostrar mais" - }, + "button": {}, "help": { "subscribe": "Pode ser necessário se inscrever neste canal para ver o seu conteúdo." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostrar mais" - } + "button": {} }, "ChannelEntries": { "help": { @@ -669,9 +654,6 @@ }, "title": "Artista", "button": { - "cancel": "Cancelar", - "edit": "Editar", - "embed": "Incorporar", "more": "Mais…", "play": "Tocar todos os álbuns" }, @@ -709,8 +691,7 @@ } }, "button": { - "filter": "Adicionar filtro", - "save": "Salvar" + "filter": "Adicionar filtro" }, "label": { "filter": "Adicionar filtros para personalizar sua rádio", @@ -761,7 +742,6 @@ } }, "button": { - "cancel": "Cancelar", "retry": "Reenviar" }, "label": { @@ -796,8 +776,6 @@ "summary": "Ocorreu um erro ao salvar suas alterações." }, "button": { - "cancel": "Cancelar", - "clear": "Limpar", "reset": "Redefinir para o valor inicial", "showUnreviewed": "Mostrar apenas edições não revisadas", "showAll": "Mostrar todas as edições", @@ -851,14 +829,11 @@ "search": "Pesquisar", "tags": "Tags" }, - "button": { - "search": "Pesquisar" - } + "button": {} }, "Artists": { "button": { - "upload": "Adicionar música", - "search": "Pesquisar" + "upload": "Adicionar música" }, "label": { "search": "Nome do(a) artista", @@ -962,9 +937,7 @@ "message": "Os metadados incluídos no arquivo são inválidos ou alguns campos obrigatórios estão faltando." } }, - "button": { - "close": "Fechar" - }, + "button": {}, "table": { "error": { "debug": "Informação de depuração", @@ -991,7 +964,6 @@ "EditCard": { "button": { "approve": "Aprovar", - "delete": "Excluir", "reject": "Recusar" }, "status": { @@ -1038,9 +1010,7 @@ "browse": "Explorando artistas" }, "button": { - "cancel": "Cancelar", "channel": "Criar canal", - "search": "Pesquisar", "feed": "Inscreva-se em Funkwhale" }, "empty": { @@ -1095,10 +1065,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Cancelar", - "delete": "Excluir…", - "edit": "Editar", - "embed": "Incorporar", "more": "Mais…" }, "modal": { @@ -1122,11 +1088,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancelar", - "delete": "Excluir…", "download": "Baixar", - "edit": "Editar", - "embed": "Incorporar", "more": "Mais…", "play": "Tocar" }, @@ -1254,8 +1216,6 @@ "quota": "Armazenamento disponível:" }, "button": { - "cancel": "Cancelar", - "close": "Fechar", "finishLater": "Finalizar depois", "next": "Próximo", "previous": "Anterior", @@ -1311,10 +1271,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancelar", - "create": "Criar" - }, + "button": {}, "header": { "newAlbum": "Novo álbum", "newSeries": "Novo álbum" @@ -1473,18 +1430,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancelar", - "confirm": "Confirmar" - }, + "button": {}, "header": { "confirm": "Você deseja confirmar esta ação?" } }, "RenderedDescription": { "button": { - "cancel": "Cancelar", - "edit": "Editar", "less": "Mostrar menos", "more": "Mostrar mais", "update": "Atualizar descrição" @@ -1497,9 +1449,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Limpar" - }, + "button": {}, "label": { "search": "Pesquisar" }, @@ -1514,9 +1464,7 @@ } }, "CopyInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "message": { "success": "Texto copiado para a área de transferência!" } @@ -1531,9 +1479,7 @@ "header": { "noResults": "Sem resultados." }, - "button": { - "refresh": "Atualizar" - } + "button": {} }, "ContentForm": { "empty": { @@ -1578,9 +1524,7 @@ "button": { "addDuplicate": "Adicionar assim mesmo", "addToPlaylist": "Adicionar a esta lista", - "addTrack": "Adicionar faixa", - "cancel": "Cancelar", - "edit": "Editar" + "addTrack": "Adicionar faixa" }, "header": { "addToPlaylist": "Adicionar à lista", @@ -1669,8 +1613,7 @@ }, "Widget": { "button": { - "create": "Criar lista", - "more": "Mostrar mais" + "create": "Criar lista" }, "placeholder": { "noPlaylists": "Sem listas" @@ -2047,7 +1990,6 @@ "reportedObject": "Objeto denunciado" }, "button": { - "confirmDelete": "Excluir", "delete": "Excluir objeto denunciado", "resolve": "Resolver", "unresolve": "Desfazer resolução" @@ -2123,10 +2065,7 @@ "isActive": "Usar essa configuração ativa/desativa as regras sem removê-las." }, "button": { - "cancel": "Cancelar", "create": "Criar", - "delete": "Excluir", - "confirm": "Excluir regra de moderação", "update": "Atualizar" }, "modal": { @@ -2248,9 +2187,7 @@ "reason": "Motivo", "rejectMedia": "Recusar mídia" }, - "button": { - "edit": "Editar" - }, + "button": {}, "status": { "enabled": "Ativado", "paused": "Pausado" @@ -2261,7 +2198,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Fechar", "show": "Regra de moderação…" }, "modal": { @@ -2274,9 +2210,7 @@ } }, "NotesThread": { - "button": { - "delete": "Excluir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir este comentário?", @@ -2410,7 +2344,6 @@ }, "InvitationForm": { "button": { - "clear": "Limpar", "new": "Solicitar novo convite" }, "table": { @@ -2469,9 +2402,7 @@ "image": "Imagem atual", "error": "Erro ao salvar configurações" }, - "button": { - "save": "Salvar" - }, + "button": {}, "message": { "success": "As configurações foram atualizadas." } @@ -2493,7 +2424,6 @@ "submissionFailure": "Erro ao enviar denúncia" }, "button": { - "cancel": "Cancelar", "submit": "Enviar denúncia" }, "label": { @@ -2513,7 +2443,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancelar", "hide": "Ocultar conteúdo" }, "message": { @@ -2563,7 +2492,6 @@ } }, "button": { - "close": "Fechar", "reload": "Fechar e atualizar a página" }, "header": { @@ -2583,9 +2511,7 @@ "empty": { "noMatch": "Nenhuma biblioteca encontrada." }, - "button": { - "showMore": "Mostrar mais" - } + "button": {} } }, "ShortcutsModal": { @@ -2615,18 +2541,13 @@ "unfocus": "Desfocar a barra de pesquisa" } }, - "button": { - "close": "Fechar" - }, + "button": {}, "header": { "modal": "Atalhos de teclado" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancelar", - "submit": "Enviar" - }, + "button": {}, "header": { "chooseInstance": "Escolha sua instância", "failure": "Não foi possível entrar neste link", @@ -2646,8 +2567,6 @@ }, "Queue": { "button": { - "clear": "Limpar", - "close": "Fechar", "stopRadio": "Parar rádio" }, "label": { @@ -2678,9 +2597,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Copiar" - }, + "button": {}, "title": "Mostrar/ocultar senha", "message": { "copy": "Texto copiado para a área de transferência!" @@ -2689,9 +2606,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editar" - } + "button": {} }, "Button": { "startRadio": "Tocar faixa", @@ -2712,9 +2627,7 @@ "fieldLabel": "Localização do canal" } }, - "button": { - "search": "Pesquisar" - }, + "button": {}, "warning": { "unsupported": "Tipo de objeto ainda não suportado" }, @@ -2772,11 +2685,6 @@ "artistChannel": "Canal do artista" }, "button": { - "cancel": "Cancelar", - "confirm": "Excluir", - "delete": "Excluir…", - "edit": "Editar…", - "embed": "Incorporar", "play": "Tocar", "updateChannel": "Atualizar canal", "upload": "Enviar" @@ -2822,9 +2730,7 @@ "link": { "addNew": "Adicionar novo" }, - "button": { - "cancel": "Cancelar" - }, + "button": {}, "placeholder": { "search": "Filtrar por nome…" }, @@ -2962,8 +2868,6 @@ "Form": { "button": { "create": "Criar biblioteca", - "delete": "Excluir", - "confirm": "Excluir biblioteca", "update": "Atualizar biblioteca" }, "modal": { @@ -3061,9 +2965,7 @@ "loading": { "remoteLibraries": "Carregando bibliotecas remotas…" }, - "button": { - "refresh": "Atualizar" - }, + "button": {}, "description": { "remoteLibraries": "Bibliotecas remotas são de outros usuários da rede. Você pode vê-las desde que você tenha permissão ou sejam públicas." } @@ -3112,7 +3014,6 @@ "domain": "Encaminhar para { domain}" }, "button": { - "edit": "Editar", "upload": "Enviar" }, "title": "Biblioteca", @@ -3224,7 +3125,6 @@ } }, "button": { - "cancel": "Cancelar", "createChannel": "Criar canal", "next": "Próximo", "previous": "Anterior" @@ -3597,7 +3497,6 @@ "uploadData": "Data de envio" }, "button": { - "delete": "Excluir", "download": "Baixar" }, "modal": { @@ -3643,9 +3542,7 @@ "followers": "Seguidores" } }, - "button": { - "delete": "Excluir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?", @@ -3695,8 +3592,6 @@ } }, "button": { - "delete": "Excluir", - "edit": "Editar", "remoteRefresh": "Atualizar a partir de um servidor remoto" }, "modal": { @@ -3749,8 +3644,6 @@ } }, "button": { - "delete": "Excluir", - "edit": "Editar", "remoteRefresh": "Atualizar a partir de um servidor remoto" }, "modal": { @@ -3778,9 +3671,7 @@ "tracks": "Faixas", "django": "Ver administração Django" }, - "button": { - "delete": "Excluir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta tag?", @@ -3839,8 +3730,6 @@ } }, "button": { - "delete": "Excluir", - "edit": "Editar", "remoteRefresh": "Atualizar a partir de um servidor remoto" }, "modal": { @@ -3909,7 +3798,6 @@ "channelData": "Dados do canal" }, "button": { - "delete": "Excluir", "openRemote": "Abrir perfil remoto", "refresh": "Atualizar a partir de um servidor remoto" }, @@ -4008,8 +3896,7 @@ }, "button": { "create": "Criar uma lista", - "manage": "Gerenciar suas listas", - "search": "Pesquisar" + "manage": "Gerenciar suas listas" }, "placeholder": { "search": "Insira o nome da lista…" @@ -4026,11 +3913,7 @@ }, "Detail": { "button": { - "cancel": "Cancelar", - "delete": "Excluir", "confirm": "Excluir lista", - "edit": "Editar", - "embed": "Incorporar", "playAll": "Tocar tudo", "stopEdit": "Parar edição" }, @@ -4059,10 +3942,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Excluir rádio", - "edit": "Editar…" - }, + "button": {}, "modal": { "delete": { "header": "Você deseja excluir a rádio \"{ radio }\"?", diff --git a/front/src/locales/pt_PT.json b/front/src/locales/pt_PT.json index 0d19d4934..5cc8d191c 100644 --- a/front/src/locales/pt_PT.json +++ b/front/src/locales/pt_PT.json @@ -188,9 +188,7 @@ "placeholder": { "username": "Indicar seu nome de usuário ou email" }, - "button": { - "login": "Entrar" - }, + "button": {}, "label": { "password": "Palavra-passe", "username": "Nome de usuário ou email" @@ -248,7 +246,6 @@ "failure": "Erro ao salvar configurações" }, "button": { - "save": "Salvar", "scan": "Analisado" } } @@ -311,9 +308,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais 1 álbum" - } + "button": {} } }, "ChannelCard": { @@ -335,9 +330,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais 1 álbum" - } + "button": {} } }, "Player": { @@ -434,9 +427,7 @@ } }, "Widget": { - "button": { - "more": "Mostrar mais 1 álbum" - } + "button": {} }, "MobileRow": { "button": { @@ -499,9 +490,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Cópia" - }, + "button": {}, "help": { "embed": "Copie/colar este código no seu website HTML", "width": "Deixe vazio para um widget responsivo" @@ -525,17 +514,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Mostrar mais 1 álbum" - }, + "button": {}, "help": { "subscribe": "Ao deixar de seguir esta biblioteca, você perderá o acesso ao seu conteúdo." } }, "ChannelsWidget": { - "button": { - "showMore": "Mostrar mais 1 álbum" - } + "button": {} }, "ChannelEntries": { "help": { @@ -560,9 +545,6 @@ }, "title": "Artista", "button": { - "cancel": "Cancelar", - "edit": "Editar", - "embed": "Incorporar", "play": "Jogar todos os álbuns" }, "modal": { @@ -598,8 +580,7 @@ } }, "button": { - "filter": "Adicionar um filtro", - "save": "Salvar" + "filter": "Adicionar um filtro" }, "label": { "filter": "Adicione filtros para personalizar seu rádio", @@ -650,7 +631,6 @@ } }, "button": { - "cancel": "Cancelar", "retry": "Biblioteca atualizada" }, "label": { @@ -682,10 +662,7 @@ "placeholder": { "summary": "Ocorreu um erro ao salvar suas mudanças" }, - "button": { - "cancel": "Cancelar", - "clear": "Claro" - }, + "button": {}, "header": { "failure": "Erro ao salvar configurações", "recentEdits": "Adicionado recentemente" @@ -716,14 +693,11 @@ "label": { "search": "Buscar" }, - "button": { - "search": "Buscar" - } + "button": {} }, "Artists": { "button": { - "upload": "Procure alguma música", - "search": "Buscar" + "upload": "Procure alguma música" }, "label": { "search": "Nome do artista" @@ -812,7 +786,6 @@ "EditCard": { "button": { "approve": "Aprovar", - "delete": "Suprimir", "reject": "Rejeitar" }, "status": { @@ -842,9 +815,7 @@ "browse": "Procurando artistas" }, "button": { - "cancel": "Cancelar", "channel": "Criar uma nova biblioteca", - "search": "Buscar", "feed": "Usando Funkwhale" }, "empty": { @@ -895,12 +866,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "Cancelar", - "delete": "Suprimir", - "edit": "Editar", - "embed": "Incorporar" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?", @@ -921,11 +887,7 @@ }, "TrackBase": { "button": { - "cancel": "Cancelar", - "delete": "Suprimir", "download": "Descarregar", - "edit": "Editar", - "embed": "Incorporar", "play": "Jogar" }, "modal": { @@ -948,9 +910,7 @@ "title": "Música" }, "ImportStatusModal": { - "button": { - "close": "Fechar" - }, + "button": {}, "table": { "error": { "debug": "Informação da música", @@ -1056,8 +1016,6 @@ "files": "{ n } preferida | { n } preferidas" }, "button": { - "cancel": "Cancelar", - "close": "Fechar", "finishLater": "Acabado", "next": "Música seguinte", "previous": "Música anterior", @@ -1106,10 +1064,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Cancelar", - "create": "Criar" - }, + "button": {}, "header": { "newAlbum": "1 álbum", "newSeries": "1 álbum" @@ -1254,18 +1209,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Cancelar", - "confirm": "Confirme" - }, + "button": {}, "header": { "confirm": "Você quer confirmar esta ação?" } }, "RenderedDescription": { "button": { - "cancel": "Cancelar", - "edit": "Editar", "more": "Mostrar mais 1 álbum", "update": "Minha descrição incrível" }, @@ -1274,9 +1224,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Claro" - }, + "button": {}, "label": { "search": "Buscar" }, @@ -1290,9 +1238,7 @@ } }, "CopyInput": { - "button": { - "copy": "Cópia" - }, + "button": {}, "message": { "success": "Texto copiado para a área de transferência!" } @@ -1312,9 +1258,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Atualizar" - } + "button": {} }, "AttachmentInput": { "button": { @@ -1352,9 +1296,7 @@ }, "button": { "addToPlaylist": "Adicionar a esta playlist", - "addTrack": "Adicionar música", - "cancel": "Cancelar", - "edit": "Editar" + "addTrack": "Adicionar música" }, "table": { "edit": { @@ -1432,8 +1374,7 @@ }, "Widget": { "button": { - "create": "Crie uma playlist", - "more": "Mostrar mais 1 álbum" + "create": "Crie uma playlist" }, "placeholder": { "noPlaylists": "Playlist criada" @@ -1776,9 +1717,7 @@ "header": { "actions": "Ações" }, - "button": { - "confirmDelete": "Suprimir" - }, + "button": {}, "link": { "moderation": "Atualizar a regra de moderação" } @@ -1831,10 +1770,7 @@ "isActive": "Use esta configuração para ativar/desativar temporariamente a política sem removê-la completamente." }, "button": { - "cancel": "Cancelar", "create": "Criar", - "delete": "Suprimir", - "confirm": "Eliminar regra de moderação", "update": "Atualizar" }, "modal": { @@ -1952,9 +1888,7 @@ "reason": "Motivo", "rejectMedia": "Rejeitar mídia" }, - "button": { - "edit": "Editar" - }, + "button": {}, "status": { "enabled": "Ativado", "paused": "Pausa" @@ -1965,7 +1899,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Fechar", "show": "Atualizar a regra de moderação" }, "modal": { @@ -1978,9 +1911,7 @@ } }, "NotesThread": { - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?", @@ -2111,7 +2042,6 @@ }, "InvitationForm": { "button": { - "clear": "Claro", "new": "Receba um novo convite" }, "table": { @@ -2160,9 +2090,7 @@ "image": "Uso atual", "error": "Erro ao salvar configurações" }, - "button": { - "save": "Salvar" - }, + "button": {}, "message": { "success": "Configurações atualizadas com sucesso." } @@ -2176,7 +2104,6 @@ }, "FilterModal": { "button": { - "cancel": "Cancelar", "hide": "Adicionar conteúdo" }, "header": { @@ -2191,7 +2118,6 @@ }, "ReportModal": { "button": { - "cancel": "Cancelar", "submit": "Enviar" }, "header": { @@ -2219,9 +2145,7 @@ } } }, - "button": { - "close": "Fechar" - }, + "button": {}, "header": { "saveFailure": "Erro ao salvar configurações", "failure": "Atualizar", @@ -2235,9 +2159,7 @@ "empty": { "noMatch": "Nenhuma biblioteca correspondente." }, - "button": { - "showMore": "Mostrar mais 1 álbum" - } + "button": {} } }, "ShortcutsModal": { @@ -2259,18 +2181,13 @@ "show": "Mostrar atalhos de teclado disponíveis" } }, - "button": { - "close": "Fechar" - }, + "button": {}, "header": { "modal": "Atalhos do teclado" } }, "SetInstanceModal": { - "button": { - "cancel": "Cancelar", - "submit": "Enviar" - }, + "button": {}, "header": { "chooseInstance": "Escolha sua instância", "suggestions": "Escolhas sugeridas" @@ -2281,8 +2198,6 @@ }, "Queue": { "button": { - "clear": "Claro", - "close": "Fechar", "stopRadio": "Pare o rádio" }, "label": { @@ -2311,9 +2226,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Cópia" - }, + "button": {}, "title": "Mostrar/ocultar senha", "message": { "copy": "Texto copiado para a área de transferência!" @@ -2322,9 +2235,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Editar" - } + "button": {} }, "Button": { "startRadio": "Jogar mũsica", @@ -2343,9 +2254,7 @@ "title": "Procurar em Wikipedia" } }, - "button": { - "search": "Buscar" - }, + "button": {}, "error": { "fetchFailed": "Playlist criada" } @@ -2390,11 +2299,6 @@ "artistChannel": "Nome do artista" }, "button": { - "cancel": "Cancelar", - "confirm": "Suprimir", - "delete": "Suprimir", - "edit": "Editar", - "embed": "Incorporar", "play": "Jogar", "updateChannel": "Atualizar playlist", "upload": "Carregar" @@ -2440,9 +2344,7 @@ "link": { "addNew": "Adicionar conteúdo" }, - "button": { - "cancel": "Cancelar" - }, + "button": {}, "placeholder": { "search": "Nome do filtro" }, @@ -2575,8 +2477,6 @@ "Form": { "button": { "create": "Criar biblioteca", - "delete": "Suprimir", - "confirm": "Excluir biblioteca", "update": "Atualizar biblioteca" }, "modal": { @@ -2673,9 +2573,7 @@ "loading": { "remoteLibraries": "Carregando bibliotecas remotas…" }, - "button": { - "refresh": "Atualizar" - }, + "button": {}, "description": { "remoteLibraries": "Bibliotecas remotas são de propriedade de outros usuários na rede. Você pode acessá-los desde que sejam públicos ou tenha acesso." } @@ -2721,7 +2619,6 @@ "domain": "Registrado desde { date }" }, "button": { - "edit": "Editar", "upload": "Carregar" }, "title": "Biblioteca", @@ -2832,7 +2729,6 @@ } }, "button": { - "cancel": "Cancelar", "createChannel": "Criar uma nova biblioteca", "next": "Música seguinte", "previous": "Música anterior" @@ -3149,7 +3045,6 @@ "uploadData": "Data de upload" }, "button": { - "delete": "Suprimir", "download": "Descarregar" }, "modal": { @@ -3191,9 +3086,7 @@ "followers": "Seguidores" } }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?" @@ -3235,10 +3128,7 @@ "playlists": "Playlists" } }, - "button": { - "delete": "Suprimir", - "edit": "Editar" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?" @@ -3280,10 +3170,7 @@ "playlists": "Playlists" } }, - "button": { - "delete": "Suprimir", - "edit": "Editar" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?" @@ -3305,9 +3192,7 @@ "localProfile": "Abrir o perfil", "tracks": "Músicas" }, - "button": { - "delete": "Suprimir" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?", @@ -3360,10 +3245,7 @@ "playlists": "Playlists" } }, - "button": { - "delete": "Suprimir", - "edit": "Editar" - }, + "button": {}, "modal": { "delete": { "header": "Excluir esta biblioteca?" @@ -3422,7 +3304,6 @@ "channelData": "Dados da instância" }, "button": { - "delete": "Suprimir", "openRemote": "Abrir o perfil" }, "modal": { @@ -3512,8 +3393,7 @@ }, "button": { "create": "Crie uma playlist", - "manage": "Gerenciar suas playlists", - "search": "Buscar" + "manage": "Gerenciar suas playlists" }, "placeholder": { "search": "Indicar um nome de playlist…" @@ -3530,11 +3410,7 @@ }, "Detail": { "button": { - "cancel": "Cancelar", - "delete": "Suprimir", "confirm": "Suprimir Playlist", - "edit": "Editar", - "embed": "Incorporar", "playAll": "Jogar tudo", "stopEdit": "Pare o rádio" }, @@ -3563,10 +3439,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Suprimir radio", - "edit": "Editar" - }, + "button": {}, "modal": { "delete": { "header": "Você deseja excluir a radio \"{ radio }\"?", diff --git a/front/src/locales/ru.json b/front/src/locales/ru.json index 62ea012b3..75ccad038 100644 --- a/front/src/locales/ru.json +++ b/front/src/locales/ru.json @@ -272,9 +272,7 @@ "approvalRequired": "Если вы недавно зарегистрировались, может понадобиться подождать, пока ваша учётная запись будет одобрена, либо придёт подтверждение по почте.", "invalidCredentials": "Пожалуйста перепроверьте, что ваше имя пользователя и пароль верны и что вы подтвердили ваш адрес почты." }, - "button": { - "login": "Войти" - }, + "button": {}, "label": { "password": "Пароль", "username": "Имя пользователя или почта" @@ -323,7 +321,6 @@ "library": "Библиотека, куда будут импортированы файлы." }, "button": { - "save": "Сохранить", "scan": "Сканировать" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "Показать больше" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "Показать больше" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "Ничего не найдено" }, - "button": { - "more": "Показать больше" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "Копировать" - }, + "button": {}, "help": { "embed": "Скопируйте и вставьте этот код в HTML Вашего сайта", "width": "Оставьте пустым для динамического виджета", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Показать больше" - }, + "button": {}, "help": { "subscribe": "Вам может потребоваться подписаться на этот канал, чтобы увидеть его содержимое." } }, "ChannelsWidget": { - "button": { - "showMore": "Показать больше" - } + "button": {} }, "ChannelEntries": { "help": { @@ -710,9 +695,6 @@ }, "title": "Исполнитель", "button": { - "cancel": "Отмена", - "edit": "Редактировать", - "embed": "Внедрить", "more": "Ещё…", "play": "Проиграть все альбомы" }, @@ -750,8 +732,7 @@ } }, "button": { - "filter": "Добавить фильтр", - "save": "Сохранить" + "filter": "Добавить фильтр" }, "label": { "filter": "Добавить фильтры, чтобы настроить своё радио", @@ -803,7 +784,6 @@ } }, "button": { - "cancel": "Отмена", "retry": "Повторить неудачные закачки" }, "label": { @@ -840,8 +820,6 @@ "summary": "Краткая информация о Ваших правках." }, "button": { - "cancel": "Отмена", - "clear": "Очистить", "reset": "Сброс на начальное значение", "showUnreviewed": "Ограничить неодобренные правки", "showAll": "Показать все правки", @@ -895,14 +873,11 @@ "search": "Поиск", "tags": "Теги" }, - "button": { - "search": "Поиск" - } + "button": {} }, "Artists": { "button": { - "upload": "Добавить музыку", - "search": "Поиск" + "upload": "Добавить музыку" }, "label": { "search": "Имя исполнителя", @@ -1010,9 +985,7 @@ "message": "Метаданные файла неправильные или некоторые обязательные поля отсутствуют." } }, - "button": { - "close": "Закрыть" - }, + "button": {}, "table": { "error": { "debug": "Диагностика", @@ -1039,7 +1012,6 @@ "EditCard": { "button": { "approve": "Одобрить", - "delete": "Удалить", "reject": "Отклонить" }, "status": { @@ -1086,9 +1058,7 @@ "browse": "Просмотр подкастов" }, "button": { - "cancel": "Отмена", "channel": "Создать канал", - "search": "Поиск", "subscribe": "Подписаться", "feed": "Подписаться на канал" }, @@ -1146,10 +1116,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "Отмена", - "delete": "Удалить…", - "edit": "Редактировать", - "embed": "Внедрить", "more": "Ещё…" }, "modal": { @@ -1173,11 +1139,7 @@ }, "TrackBase": { "button": { - "cancel": "Отмена", - "delete": "Удалить…", "download": "Скачать", - "edit": "Редактировать", - "embed": "Внедрить", "more": "Ещё…", "play": "Проиграть" }, @@ -1311,8 +1273,6 @@ "quota": "Свободное место:" }, "button": { - "cancel": "Отмена", - "close": "Закрыть", "finishLater": "Закончить позже", "next": "Следующий шаг", "previous": "Предыдущий шаг", @@ -1384,10 +1344,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Отмена", - "create": "Создать" - }, + "button": {}, "header": { "newAlbum": "Новый альбом", "newSeries": "Новая серия" @@ -1557,18 +1514,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Отмена", - "confirm": "Подтвердить" - }, + "button": {}, "header": { "confirm": "Вы хотите подтвердить это действие?" } }, "RenderedDescription": { "button": { - "cancel": "Отмена", - "edit": "Редактировать", "less": "Показать меньше", "more": "Показать больше", "update": "Описание обновления" @@ -1581,9 +1533,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Очистить" - }, + "button": {}, "label": { "search": "Поиск" }, @@ -1598,9 +1548,7 @@ } }, "CopyInput": { - "button": { - "copy": "Копировать" - }, + "button": {}, "message": { "success": "Текст скопирован в буфер обмена!" } @@ -1636,9 +1584,7 @@ "header": { "noResults": "Ничего не найдено." }, - "button": { - "refresh": "Обновить" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1677,9 +1623,7 @@ "button": { "addDuplicate": "Всё равно добавить", "addToPlaylist": "Добавить в этот список воспроизведения", - "addTrack": "Добавить трек", - "cancel": "Отмена", - "edit": "Редактировать" + "addTrack": "Добавить трек" }, "header": { "addToPlaylist": "Добавить в список воспроизведения", @@ -1768,8 +1712,7 @@ }, "Widget": { "button": { - "create": "Создать список воспроизведения", - "more": "Показать больше" + "create": "Создать список воспроизведения" }, "placeholder": { "noPlaylists": "Списки воспроизведения пока не были созданы" @@ -2148,7 +2091,6 @@ "reportedObject": "Предмет жалобы" }, "button": { - "confirmDelete": "Удалить", "delete": "Удалить объект по жалобе", "resolve": "Разрешить", "unresolve": "Открыть заново" @@ -2228,10 +2170,7 @@ "isActive": "Используйте эту настройку для временного включения/отключения политики без полного её удаления." }, "button": { - "cancel": "Отмена", "create": "Создать", - "delete": "Удалить", - "confirm": "Удалить правило модерации", "update": "Дата загрузки" }, "modal": { @@ -2356,9 +2295,7 @@ "reason": "Причина", "rejectMedia": "Отклонить" }, - "button": { - "edit": "Редактировать" - }, + "button": {}, "status": { "enabled": "Включено", "paused": "Пауза" @@ -2369,7 +2306,6 @@ }, "InstancePolicyModal": { "button": { - "close": "Закрыть", "show": "Правила модерации…" }, "modal": { @@ -2382,9 +2318,7 @@ } }, "NotesThread": { - "button": { - "delete": "Удалить" - }, + "button": {}, "modal": { "delete": { "header": "Удалить это примечание?", @@ -2518,7 +2452,6 @@ }, "InvitationForm": { "button": { - "clear": "Очистить", "new": "Получить приглашение" }, "table": { @@ -2584,9 +2517,7 @@ "image": "Текущее изображение", "error": "Ошибка во время сохранения настроек" }, - "button": { - "save": "Сохранить" - }, + "button": {}, "message": { "success": "Настройки успешно обновлены." } @@ -2608,7 +2539,6 @@ "submissionFailure": "Ошибка при отправке жалобы" }, "button": { - "cancel": "Отмена", "submit": "Отправить жалобу" }, "label": { @@ -2628,7 +2558,6 @@ }, "FilterModal": { "button": { - "cancel": "Отмена", "hide": "Скрыть содержимое" }, "message": { @@ -2678,7 +2607,6 @@ } }, "button": { - "close": "Закрыть", "reload": "Закрыть и обновить страницу" }, "header": { @@ -2698,9 +2626,7 @@ "empty": { "noMatch": "Нет подходящей библиотеки." }, - "button": { - "showMore": "Показать больше" - } + "button": {} } }, "ShortcutsModal": { @@ -2730,18 +2656,13 @@ "unfocus": "Выйти из панели поиска" } }, - "button": { - "close": "Закрыть" - }, + "button": {}, "header": { "modal": "Горячие клавиши" } }, "SetInstanceModal": { - "button": { - "cancel": "Отмена", - "submit": "Отправить" - }, + "button": {}, "header": { "chooseInstance": "Выберите свой узел", "failure": "Невозможно соединиться с указанным URL", @@ -2761,8 +2682,6 @@ }, "Queue": { "button": { - "clear": "Очистить", - "close": "Закрыть", "stopRadio": "Остановить радио" }, "label": { @@ -2793,9 +2712,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "Копировать" - }, + "button": {}, "title": "Показать/скрыть пароль", "message": { "copy": "Текст скопирован в буфер обмена!" @@ -2804,9 +2721,7 @@ }, "radios": { "Card": { - "button": { - "edit": "Редактировать" - } + "button": {} }, "Button": { "startRadio": "Запустить радио", @@ -2819,8 +2734,7 @@ }, "button": { "fediverse": "Федивёрс", - "rss": "RSS", - "search": "Поиск" + "rss": "RSS" }, "label": { "fediverse": { @@ -2893,11 +2807,6 @@ "podcastChannel": "Канал подкастов" }, "button": { - "cancel": "Отмена", - "confirm": "Удалить", - "delete": "Удалить…", - "edit": "Редактировать…", - "embed": "Внедрить", "play": "Проиграть", "updateChannel": "Обновить канал", "upload": "Загрузить" @@ -2960,7 +2869,6 @@ "addNew": "Добавить новый" }, "button": { - "cancel": "Отмена", "subscribe": "Подписаться" }, "placeholder": { @@ -3101,8 +3009,6 @@ "Form": { "button": { "create": "Создать библиотеку", - "delete": "Удалить", - "confirm": "Удалить библиотеку", "update": "Обновить библиотеку" }, "modal": { @@ -3200,9 +3106,7 @@ "loading": { "remoteLibraries": "Загружаем удалённые библиотеки…" }, - "button": { - "refresh": "Обновить" - }, + "button": {}, "description": { "remoteLibraries": "Удалёнными библиотеками владеют другие пользователи в сети. Вы можете получить к ним доступ если они публичны или Вам предоставлен доступ." } @@ -3255,7 +3159,6 @@ "domain": "Посмотреть на { domain }" }, "button": { - "edit": "Редактировать", "upload": "Загрузить" }, "title": "Библиотека", @@ -3375,7 +3278,6 @@ } }, "button": { - "cancel": "Отмена", "createChannel": "Создать канал", "next": "Следующий шаг", "previous": "Предыдущий шаг" @@ -3748,7 +3650,6 @@ "uploadData": "Дата загрузки" }, "button": { - "delete": "Удалить", "download": "Скачать" }, "modal": { @@ -3794,9 +3695,7 @@ "followers": "Подписчики" } }, - "button": { - "delete": "Удалить" - }, + "button": {}, "modal": { "delete": { "header": "Удалить эту библиотеку?", @@ -3846,8 +3745,6 @@ } }, "button": { - "delete": "Удалить", - "edit": "Редактировать", "remoteRefresh": "Обновить с удалённого сервера" }, "modal": { @@ -3900,8 +3797,6 @@ } }, "button": { - "delete": "Удалить", - "edit": "Редактировать", "remoteRefresh": "Обновить с удалённого сервера" }, "modal": { @@ -3929,9 +3824,7 @@ "tracks": "Треки", "django": "Посмотреть в админке Django" }, - "button": { - "delete": "Удалить" - }, + "button": {}, "modal": { "delete": { "header": "Удалить этот тег?", @@ -3990,8 +3883,6 @@ } }, "button": { - "delete": "Удалить", - "edit": "Редактировать", "remoteRefresh": "Обновить с удалённого сервера" }, "modal": { @@ -4062,7 +3953,6 @@ "channelData": "Данные канала" }, "button": { - "delete": "Удалить", "openRemote": "Открыть удалённый профиль", "refresh": "Обновить с удалённого сервера" }, @@ -4165,8 +4055,7 @@ }, "button": { "create": "Создать список воспроизведения", - "manage": "Управлять Вашими списками воспроизведения", - "search": "Поиск" + "manage": "Управлять Вашими списками воспроизведения" }, "placeholder": { "search": "Введите название списка воспроизведения…" @@ -4183,11 +4072,7 @@ }, "Detail": { "button": { - "cancel": "Отмена", - "delete": "Удалить", "confirm": "Удалить список воспроизведения", - "edit": "Редактировать", - "embed": "Внедрить", "playAll": "Проиграть всё", "stopEdit": "Прекратить редактирование" }, @@ -4216,10 +4101,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Удалить радио", - "edit": "Редактировать…" - }, + "button": {}, "modal": { "delete": { "header": "Вы хотите удалить радио \"{ radio }\"?", diff --git a/front/src/locales/sv.json b/front/src/locales/sv.json index 193cda36d..cd83523ab 100644 --- a/front/src/locales/sv.json +++ b/front/src/locales/sv.json @@ -181,9 +181,7 @@ "placeholder": { "username": "Ange ditt användarnamn eller e-post" }, - "button": { - "login": "Inlogg" - }, + "button": {}, "label": { "password": "Lösenord", "username": "Användarnamn eller e-post" @@ -238,9 +236,7 @@ "label": { "library": "Bibliotek" }, - "button": { - "save": "Spara" - } + "button": {} } }, "About": { @@ -290,9 +286,7 @@ } }, "Widget": { - "button": { - "more": "Visa 1 mer album" - } + "button": {} } }, "ChannelCard": { @@ -314,9 +308,7 @@ } }, "Widget": { - "button": { - "more": "Visa 1 mer album" - } + "button": {} } }, "Player": { @@ -395,9 +387,7 @@ } }, "Widget": { - "button": { - "more": "Visa 1 mer album" - } + "button": {} } }, "SearchBar": { @@ -468,14 +458,10 @@ } }, "ChannelSeries": { - "button": { - "showMore": "Visa 1 mer album" - } + "button": {} }, "ChannelsWidget": { - "button": { - "showMore": "Visa 1 mer album" - } + "button": {} } }, "library": { @@ -492,8 +478,6 @@ }, "title": "Artist", "button": { - "cancel": "Ångra", - "edit": "Redigera…", "play": "Spela alla album" }, "link": { @@ -522,8 +506,7 @@ } }, "button": { - "filter": "Lägg till filter", - "save": "Spara" + "filter": "Lägg till filter" }, "label": { "filter": "Lägg till filter för att skräddarsy din radio", @@ -570,7 +553,6 @@ } }, "button": { - "cancel": "Ångra", "retry": "Filuppladdning" }, "header": { @@ -591,8 +573,6 @@ "summary": "En kort beskrivning som beskriver dina ändringar." }, "button": { - "cancel": "Ångra", - "clear": "Rensa", "new": "Skicka in en ny begäran" }, "header": { @@ -629,14 +609,11 @@ "label": { "search": "Sök" }, - "button": { - "search": "Sök" - } + "button": {} }, "Artists": { "button": { - "upload": "Sök efter lite musik", - "search": "Sök" + "upload": "Sök efter lite musik" }, "label": { "search": "Artistnamn" @@ -714,8 +691,7 @@ }, "EditCard": { "button": { - "approve": "Godkänn", - "delete": "Radera" + "approve": "Godkänn" }, "status": { "approved": "Godkännt", @@ -740,9 +716,7 @@ "browse": "Bläddrar genom spellistor" }, "button": { - "cancel": "Ångra", - "channel": "Skapa ett konto", - "search": "Sök" + "channel": "Skapa ett konto" }, "empty": { "noResults": "Vi hittade tyvärr ingen artist som matchade din sökfråga" @@ -792,11 +766,7 @@ } }, "AlbumDropdown": { - "button": { - "cancel": "Ångra", - "delete": "Radera", - "edit": "Redigera…" - }, + "button": {}, "link": { "discogs": "Sök på lyrics.wikia.com", "musicbrainz": "Visa på MusicBrainz" @@ -804,10 +774,7 @@ }, "TrackBase": { "button": { - "cancel": "Ångra", - "delete": "Radera", "download": "Ladda ner", - "edit": "Redigera…", "play": "Spela" }, "modal": { @@ -822,9 +789,7 @@ "title": "Låt" }, "ImportStatusModal": { - "button": { - "close": "Stängd" - }, + "button": {}, "table": { "error": { "debug": "Låtinformation", @@ -921,8 +886,6 @@ "files": "{ n } fil | { n } filer" }, "button": { - "cancel": "Ångra", - "close": "Stängd", "finishLater": "Avslutad", "next": "Nästa steg", "previous": "Föregående steg", @@ -967,10 +930,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "Ångra", - "create": "Skapa import" - }, + "button": {}, "header": { "newAlbum": "1 album" } @@ -1093,18 +1053,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "Ångra", - "confirm": "Bekräfta" - }, + "button": {}, "header": { "confirm": "Vill du bekräfta denna handling?" } }, "RenderedDescription": { "button": { - "cancel": "Ångra", - "edit": "Redigera…", "more": "Visa 1 mer album", "update": "Uppdatera inställningar" }, @@ -1113,9 +1068,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "Rensa" - }, + "button": {}, "label": { "search": "Sök" }, @@ -1144,9 +1097,7 @@ } }, "EmptyState": { - "button": { - "refresh": "Uppdatera" - } + "button": {} }, "AttachmentInput": { "button": { @@ -1178,9 +1129,7 @@ "button": { "addDuplicate": "Lägg till ett nytt bibliotek", "addToPlaylist": "Lägg till i denna spellista", - "addTrack": "Lägg till spår", - "cancel": "Ångra", - "edit": "Redigera…" + "addTrack": "Lägg till spår" }, "header": { "addToPlaylist": "Lägg till i spellista…", @@ -1266,8 +1215,7 @@ }, "Widget": { "button": { - "create": "Skapa spellista", - "more": "Visa 1 mer album" + "create": "Skapa spellista" }, "placeholder": { "noPlaylists": "Spellista skapad" @@ -1595,9 +1543,7 @@ "header": { "actions": "Åtgärder" }, - "button": { - "confirmDelete": "Radera" - }, + "button": {}, "notApplicable": "N/A", "link": { "report": "Import batch #{ id }" @@ -1634,10 +1580,7 @@ "failure": "Fel vid skapande av inbjudan" }, "button": { - "cancel": "Ångra", "create": "Skapa import", - "delete": "Radera", - "confirm": "Radera radiostation", "update": "Uppdatera avatar" }, "label": { @@ -1729,14 +1672,10 @@ } }, "InstancePolicyModal": { - "button": { - "close": "Stängd" - } + "button": {} }, "NotesThread": { - "button": { - "delete": "Radera" - }, + "button": {}, "modal": { "delete": { "header": "Radera spellista" @@ -1744,9 +1683,7 @@ } }, "InstancePolicyCard": { - "button": { - "edit": "Redigera…" - }, + "button": {}, "label": { "muteActivity": "Senaste aktivitet", "muteNotifications": "Senaste ändring" @@ -1866,7 +1803,6 @@ }, "InvitationForm": { "button": { - "clear": "Rensa", "new": "Få en ny inbjudan" }, "table": { @@ -1915,9 +1851,7 @@ "image": "Nuvarande spår", "error": "Fel vid sparning av inställningar" }, - "button": { - "save": "Spara" - }, + "button": {}, "message": { "success": "Inställningarna har uppdaterats." } @@ -1930,9 +1864,7 @@ } }, "FilterModal": { - "button": { - "cancel": "Ångra" - }, + "button": {}, "header": { "modal": "Vill du radera spellistan \"{ playlist }\"?", "failure": "Fel vid skapande av inbjudan" @@ -1945,7 +1877,6 @@ }, "ReportModal": { "button": { - "cancel": "Ångra", "submit": "Skicka in" }, "header": { @@ -1977,9 +1908,7 @@ } } }, - "button": { - "close": "Stängd" - }, + "button": {}, "header": { "saveFailure": "Fel vid sparning av inställningar", "failure": "Uppdatera", @@ -1993,16 +1922,11 @@ "empty": { "noMatch": "Hantera mediabiblioteket" }, - "button": { - "showMore": "Visa 1 mer album" - } + "button": {} } }, "SetInstanceModal": { - "button": { - "cancel": "Ångra", - "submit": "Skicka in" - }, + "button": {}, "header": { "chooseInstance": "Välj din instans", "suggestions": "Föreslagna val" @@ -2013,8 +1937,6 @@ }, "Queue": { "button": { - "clear": "Rensa", - "close": "Stängd", "stopRadio": "Stoppa radio" }, "label": { @@ -2048,15 +1970,11 @@ "toggleFavorite": "I favoriter" } }, - "button": { - "close": "Stängd" - } + "button": {} }, "radios": { "Card": { - "button": { - "edit": "Redigera…" - } + "button": {} }, "Button": { "startRadio": "Spela upp spår", @@ -2067,9 +1985,7 @@ "header": { "fetchFailed": "Fel vid handling" }, - "button": { - "search": "Sök" - } + "button": {} }, "PageNotFound": { "link": { @@ -2112,10 +2028,6 @@ "artistChannel": "Artistnamn" }, "button": { - "cancel": "Ångra", - "confirm": "Radera", - "delete": "Radera", - "edit": "Redigera…", "play": "Spela", "updateChannel": "Uppdatera spellista", "upload": "Ladda upp" @@ -2139,9 +2051,7 @@ } }, "SubscriptionsList": { - "button": { - "cancel": "Ångra" - }, + "button": {}, "placeholder": { "search": "Filternamn" }, @@ -2246,8 +2156,6 @@ "Form": { "button": { "create": "Rensa bibliotek", - "delete": "Radera", - "confirm": "Rensa bibliotek", "update": "Hantera mediabiblioteket" }, "modal": { @@ -2323,9 +2231,7 @@ "loading": { "remoteLibraries": "Laddar tidslinje…" }, - "button": { - "refresh": "Uppdatera" - } + "button": {} } }, "Home": { @@ -2352,7 +2258,6 @@ "tracks": "Låtar" }, "button": { - "edit": "Redigera…", "upload": "Ladda upp" }, "title": "Bibliotek", @@ -2428,7 +2333,6 @@ } }, "button": { - "cancel": "Ångra", "createChannel": "Skapa ett konto", "next": "Nästa steg", "previous": "Föregående steg" @@ -2707,7 +2611,6 @@ "uploadData": "Ladda upp" }, "button": { - "delete": "Radera", "download": "Ladda ner" }, "modal": { @@ -2730,9 +2633,7 @@ "activity": "Aktivitet", "libraryData": "Biblioteksnamn" }, - "button": { - "delete": "Radera" - }, + "button": {}, "modal": { "delete": { "header": "Ta mig till biblioteket" @@ -2761,10 +2662,7 @@ "tracks": "Låtar", "uploads": "Ladda upp" }, - "button": { - "delete": "Radera", - "edit": "Redigera…" - }, + "button": {}, "table": { "album": { "description": "Tid", @@ -2789,10 +2687,7 @@ "tracks": "Låtar", "uploads": "Ladda upp" }, - "button": { - "delete": "Radera", - "edit": "Redigera…" - }, + "button": {}, "modal": { "delete": { "header": "Album av denna artist" @@ -2819,9 +2714,7 @@ "artists": "Artister", "tracks": "Låtar" }, - "button": { - "delete": "Radera" - }, + "button": {}, "modal": { "delete": { "header": "Radera spellista" @@ -2847,10 +2740,7 @@ "musicbrainz": "Visa på MusicBrainz", "uploads": "Ladda upp" }, - "button": { - "delete": "Radera", - "edit": "Redigera…" - }, + "button": {}, "modal": { "delete": { "header": "Importera det här spåret" @@ -2906,9 +2796,7 @@ "header": { "activity": "Aktivitet" }, - "button": { - "delete": "Radera" - } + "button": {} }, "CommonList": { "title": { @@ -2978,8 +2866,7 @@ }, "button": { "create": "Skapa spellista", - "manage": "Hantera din spellista", - "search": "Sök" + "manage": "Hantera din spellista" }, "placeholder": { "search": "Ange ett spellistenamn…" @@ -2996,10 +2883,7 @@ }, "Detail": { "button": { - "cancel": "Ångra", - "delete": "Radera", "confirm": "Radera spellista", - "edit": "Redigera…", "playAll": "Spela alla", "stopEdit": "Stoppa radio" }, @@ -3025,10 +2909,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "Radera radiostation", - "edit": "Redigera…" - }, + "button": {}, "modal": { "delete": { "header": "Vill du radera radiokanalen \"{'{{'} radio {'}}'}\"?", diff --git a/front/src/locales/zh_Hans.json b/front/src/locales/zh_Hans.json index 54686310e..5a6fa83be 100644 --- a/front/src/locales/zh_Hans.json +++ b/front/src/locales/zh_Hans.json @@ -272,9 +272,7 @@ "approvalRequired": "如果您刚刚完成注册,您可能需要等待我们的审核团队审核您的帐户,或验证您的邮箱。", "invalidCredentials": "请仔细检查您的用户名和密码是正确的,并确保您验证了您的邮箱地址。" }, - "button": { - "login": "登录" - }, + "button": {}, "label": { "password": "密码", "username": "用户名或邮箱地址" @@ -323,7 +321,6 @@ "library": "文件将被导入到的曲库。" }, "button": { - "save": "保存", "scan": "扫描" } } @@ -417,9 +414,7 @@ } }, "Widget": { - "button": { - "more": "展开" - } + "button": {} } }, "ChannelCard": { @@ -441,9 +436,7 @@ } }, "Widget": { - "button": { - "more": "展开" - } + "button": {} } }, "Player": { @@ -548,9 +541,7 @@ "empty": { "noResults": "什么也没找到" }, - "button": { - "more": "展开" - } + "button": {} }, "MobileRow": { "button": { @@ -651,9 +642,7 @@ } }, "EmbedWizard": { - "button": { - "copy": "复制" - }, + "button": {}, "help": { "embed": "复制粘贴以下 HTML 代码到您的网站源代码中", "width": "留空以生成响应式小部件", @@ -675,17 +664,13 @@ } }, "ChannelSeries": { - "button": { - "showMore": "展开" - }, + "button": {}, "help": { "subscribe": "您可能需要订阅这个频道以查看其内容。" } }, "ChannelsWidget": { - "button": { - "showMore": "展开" - } + "button": {} }, "ChannelEntries": { "help": { @@ -709,9 +694,6 @@ }, "title": "歌手", "button": { - "cancel": "取消", - "edit": "编辑", - "embed": "嵌入", "more": "更多…", "play": "播放所有专辑" }, @@ -749,8 +731,7 @@ } }, "button": { - "filter": "添加过滤规则", - "save": "保存" + "filter": "添加过滤规则" }, "label": { "filter": "添加过滤规则来定制您的电台", @@ -802,7 +783,6 @@ } }, "button": { - "cancel": "取消", "retry": "重试失败的上传" }, "label": { @@ -839,8 +819,6 @@ "summary": "简要概括您做出的变化。" }, "button": { - "cancel": "取消", - "clear": "清除", "reset": "重置为初始值", "showUnreviewed": "仅显示未审核的编辑记录", "showAll": "显示所有编辑记录", @@ -894,14 +872,11 @@ "search": "搜索", "tags": "标签" }, - "button": { - "search": "搜索" - } + "button": {} }, "Artists": { "button": { - "upload": "添加音乐", - "search": "搜索" + "upload": "添加音乐" }, "label": { "search": "歌手姓名", @@ -1009,9 +984,7 @@ "message": "文件中包含的元数据无效或缺少某些必填字段。" } }, - "button": { - "close": "关闭" - }, + "button": {}, "table": { "error": { "debug": "调试信息", @@ -1038,7 +1011,6 @@ "EditCard": { "button": { "approve": "批准", - "delete": "删除", "reject": "拒绝" }, "status": { @@ -1085,9 +1057,7 @@ "browse": "浏览播客" }, "button": { - "cancel": "取消", "channel": "创建频道", - "search": "搜索", "subscribe": "订阅", "feed": "订阅" }, @@ -1145,10 +1115,6 @@ }, "AlbumDropdown": { "button": { - "cancel": "取消", - "delete": "删除…", - "edit": "编辑", - "embed": "嵌入", "more": "更多…" }, "modal": { @@ -1172,11 +1138,7 @@ }, "TrackBase": { "button": { - "cancel": "取消", - "delete": "删除…", "download": "下载", - "edit": "编辑", - "embed": "嵌入", "more": "更多…", "play": "播放" }, @@ -1310,8 +1272,6 @@ "quota": "剩余存储空间:" }, "button": { - "cancel": "取消", - "close": "关闭", "finishLater": "以后再完成", "next": "下一步", "previous": "上一步", @@ -1383,10 +1343,7 @@ } }, "AlbumModal": { - "button": { - "cancel": "取消", - "create": "创建" - }, + "button": {}, "header": { "newAlbum": "添加专辑", "newSeries": "添加序列" @@ -1556,18 +1513,13 @@ } }, "DangerousButton": { - "button": { - "cancel": "取消", - "confirm": "确认" - }, + "button": {}, "header": { "confirm": "您确认进行此操作吗?" } }, "RenderedDescription": { "button": { - "cancel": "取消", - "edit": "编辑", "less": "收起", "more": "展开", "update": "更新描述" @@ -1580,9 +1532,7 @@ } }, "InlineSearchBar": { - "button": { - "clear": "清除" - }, + "button": {}, "label": { "search": "搜索" }, @@ -1597,9 +1547,7 @@ } }, "CopyInput": { - "button": { - "copy": "复制" - }, + "button": {}, "message": { "success": "文本已复制到剪贴板!" } @@ -1635,9 +1583,7 @@ "header": { "noResults": "空空如也。" }, - "button": { - "refresh": "刷新" - } + "button": {} }, "AttachmentInput": { "help": { @@ -1676,9 +1622,7 @@ "button": { "addDuplicate": "继续添加", "addToPlaylist": "添加到这个歌单", - "addTrack": "添加歌曲", - "cancel": "取消", - "edit": "编辑" + "addTrack": "添加歌曲" }, "header": { "addToPlaylist": "添加到歌单", @@ -1767,8 +1711,7 @@ }, "Widget": { "button": { - "create": "创建歌单", - "more": "展开" + "create": "创建歌单" }, "placeholder": { "noPlaylists": "目前还没有创建过歌单" @@ -2147,7 +2090,6 @@ "reportedObject": "被报告对象" }, "button": { - "confirmDelete": "删除", "delete": "删除报告所指对象", "resolve": "解决", "unresolve": "未解决" @@ -2227,10 +2169,7 @@ "isActive": "使用此设置临时启用/禁用策略,无须完全删除策略。" }, "button": { - "cancel": "取消", "create": "创建", - "delete": "删除", - "confirm": "删除审核规则", "update": "更新" }, "modal": { @@ -2355,9 +2294,7 @@ "reason": "原因", "rejectMedia": "拒绝媒体" }, - "button": { - "edit": "编辑" - }, + "button": {}, "status": { "enabled": "启用", "paused": "已暂停" @@ -2368,7 +2305,6 @@ }, "InstancePolicyModal": { "button": { - "close": "关闭", "show": "审核规则…" }, "modal": { @@ -2381,9 +2317,7 @@ } }, "NotesThread": { - "button": { - "delete": "删除" - }, + "button": {}, "modal": { "delete": { "header": "确认删除这条注释?", @@ -2517,7 +2451,6 @@ }, "InvitationForm": { "button": { - "clear": "清除", "new": "生成一个新的邀请" }, "table": { @@ -2583,9 +2516,7 @@ "image": "当前图片", "error": "保存设置时出错" }, - "button": { - "save": "保存" - }, + "button": {}, "message": { "success": "设置更新成功。" } @@ -2607,7 +2538,6 @@ "submissionFailure": "提交报告时出错" }, "button": { - "cancel": "取消", "submit": "提交报告" }, "label": { @@ -2627,7 +2557,6 @@ }, "FilterModal": { "button": { - "cancel": "取消", "hide": "隐藏内容" }, "message": { @@ -2677,7 +2606,6 @@ } }, "button": { - "close": "关闭", "reload": "关闭并重新加载页面" }, "header": { @@ -2697,9 +2625,7 @@ "empty": { "noMatch": "无匹配的曲库。" }, - "button": { - "showMore": "展开" - } + "button": {} } }, "ShortcutsModal": { @@ -2729,18 +2655,13 @@ "unfocus": "跳出搜索栏" } }, - "button": { - "close": "关闭" - }, + "button": {}, "header": { "modal": "键盘快捷键" } }, "SetInstanceModal": { - "button": { - "cancel": "取消", - "submit": "提交" - }, + "button": {}, "header": { "chooseInstance": "选择实例", "failure": "无法连接至指定 URL", @@ -2760,8 +2681,6 @@ }, "Queue": { "button": { - "clear": "清除", - "close": "关闭", "stopRadio": "停止播放电台" }, "label": { @@ -2792,9 +2711,7 @@ }, "forms": { "PasswordInput": { - "button": { - "copy": "复制" - }, + "button": {}, "title": "显示/隐藏密码", "message": { "copy": "文本已复制到剪贴板!" @@ -2803,9 +2720,7 @@ }, "radios": { "Card": { - "button": { - "edit": "编辑" - } + "button": {} }, "Button": { "startRadio": "播放这个电台", @@ -2818,8 +2733,7 @@ }, "button": { "fediverse": "联邦宇宙", - "rss": "RSS", - "search": "搜索" + "rss": "RSS" }, "label": { "fediverse": { @@ -2892,11 +2806,6 @@ "podcastChannel": "播客频道" }, "button": { - "cancel": "取消", - "confirm": "删除", - "delete": "删除…", - "edit": "编辑…", - "embed": "嵌入", "play": "播放", "updateChannel": "更新频道", "upload": "上传" @@ -2959,7 +2868,6 @@ "addNew": "添加新的" }, "button": { - "cancel": "取消", "subscribe": "订阅" }, "placeholder": { @@ -3100,8 +3008,6 @@ "Form": { "button": { "create": "创建曲库", - "delete": "删除", - "confirm": "删除曲库", "update": "更新曲库" }, "modal": { @@ -3199,9 +3105,7 @@ "loading": { "remoteLibraries": "正在加载远程曲库…" }, - "button": { - "refresh": "刷新" - }, + "button": {}, "description": { "remoteLibraries": "远程曲库归网络上的其他用户所有。只要它们是公共的或您被授予访问权限,您就可以访问它们。" } @@ -3254,7 +3158,6 @@ "domain": "在 { domain } 上查看" }, "button": { - "edit": "编辑", "upload": "上传" }, "title": "曲库", @@ -3374,7 +3277,6 @@ } }, "button": { - "cancel": "取消", "createChannel": "创建频道", "next": "下一步", "previous": "上一步" @@ -3747,7 +3649,6 @@ "uploadData": "上传日期" }, "button": { - "delete": "删除", "download": "下载" }, "modal": { @@ -3793,9 +3694,7 @@ "followers": "关注者" } }, - "button": { - "delete": "删除" - }, + "button": {}, "modal": { "delete": { "header": "确认删除这个曲库?", @@ -3845,8 +3744,6 @@ } }, "button": { - "delete": "删除", - "edit": "编辑", "remoteRefresh": "从远程服务器刷新" }, "modal": { @@ -3899,8 +3796,6 @@ } }, "button": { - "delete": "删除", - "edit": "编辑", "remoteRefresh": "从远程服务器刷新" }, "modal": { @@ -3928,9 +3823,7 @@ "tracks": "歌曲", "django": "在 Django 管理面板中查看" }, - "button": { - "delete": "删除" - }, + "button": {}, "modal": { "delete": { "header": "确认删除这个标签?", @@ -3989,8 +3882,6 @@ } }, "button": { - "delete": "删除", - "edit": "编辑", "remoteRefresh": "从远程服务器刷新" }, "modal": { @@ -4061,7 +3952,6 @@ "channelData": "频道数据" }, "button": { - "delete": "删除", "openRemote": "查看远程档案", "refresh": "从远程服务器刷新" }, @@ -4164,8 +4054,7 @@ }, "button": { "create": "创建一个歌单", - "manage": "管理您的歌单", - "search": "搜索" + "manage": "管理您的歌单" }, "placeholder": { "search": "输入歌单名称…" @@ -4182,11 +4071,7 @@ }, "Detail": { "button": { - "cancel": "取消", - "delete": "删除", "confirm": "删除歌单", - "edit": "编辑", - "embed": "嵌入", "playAll": "播放所有", "stopEdit": "停止编辑" }, @@ -4215,10 +4100,7 @@ }, "radios": { "Detail": { - "button": { - "confirm": "删除电台", - "edit": "编辑…" - }, + "button": {}, "modal": { "delete": { "header": "确认删除电台“{ radio }”吗?",