Add global close button

This commit is contained in:
Ciarán Ainsworth 2022-12-03 17:19:16 +01:00
parent 7cf23e66cd
commit aa4d768378
No known key found for this signature in database
GPG Key ID: DA6F32C41F4C9531
31 changed files with 187 additions and 254 deletions

View File

@ -8,7 +8,7 @@
"vitest.enable": true, "vitest.enable": true,
"vitest.commandLine": "yarn vitest", "vitest.commandLine": "yarn vitest",
"i18n-ally.localesPaths": ["front/src/locales"], "i18n-ally.localesPaths": ["front/src/locales"],
"i18n-ally.pathMatcher": "*.json", "i18n-ally.pathMatcher": "{locale}.json",
"i18n-ally.enabledFrameworks": ["vue"], "i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.keystyle": "nested" "i18n-ally.keystyle": "nested"
} }

View File

@ -403,7 +403,7 @@ const coverType = useStorage('queue:cover-type', CoverType.COVER_ART)
class="ui right floated basic button" class="ui right floated basic button"
@click="$store.commit('ui/queueFocused', null)" @click="$store.commit('ui/queueFocused', null)"
> >
{{ $t('components.Queue.button.close') }} {{ $t('global.button.close') }}
</button> </button>
<button <button
class="ui right floated basic button danger" class="ui right floated basic button danger"

View File

@ -154,7 +154,7 @@ const player = computed(() => [
</section> </section>
<footer class="actions"> <footer class="actions">
<button class="ui basic cancel button"> <button class="ui basic cancel button">
{{ $t('components.ShortcutsModal.button.close') }} {{ $t('global.button.close') }}
</button> </button>
</footer> </footer>
</semantic-modal> </semantic-modal>

View File

@ -148,7 +148,7 @@ const isLoading = ref(false)
class="ui basic cancel button" class="ui basic cancel button"
@click="update(false)" @click="update(false)"
> >
{{ $t('components.channels.UploadModal.button.close') }} {{ $t('global.button.close') }}
</button> </button>
</div> </div>
</semantic-modal> </semantic-modal>

View File

@ -209,7 +209,7 @@ const { start: startPolling } = useTimeoutFn(poll, 1000, { immediate: false })
</div> </div>
<div class="actions"> <div class="actions">
<button class="ui basic cancel button"> <button class="ui basic cancel button">
{{ $t('components.federation.FetchButton.button.close') }} {{ $t('global.button.close') }}
</button> </button>
<button <button
v-if="data && data.status === 'finished'" v-if="data && data.status === 'finished'"

View File

@ -184,7 +184,7 @@ const getErrorData = (upload: Upload) => {
</div> </div>
<div class="actions"> <div class="actions">
<button class="ui deny button"> <button class="ui deny button">
{{ $t('components.library.ImportStatusModal.button.close') }} {{ $t('global.button.close') }}
</button> </button>
</div> </div>
</semantic-modal> </semantic-modal>

View File

@ -103,7 +103,7 @@ const fetchData = async () => {
</div> </div>
<div class="actions"> <div class="actions">
<button class="ui deny button"> <button class="ui deny button">
{{ $t('components.manage.moderation.InstancePolicyModal.button.close') }} {{ $t('global.button.close') }}
</button> </button>
</div> </div>
</semantic-modal> </semantic-modal>

View File

@ -819,9 +819,7 @@
"message": "حدث خطأ مجهول" "message": "حدث خطأ مجهول"
} }
}, },
"button": { "button": {},
"close": "إغلاق"
},
"table": { "table": {
"error": { "error": {
"debug": "معلومات عن المَقطَع", "debug": "معلومات عن المَقطَع",
@ -1081,7 +1079,6 @@
}, },
"button": { "button": {
"cancel": "إلغاء", "cancel": "إلغاء",
"close": "إغلاق",
"finishLater": "إكتمل", "finishLater": "إكتمل",
"next": "المَقطَع التالي", "next": "المَقطَع التالي",
"previous": "المَقطَع السابق", "previous": "المَقطَع السابق",
@ -1992,7 +1989,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "إغلاق",
"show": "تحديث قاعدة الإشراف" "show": "تحديث قاعدة الإشراف"
}, },
"modal": { "modal": {
@ -2254,7 +2250,6 @@
} }
}, },
"button": { "button": {
"close": "إغلاق",
"reload": "إغلاق وإعادة إنعاش الصفحة" "reload": "إغلاق وإعادة إنعاش الصفحة"
}, },
"header": { "header": {
@ -2290,9 +2285,7 @@
"show": "عرض اختصارات لوحة المفاتيح المتوفّرة" "show": "عرض اختصارات لوحة المفاتيح المتوفّرة"
} }
}, },
"button": { "button": {},
"close": "إغلاق"
},
"header": { "header": {
"modal": "اختصارات لوحة المفاتيح" "modal": "اختصارات لوحة المفاتيح"
} }
@ -2316,7 +2309,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "امسح", "clear": "امسح",
"close": "إغلاق",
"stopRadio": "إيقاف الإذاعة" "stopRadio": "إيقاف الإذاعة"
}, },
"label": { "label": {
@ -3815,5 +3807,10 @@
"update": "تحديث" "update": "تحديث"
} }
} }
},
"global": {
"button": {
"close": "إغلاق"
}
} }
} }

View File

@ -149,7 +149,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Netejar", "clear": "Netejar",
"close": "Tancar",
"stopRadio": "Parar la ràdio" "stopRadio": "Parar la ràdio"
}, },
"header": { "header": {
@ -239,9 +238,7 @@
} }
}, },
"ShortcutsModal": { "ShortcutsModal": {
"button": { "button": {},
"close": "Tancar"
},
"header": { "header": {
"modal": "Dreceres de teclat" "modal": "Dreceres de teclat"
}, },
@ -1083,7 +1080,6 @@
"UploadModal": { "UploadModal": {
"button": { "button": {
"cancel": "Cancelar", "cancel": "Cancelar",
"close": "Tancar",
"finishLater": "Acabar més tard", "finishLater": "Acabar més tard",
"next": "Següent pas", "next": "Següent pas",
"previous": "Pas anterior", "previous": "Pas anterior",
@ -1342,7 +1338,6 @@
"federation": { "federation": {
"FetchButton": { "FetchButton": {
"button": { "button": {
"close": "Tancar",
"reload": "Tancar i recarregar la pàgina" "reload": "Tancar i recarregar la pàgina"
}, },
"description": { "description": {
@ -1731,9 +1726,7 @@
"title": "Biblioteca" "title": "Biblioteca"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "Tancar"
},
"error": { "error": {
"importFailure": "S'ha produït un error durant la càrrega. Trobaràs més informació a sota.", "importFailure": "S'ha produït un error durant la càrrega. Trobaràs més informació a sota.",
"invalidMetadata": { "invalidMetadata": {
@ -2464,7 +2457,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Tancar",
"show": "Regles de moderació …" "show": "Regles de moderació …"
}, },
"modal": { "modal": {
@ -4557,5 +4549,10 @@
"title": "Ràdio" "title": "Ràdio"
} }
} }
},
"global": {
"button": {
"close": "Tancar"
}
} }
} }

View File

@ -949,9 +949,7 @@
"message": "Metadata v souboru jsou neplatná, nebo některé povinné položky chybí." "message": "Metadata v souboru jsou neplatná, nebo některé povinné položky chybí."
} }
}, },
"button": { "button": {},
"close": "Zavřít"
},
"table": { "table": {
"error": { "error": {
"debug": "Informace pro vývojáře", "debug": "Informace pro vývojáře",
@ -1241,7 +1239,6 @@
}, },
"button": { "button": {
"cancel": "Zrušit", "cancel": "Zrušit",
"close": "Zavřít",
"finishLater": "Dokončeno", "finishLater": "Dokončeno",
"next": "Další stopa", "next": "Další stopa",
"previous": "Předchozí stopa", "previous": "Předchozí stopa",
@ -2236,7 +2233,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Zavřít",
"show": "Pravidla moderace…" "show": "Pravidla moderace…"
}, },
"modal": { "modal": {
@ -2528,7 +2524,6 @@
} }
}, },
"button": { "button": {
"close": "Zavřít",
"reload": "Zavřít a obnovit stránku" "reload": "Zavřít a obnovit stránku"
}, },
"header": { "header": {
@ -2579,9 +2574,7 @@
"unfocus": "Opustit vyhledávací pole" "unfocus": "Opustit vyhledávací pole"
} }
}, },
"button": { "button": {},
"close": "Zavřít"
},
"header": { "header": {
"modal": "Klávesové zkratky" "modal": "Klávesové zkratky"
} }
@ -2611,7 +2604,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Vyčistit", "clear": "Vyčistit",
"close": "Zavřít",
"stopRadio": "Zastavit rádio" "stopRadio": "Zastavit rádio"
}, },
"label": { "label": {
@ -4271,5 +4263,10 @@
"rateLimitDelay": "Překročili jste limit počtu požadavků, zkuste to prosím znovu za { delay }", "rateLimitDelay": "Překročili jste limit počtu požadavků, zkuste to prosím znovu za { delay }",
"rateLimitLater": "Překročili jste limit počtu požadavků, zkuste to prosím znovu později" "rateLimitLater": "Překročili jste limit počtu požadavků, zkuste to prosím znovu později"
} }
},
"global": {
"button": {
"close": "Zavřít"
}
} }
} }

View File

@ -155,7 +155,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Leeren", "clear": "Leeren",
"close": "Schließen",
"stopRadio": "Radio ausschalten" "stopRadio": "Radio ausschalten"
}, },
"header": { "header": {
@ -250,9 +249,7 @@
} }
}, },
"ShortcutsModal": { "ShortcutsModal": {
"button": { "button": {},
"close": "Schließen"
},
"header": { "header": {
"modal": "Tastenkombinationen" "modal": "Tastenkombinationen"
}, },
@ -1082,7 +1079,6 @@
"UploadModal": { "UploadModal": {
"button": { "button": {
"cancel": "Abbrechen", "cancel": "Abbrechen",
"close": "Schließen",
"finishLater": "Später fertigstellen", "finishLater": "Später fertigstellen",
"next": "Nächster Schritt", "next": "Nächster Schritt",
"previous": "Vorheriger Schritt", "previous": "Vorheriger Schritt",
@ -1335,7 +1331,6 @@
"federation": { "federation": {
"FetchButton": { "FetchButton": {
"button": { "button": {
"close": "Schließen",
"reload": "Schließen und Seite neu laden" "reload": "Schließen und Seite neu laden"
}, },
"description": { "description": {
@ -1720,9 +1715,7 @@
"title": "Mediathek" "title": "Mediathek"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "Schließen"
},
"error": { "error": {
"importFailure": "Ein Fehler ist während des Uploads aufgetreten. Weitere Informationen befinden sich unten.", "importFailure": "Ein Fehler ist während des Uploads aufgetreten. Weitere Informationen befinden sich unten.",
"invalidMetadata": { "invalidMetadata": {
@ -2451,7 +2444,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Schließen",
"show": "Moderationsregeln…" "show": "Moderationsregeln…"
}, },
"modal": { "modal": {
@ -4524,5 +4516,10 @@
"title": "Radio" "title": "Radio"
} }
} }
},
"global": {
"button": {
"close": "Schließen"
}
} }
} }

View File

@ -515,9 +515,7 @@
"message": "Συνέβη κάποιο άγνωστο σφάλμα" "message": "Συνέβη κάποιο άγνωστο σφάλμα"
} }
}, },
"button": { "button": {},
"close": "Κλείσιμο"
},
"table": { "table": {
"error": { "error": {
"debug": "Πληροφορίες εντοπισμού σφαλμάτων", "debug": "Πληροφορίες εντοπισμού σφαλμάτων",
@ -661,8 +659,7 @@
"files": "{ n } αρχείο | { n } αρχεία" "files": "{ n } αρχείο | { n } αρχεία"
}, },
"button": { "button": {
"cancel": "Ακύρωση", "cancel": "Ακύρωση"
"close": "Κλείσιμο"
}, },
"header": { "header": {
"uploadFiles": "Αρχεία προς ανέβασμα" "uploadFiles": "Αρχεία προς ανέβασμα"
@ -1220,9 +1217,7 @@
} }
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {}
"close": "Κλείσιμο"
}
}, },
"NotesThread": { "NotesThread": {
"button": { "button": {
@ -1407,7 +1402,6 @@
} }
}, },
"button": { "button": {
"close": "Κλείσιμο",
"reload": "Κλείσιμο και ανανέωση σελίδας" "reload": "Κλείσιμο και ανανέωση σελίδας"
}, },
"header": { "header": {
@ -1426,9 +1420,7 @@
"label": "Γενικές συντομεύσεις" "label": "Γενικές συντομεύσεις"
} }
}, },
"button": { "button": {}
"close": "Κλείσιμο"
}
}, },
"SetInstanceModal": { "SetInstanceModal": {
"button": { "button": {
@ -1440,8 +1432,7 @@
}, },
"Queue": { "Queue": {
"button": { "button": {
"clear": "Καθάρισμα", "clear": "Καθάρισμα"
"close": "Κλείσιμο"
}, },
"label": { "label": {
"duration": "Διάρκεια", "duration": "Διάρκεια",
@ -2312,5 +2303,10 @@
"serviceWorker": { "serviceWorker": {
"newAppVersion": "Μια νέα έκδοση της εφαρμογής είναι διαθέσιμη." "newAppVersion": "Μια νέα έκδοση της εφαρμογής είναι διαθέσιμη."
} }
},
"global": {
"button": {
"close": "Κλείσιμο"
}
} }
} }

View File

@ -2789,7 +2789,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Clear", "clear": "Clear",
"close": "Close",
"stopRadio": "Stop radio" "stopRadio": "Stop radio"
}, },
"label": { "label": {
@ -4542,5 +4541,10 @@
}, },
"App": { "App": {
"loading": "Loading..." "loading": "Loading..."
},
"global": {
"button": {
"close": "Close"
}
} }
} }

View File

@ -184,7 +184,6 @@
"connectivity": "You may have a connectivity issue." "connectivity": "You may have a connectivity issue."
}, },
"button": { "button": {
"close": "Close",
"clear": "Clear", "clear": "Clear",
"stopRadio": "Stop radio" "stopRadio": "Stop radio"
}, },
@ -254,9 +253,7 @@
"header": { "header": {
"modal": "Keyboard shortcuts" "modal": "Keyboard shortcuts"
}, },
"button": { "button": {},
"close": "Close"
},
"shortcut": { "shortcut": {
"general": { "general": {
"label": "General shortcuts", "label": "General shortcuts",
@ -1118,8 +1115,7 @@
"update": "Update", "update": "Update",
"next": "Next", "next": "Next",
"publish": "Publish", "publish": "Publish",
"finishLater": "Finish later", "finishLater": "Finish later"
"close": "Close"
} }
} }
}, },
@ -1377,7 +1373,6 @@
"pending": "The refresh request hasn't been processed in time by our server. It will be processed later." "pending": "The refresh request hasn't been processed in time by our server. It will be processed later."
}, },
"button": { "button": {
"close": "Close",
"reload": "Close and reload page" "reload": "Close and reload page"
}, },
"loader": { "loader": {
@ -1787,9 +1782,7 @@
"documentation": "Read our documentation for this error", "documentation": "Read our documentation for this error",
"support": "Open a support thread (include the debug information below in your message)" "support": "Open a support thread (include the debug information below in your message)"
}, },
"button": { "button": {}
"close": "Close"
}
}, },
"Podcasts": { "Podcasts": {
"title": "Podcasts", "title": "Podcasts",
@ -2491,8 +2484,7 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"show": "Moderation rules…", "show": "Moderation rules…"
"close": "Close"
}, },
"modal": { "modal": {
"manage": { "manage": {
@ -4608,5 +4600,10 @@
} }
} }
} }
},
"global": {
"button": {
"close": "Close"
}
} }
} }

View File

@ -956,9 +956,7 @@
"title": "Kanto" "title": "Kanto"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "Fermi"
},
"table": { "table": {
"error": { "error": {
"debug": "Kantodatumo", "debug": "Kantodatumo",
@ -1065,7 +1063,6 @@
}, },
"button": { "button": {
"cancel": "Nuligi", "cancel": "Nuligi",
"close": "Fermi",
"finishLater": "Finanto", "finishLater": "Finanto",
"next": "Baldaŭa kanto", "next": "Baldaŭa kanto",
"previous": "Antaŭa kanto", "previous": "Antaŭa kanto",
@ -1979,7 +1976,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Fermi",
"show": "Ĝisdati moderecan regulon" "show": "Ĝisdati moderecan regulon"
}, },
"modal": { "modal": {
@ -2234,9 +2230,7 @@
} }
} }
}, },
"button": { "button": {},
"close": "Fermi"
},
"header": { "header": {
"saveFailure": "Eraro kiam konservi preferojn", "saveFailure": "Eraro kiam konservi preferojn",
"failure": "Ĝisdatigi", "failure": "Ĝisdatigi",
@ -2274,9 +2268,7 @@
"show": "Afiŝi disponeblajn fulmoklavojn" "show": "Afiŝi disponeblajn fulmoklavojn"
} }
}, },
"button": { "button": {},
"close": "Fermi"
},
"header": { "header": {
"modal": "Fulmoklavo" "modal": "Fulmoklavo"
} }
@ -2297,7 +2289,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Purigi", "clear": "Purigi",
"close": "Fermi",
"stopRadio": "Halti radion" "stopRadio": "Halti radion"
}, },
"label": { "label": {
@ -3848,5 +3839,10 @@
"update": "Ĝisdati" "update": "Ĝisdati"
} }
} }
},
"global": {
"button": {
"close": "Fermi"
}
} }
} }

View File

@ -911,9 +911,7 @@
"label": "Metadatos inválidos" "label": "Metadatos inválidos"
} }
}, },
"button": { "button": {},
"close": "Cerrar"
},
"table": { "table": {
"error": { "error": {
"debug": "Información de depuración", "debug": "Información de depuración",
@ -1186,7 +1184,6 @@
}, },
"button": { "button": {
"cancel": "Cancelar", "cancel": "Cancelar",
"close": "Cerrar",
"finishLater": "Terminado", "finishLater": "Terminado",
"next": "Próxima canción", "next": "Próxima canción",
"previous": "Canción anterior", "previous": "Canción anterior",
@ -2190,7 +2187,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Cerrar",
"show": "Actualizar regla de moderación" "show": "Actualizar regla de moderación"
}, },
"modal": { "modal": {
@ -2481,7 +2477,6 @@
} }
}, },
"button": { "button": {
"close": "Cerrar",
"reload": "Cerrar y recargar la página" "reload": "Cerrar y recargar la página"
}, },
"header": { "header": {
@ -2526,9 +2521,7 @@
"show": "Mostrar atajos de teclado disponibles" "show": "Mostrar atajos de teclado disponibles"
} }
}, },
"button": { "button": {},
"close": "Cerrar"
},
"header": { "header": {
"modal": "Atajos de teclado" "modal": "Atajos de teclado"
} }
@ -2550,7 +2543,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Borrar", "clear": "Borrar",
"close": "Cerrar",
"stopRadio": "Parar radio" "stopRadio": "Parar radio"
}, },
"label": { "label": {
@ -4201,5 +4193,10 @@
"update": "Actualizar" "update": "Actualizar"
} }
} }
},
"global": {
"button": {
"close": "Cerrar"
}
} }
} }

View File

@ -1006,9 +1006,7 @@
"message": "Fitxategiaren metadatuak baliogabeak dira edo beharrezko eremuak falta dituzte." "message": "Fitxategiaren metadatuak baliogabeak dira edo beharrezko eremuak falta dituzte."
} }
}, },
"button": { "button": {},
"close": "Itxi"
},
"table": { "table": {
"error": { "error": {
"debug": "Arazketa informazioa", "debug": "Arazketa informazioa",
@ -1308,7 +1306,6 @@
}, },
"button": { "button": {
"cancel": "Ezeztatu", "cancel": "Ezeztatu",
"close": "Itxi",
"finishLater": "Amaitu beranduago", "finishLater": "Amaitu beranduago",
"next": "Hurrengo pausoa", "next": "Hurrengo pausoa",
"previous": "Aurreko pausoa", "previous": "Aurreko pausoa",
@ -2365,7 +2362,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Itxi",
"show": "Moderazio arauak…" "show": "Moderazio arauak…"
}, },
"modal": { "modal": {
@ -2674,7 +2670,6 @@
} }
}, },
"button": { "button": {
"close": "Itxi",
"reload": "Itxi eta freskatu orria" "reload": "Itxi eta freskatu orria"
}, },
"header": { "header": {
@ -2726,9 +2721,7 @@
"unfocus": "Kendu fokua bilaketa-barrari" "unfocus": "Kendu fokua bilaketa-barrari"
} }
}, },
"button": { "button": {},
"close": "Itxi"
},
"header": { "header": {
"modal": "Laster-teklak" "modal": "Laster-teklak"
} }
@ -2758,7 +2751,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Garbitu", "clear": "Garbitu",
"close": "Itxi",
"stopRadio": "Gelditu irratia" "stopRadio": "Gelditu irratia"
}, },
"label": { "label": {
@ -4498,5 +4490,10 @@
"rateLimitDelay": "Eskaera gehiegi bidali dituzu eta mugatua izan zara, saiatu { delay } igarotzean", "rateLimitDelay": "Eskaera gehiegi bidali dituzu eta mugatua izan zara, saiatu { delay } igarotzean",
"rateLimitLater": "Eskaera gehiegi bidali dituzu eta mugatua izan zara, saiatu beranduago" "rateLimitLater": "Eskaera gehiegi bidali dituzu eta mugatua izan zara, saiatu beranduago"
} }
},
"global": {
"button": {
"close": "Itxi"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "Les métadonnées inclues dans le fichier sont invalides, ou certains champs obligatoires sont manquants." "message": "Les métadonnées inclues dans le fichier sont invalides, ou certains champs obligatoires sont manquants."
} }
}, },
"button": { "button": {},
"close": "Fermer"
},
"table": { "table": {
"error": { "error": {
"debug": "Informations de débogage", "debug": "Informations de débogage",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Annuler", "cancel": "Annuler",
"close": "Fermer",
"finishLater": "Terminer plus tard", "finishLater": "Terminer plus tard",
"next": "Étape suivante", "next": "Étape suivante",
"previous": "Étape précédente", "previous": "Étape précédente",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Fermer",
"show": "Règles de modération…" "show": "Règles de modération…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Fermer",
"reload": "Fermer et recharger la page" "reload": "Fermer et recharger la page"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Retirer le focus de la barre de recherche" "unfocus": "Retirer le focus de la barre de recherche"
} }
}, },
"button": { "button": {},
"close": "Fermer"
},
"header": { "header": {
"modal": "Raccourcis clavier" "modal": "Raccourcis clavier"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Effacer", "clear": "Effacer",
"close": "Fermer",
"stopRadio": "Arrêter la radio" "stopRadio": "Arrêter la radio"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Vous avez envoyé trop de requêtes et êtes actuellement limité·e, merci de réessayer dans { delay }", "rateLimitDelay": "Vous avez envoyé trop de requêtes et êtes actuellement limité·e, merci de réessayer dans { delay }",
"rateLimitLater": "Vous avez envoyé trop de requêtes et êtes actuellement limité·e, merci de réessayer plus tard" "rateLimitLater": "Vous avez envoyé trop de requêtes et êtes actuellement limité·e, merci de réessayer plus tard"
} }
},
"global": {
"button": {
"close": "Fermer"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "Os metadatos incluídos no ficheiro non son válidos ou faltan algúns campos requeridos." "message": "Os metadatos incluídos no ficheiro non son válidos ou faltan algúns campos requeridos."
} }
}, },
"button": { "button": {},
"close": "Pechar"
},
"table": { "table": {
"error": { "error": {
"debug": "Información de depuración", "debug": "Información de depuración",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Cancelar", "cancel": "Cancelar",
"close": "Pechar",
"finishLater": "Rematar máis tarde", "finishLater": "Rematar máis tarde",
"next": "Seguinte paso", "next": "Seguinte paso",
"previous": "Paso anterior", "previous": "Paso anterior",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Pechar",
"show": "Regras da moderación…" "show": "Regras da moderación…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Pechar",
"reload": "Pechar e recargar páxina" "reload": "Pechar e recargar páxina"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Saír da barra de busca" "unfocus": "Saír da barra de busca"
} }
}, },
"button": { "button": {},
"close": "Pechar"
},
"header": { "header": {
"modal": "Atallos de teclado" "modal": "Atallos de teclado"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Baleirar", "clear": "Baleirar",
"close": "Pechar",
"stopRadio": "Deter radio" "stopRadio": "Deter radio"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Enviaches demasiadas solicitudes en pouco tempo, inténtao de novo en { delay }", "rateLimitDelay": "Enviaches demasiadas solicitudes en pouco tempo, inténtao de novo en { delay }",
"rateLimitLater": "Enviaches demasiadas solicitudes en pouco tempo, por favor inténtao máis tarde" "rateLimitLater": "Enviaches demasiadas solicitudes en pouco tempo, por favor inténtao máis tarde"
} }
},
"global": {
"button": {
"close": "Pechar"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "I metadati inclusi nel file non sono validi o alcuni campi obbligatori sono mancanti." "message": "I metadati inclusi nel file non sono validi o alcuni campi obbligatori sono mancanti."
} }
}, },
"button": { "button": {},
"close": "Chiudi"
},
"table": { "table": {
"error": { "error": {
"debug": "Informazioni di debug", "debug": "Informazioni di debug",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Annulla", "cancel": "Annulla",
"close": "Chiudi",
"finishLater": "Finisci più tardi", "finishLater": "Finisci più tardi",
"next": "Prossimo passo", "next": "Prossimo passo",
"previous": "Passo precedente", "previous": "Passo precedente",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Chiudi",
"show": "Regole di moderazione…" "show": "Regole di moderazione…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Chiudi",
"reload": "Chiudi e ricarica pagina" "reload": "Chiudi e ricarica pagina"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Togli il primo piano dalla barra di ricerca" "unfocus": "Togli il primo piano dalla barra di ricerca"
} }
}, },
"button": { "button": {},
"close": "Chiudi"
},
"header": { "header": {
"modal": "Scorciatoie da tastiera" "modal": "Scorciatoie da tastiera"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Svuota", "clear": "Svuota",
"close": "Chiudi",
"stopRadio": "Ferma radio" "stopRadio": "Ferma radio"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Hai inviato troppe richieste e sei stato limitato, riprova tra { delay }", "rateLimitDelay": "Hai inviato troppe richieste e sei stato limitato, riprova tra { delay }",
"rateLimitLater": "Hai inviato troppe richieste e sei stato limitato, riprova più tardi" "rateLimitLater": "Hai inviato troppe richieste e sei stato limitato, riprova più tardi"
} }
},
"global": {
"button": {
"close": "Chiudi"
}
} }
} }

View File

@ -947,9 +947,7 @@
"message": "ファイルに含まれるメタデータが無効か、必須の項目が入力されていません。" "message": "ファイルに含まれるメタデータが無効か、必須の項目が入力されていません。"
} }
}, },
"button": { "button": {},
"close": "閉じる"
},
"table": { "table": {
"error": { "error": {
"debug": "デバッグ", "debug": "デバッグ",
@ -1220,7 +1218,6 @@
}, },
"button": { "button": {
"cancel": "キャンセル", "cancel": "キャンセル",
"close": "閉じる",
"next": "次へ", "next": "次へ",
"previous": "前のステップ", "previous": "前のステップ",
"publish": "公開", "publish": "公開",
@ -2195,7 +2192,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "閉じる",
"show": "モデレーションルール…" "show": "モデレーションルール…"
} }
}, },
@ -2462,7 +2458,6 @@
} }
}, },
"button": { "button": {
"close": "閉じる",
"reload": "閉じて再読込" "reload": "閉じて再読込"
}, },
"header": { "header": {
@ -2513,9 +2508,7 @@
"unfocus": "検索窓から離れる" "unfocus": "検索窓から離れる"
} }
}, },
"button": { "button": {},
"close": "閉じる"
},
"header": { "header": {
"modal": "キーボードショートカット集" "modal": "キーボードショートカット集"
} }
@ -2543,7 +2536,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "クリア", "clear": "クリア",
"close": "閉じる",
"stopRadio": "ラジオを止める" "stopRadio": "ラジオを止める"
}, },
"label": { "label": {
@ -4141,5 +4133,10 @@
"update": "更新" "update": "更新"
} }
} }
},
"global": {
"button": {
"close": "閉じる"
}
} }
} }

View File

@ -258,9 +258,7 @@
"label": "Yir iɣf-isefka" "label": "Yir iɣf-isefka"
} }
}, },
"button": { "button": {}
"close": "Mdel"
}
}, },
"EditCard": { "EditCard": {
"button": { "button": {
@ -915,9 +913,7 @@
} }
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {}
"close": "Mdel"
}
}, },
"NotesThread": { "NotesThread": {
"button": { "button": {
@ -1323,7 +1319,6 @@
"UploadModal": { "UploadModal": {
"button": { "button": {
"cancel": "Sefex", "cancel": "Sefex",
"close": "Mdel",
"publish": "Suffeɣ-d", "publish": "Suffeɣ-d",
"update": "Leqqem" "update": "Leqqem"
} }
@ -1398,8 +1393,7 @@
}, },
"Queue": { "Queue": {
"button": { "button": {
"clear": "Effacer", "clear": "Effacer"
"close": "Mdel"
}, },
"label": { "label": {
"duration": "Durée", "duration": "Durée",
@ -1413,9 +1407,7 @@
}, },
"federation": { "federation": {
"FetchButton": { "FetchButton": {
"button": { "button": {},
"close": "Mdel"
},
"table": { "table": {
"error": { "error": {
"value": { "value": {
@ -1431,9 +1423,7 @@
} }
}, },
"ShortcutsModal": { "ShortcutsModal": {
"button": { "button": {},
"close": "Mdel"
},
"header": { "header": {
"modal": "Inegzumen n unasiw" "modal": "Inegzumen n unasiw"
} }
@ -2361,5 +2351,10 @@
"update": "Leqqem" "update": "Leqqem"
} }
} }
},
"global": {
"button": {
"close": "Mdel"
}
} }
} }

View File

@ -302,9 +302,7 @@
} }
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {}
"close": "അടയ്ക്കുക"
}
}, },
"AlbumEdit": { "AlbumEdit": {
"header": { "header": {
@ -334,8 +332,7 @@
"files": "{ n } ഫയൽ | { n } ഫയലുകൾ" "files": "{ n } ഫയൽ | { n } ഫയലുകൾ"
}, },
"button": { "button": {
"cancel": "റദ്ദാക്കുക", "cancel": "റദ്ദാക്കുക"
"close": "അടയ്ക്കുക"
} }
}, },
"LicenseSelect": { "LicenseSelect": {
@ -750,9 +747,7 @@
} }
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {}
"close": "അടയ്ക്കുക"
}
}, },
"NotesThread": { "NotesThread": {
"button": { "button": {
@ -1034,8 +1029,7 @@
}, },
"Queue": { "Queue": {
"button": { "button": {
"clear": "മായ്ക്കുക", "clear": "മായ്ക്കുക"
"close": "അടയ്ക്കുക"
}, },
"label": { "label": {
"duration": "വിവരണം" "duration": "വിവരണം"
@ -1043,15 +1037,11 @@
}, },
"federation": { "federation": {
"FetchButton": { "FetchButton": {
"button": { "button": {}
"close": "അടയ്ക്കുക"
}
} }
}, },
"ShortcutsModal": { "ShortcutsModal": {
"button": { "button": {}
"close": "അടയ്ക്കുക"
}
}, },
"forms": { "forms": {
"PasswordInput": { "PasswordInput": {
@ -1733,5 +1723,10 @@
} }
} }
} }
},
"global": {
"button": {
"close": "അടയ്ക്കുക"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "De metadata bij het bestand zijn ongeldig, of sommige verplichte velden ontbreken." "message": "De metadata bij het bestand zijn ongeldig, of sommige verplichte velden ontbreken."
} }
}, },
"button": { "button": {},
"close": "Sluiten"
},
"table": { "table": {
"error": { "error": {
"debug": "Foutgegevens", "debug": "Foutgegevens",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Annuleren", "cancel": "Annuleren",
"close": "Sluiten",
"finishLater": "Rond later af", "finishLater": "Rond later af",
"next": "Volgende stap", "next": "Volgende stap",
"previous": "Vorige stap", "previous": "Vorige stap",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Sluiten",
"show": "Moderatieregels…" "show": "Moderatieregels…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Sluiten",
"reload": "Sluiten en pagina vernieuwen" "reload": "Sluiten en pagina vernieuwen"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Deselecteer zoekbalk" "unfocus": "Deselecteer zoekbalk"
} }
}, },
"button": { "button": {},
"close": "Sluiten"
},
"header": { "header": {
"modal": "Sneltoetsen" "modal": "Sneltoetsen"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Wissen", "clear": "Wissen",
"close": "Sluiten",
"stopRadio": "Radio stoppen" "stopRadio": "Radio stoppen"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Je hebt te veel verzoeken ingediend en wordt tijdelijk tegengehouden. Probeer het nog eens over { delay }", "rateLimitDelay": "Je hebt te veel verzoeken ingediend en wordt tijdelijk tegengehouden. Probeer het nog eens over { delay }",
"rateLimitLater": "Je hebt te veel verzoeken ingediend en wordt tijdelijk tegengehouden. Probeer het later nog eens" "rateLimitLater": "Je hebt te veel verzoeken ingediend en wordt tijdelijk tegengehouden. Probeer het later nog eens"
} }
},
"global": {
"button": {
"close": "Sluiten"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "La metadonada inclusa al fichièr es invalida o de camps obligatòris son absents." "message": "La metadonada inclusa al fichièr es invalida o de camps obligatòris son absents."
} }
}, },
"button": { "button": {},
"close": "Tampar"
},
"table": { "table": {
"error": { "error": {
"debug": "Informacions de debug", "debug": "Informacions de debug",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Anullar", "cancel": "Anullar",
"close": "Tampar",
"finishLater": "Acabar mai tard", "finishLater": "Acabar mai tard",
"next": "Etapa seguenta", "next": "Etapa seguenta",
"previous": "Etapa precedenta", "previous": "Etapa precedenta",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Tampar",
"show": "Règlas de moderacion…" "show": "Règlas de moderacion…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Tampar",
"reload": "Tampar e tornar cargar la pagina" "reload": "Tampar e tornar cargar la pagina"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Sortir de la recèrca" "unfocus": "Sortir de la recèrca"
} }
}, },
"button": { "button": {},
"close": "Tampar"
},
"header": { "header": {
"modal": "Acorchis clavièr" "modal": "Acorchis clavièr"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Escafar", "clear": "Escafar",
"close": "Tampar",
"stopRadio": "Arrestar la ràdio" "stopRadio": "Arrestar la ràdio"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Avètz realizat tròpas de requèstas e sètz estat limitat, volgatz tornar ensajar daquí { delay }", "rateLimitDelay": "Avètz realizat tròpas de requèstas e sètz estat limitat, volgatz tornar ensajar daquí { delay }",
"rateLimitLater": "Avètz realizat tròpas de requèstas e sètz estat limitat, volgatz tornar ensajar mai tard" "rateLimitLater": "Avètz realizat tròpas de requèstas e sètz estat limitat, volgatz tornar ensajar mai tard"
} }
},
"global": {
"button": {
"close": "Tampar"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "Metadane zawarte w tym pliku są nieprawidłowe lub brakuje części wymaganych informacji." "message": "Metadane zawarte w tym pliku są nieprawidłowe lub brakuje części wymaganych informacji."
} }
}, },
"button": { "button": {},
"close": "Zamknij"
},
"table": { "table": {
"error": { "error": {
"debug": "Informacje dla programistów", "debug": "Informacje dla programistów",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Anuluj", "cancel": "Anuluj",
"close": "Zamknij",
"finishLater": "Ukończ później", "finishLater": "Ukończ później",
"next": "Następny krok", "next": "Następny krok",
"previous": "Poprzedni krok", "previous": "Poprzedni krok",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Zamknij",
"show": "Reguły moderacyjne…" "show": "Reguły moderacyjne…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Zamknij",
"reload": "Zamknij i odśwież stronę" "reload": "Zamknij i odśwież stronę"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Dezaktywuj pasek wyszukiwania" "unfocus": "Dezaktywuj pasek wyszukiwania"
} }
}, },
"button": { "button": {},
"close": "Zamknij"
},
"header": { "header": {
"modal": "Skróty klawiszowe" "modal": "Skróty klawiszowe"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Wyczyść", "clear": "Wyczyść",
"close": "Zamknij",
"stopRadio": "Zatrzymaj radio" "stopRadio": "Zatrzymaj radio"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Wysłałeś zbyt wiele zapytań i zostałeś tymczasowo zablokowany, spróbuj ponownie za { delay }", "rateLimitDelay": "Wysłałeś zbyt wiele zapytań i zostałeś tymczasowo zablokowany, spróbuj ponownie za { delay }",
"rateLimitLater": "Wysłałeś zbyt wiele zapytań i zostałeś tymczasowo zablokowany, spróbuj ponownie później" "rateLimitLater": "Wysłałeś zbyt wiele zapytań i zostałeś tymczasowo zablokowany, spróbuj ponownie później"
} }
},
"global": {
"button": {
"close": "Zamknij"
}
} }
} }

View File

@ -2647,7 +2647,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Limpar", "clear": "Limpar",
"close": "Fechar",
"stopRadio": "Parar rádio" "stopRadio": "Parar rádio"
}, },
"label": { "label": {
@ -4336,5 +4335,10 @@
"rateLimitDelay": "Você foi limitado por enviar muitas solicitações, tente novamente em { delay }", "rateLimitDelay": "Você foi limitado por enviar muitas solicitações, tente novamente em { delay }",
"rateLimitLater": "Você foi limitado por enviar muitas solicitações, tente novamente mais tarde" "rateLimitLater": "Você foi limitado por enviar muitas solicitações, tente novamente mais tarde"
} }
},
"global": {
"button": {
"close": "Fechar"
}
} }
} }

View File

@ -948,9 +948,7 @@
"title": "Música" "title": "Música"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "Fechar"
},
"table": { "table": {
"error": { "error": {
"debug": "Informação da música", "debug": "Informação da música",
@ -1057,7 +1055,6 @@
}, },
"button": { "button": {
"cancel": "Cancelar", "cancel": "Cancelar",
"close": "Fechar",
"finishLater": "Acabado", "finishLater": "Acabado",
"next": "Música seguinte", "next": "Música seguinte",
"previous": "Música anterior", "previous": "Música anterior",
@ -1965,7 +1962,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Fechar",
"show": "Atualizar a regra de moderação" "show": "Atualizar a regra de moderação"
}, },
"modal": { "modal": {
@ -2219,9 +2215,7 @@
} }
} }
}, },
"button": { "button": {},
"close": "Fechar"
},
"header": { "header": {
"saveFailure": "Erro ao salvar configurações", "saveFailure": "Erro ao salvar configurações",
"failure": "Atualizar", "failure": "Atualizar",
@ -2259,9 +2253,7 @@
"show": "Mostrar atalhos de teclado disponíveis" "show": "Mostrar atalhos de teclado disponíveis"
} }
}, },
"button": { "button": {},
"close": "Fechar"
},
"header": { "header": {
"modal": "Atalhos do teclado" "modal": "Atalhos do teclado"
} }
@ -2282,7 +2274,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Claro", "clear": "Claro",
"close": "Fechar",
"stopRadio": "Pare o rádio" "stopRadio": "Pare o rádio"
}, },
"label": { "label": {
@ -3821,5 +3812,10 @@
"update": "Atualizar" "update": "Atualizar"
} }
} }
},
"global": {
"button": {
"close": "Fechar"
}
} }
} }

View File

@ -1010,9 +1010,7 @@
"message": "Метаданные файла неправильные или некоторые обязательные поля отсутствуют." "message": "Метаданные файла неправильные или некоторые обязательные поля отсутствуют."
} }
}, },
"button": { "button": {},
"close": "Закрыть"
},
"table": { "table": {
"error": { "error": {
"debug": "Диагностика", "debug": "Диагностика",
@ -1312,7 +1310,6 @@
}, },
"button": { "button": {
"cancel": "Отмена", "cancel": "Отмена",
"close": "Закрыть",
"finishLater": "Закончить позже", "finishLater": "Закончить позже",
"next": "Следующий шаг", "next": "Следующий шаг",
"previous": "Предыдущий шаг", "previous": "Предыдущий шаг",
@ -2369,7 +2366,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "Закрыть",
"show": "Правила модерации…" "show": "Правила модерации…"
}, },
"modal": { "modal": {
@ -2678,7 +2674,6 @@
} }
}, },
"button": { "button": {
"close": "Закрыть",
"reload": "Закрыть и обновить страницу" "reload": "Закрыть и обновить страницу"
}, },
"header": { "header": {
@ -2730,9 +2725,7 @@
"unfocus": "Выйти из панели поиска" "unfocus": "Выйти из панели поиска"
} }
}, },
"button": { "button": {},
"close": "Закрыть"
},
"header": { "header": {
"modal": "Горячие клавиши" "modal": "Горячие клавиши"
} }
@ -2762,7 +2755,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Очистить", "clear": "Очистить",
"close": "Закрыть",
"stopRadio": "Остановить радио" "stopRadio": "Остановить радио"
}, },
"label": { "label": {
@ -4502,5 +4494,10 @@
"rateLimitDelay": "Вы отправили слишком много запросов и попали под временное ограничение, пожалуйста, попробуйте снова через { delay }", "rateLimitDelay": "Вы отправили слишком много запросов и попали под временное ограничение, пожалуйста, попробуйте снова через { delay }",
"rateLimitLater": "Вы отправили слишком много запросов и попали под ограничение, пожалуйста, попробуйте позже" "rateLimitLater": "Вы отправили слишком много запросов и попали под ограничение, пожалуйста, попробуйте позже"
} }
},
"global": {
"button": {
"close": "Закрыть"
}
} }
} }

View File

@ -822,9 +822,7 @@
"title": "Låt" "title": "Låt"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "Stängd"
},
"table": { "table": {
"error": { "error": {
"debug": "Låtinformation", "debug": "Låtinformation",
@ -922,7 +920,6 @@
}, },
"button": { "button": {
"cancel": "Ångra", "cancel": "Ångra",
"close": "Stängd",
"finishLater": "Avslutad", "finishLater": "Avslutad",
"next": "Nästa steg", "next": "Nästa steg",
"previous": "Föregående steg", "previous": "Föregående steg",
@ -1729,9 +1726,7 @@
} }
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {}
"close": "Stängd"
}
}, },
"NotesThread": { "NotesThread": {
"button": { "button": {
@ -1977,9 +1972,7 @@
} }
} }
}, },
"button": { "button": {},
"close": "Stängd"
},
"header": { "header": {
"saveFailure": "Fel vid sparning av inställningar", "saveFailure": "Fel vid sparning av inställningar",
"failure": "Uppdatera", "failure": "Uppdatera",
@ -2014,7 +2007,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "Rensa", "clear": "Rensa",
"close": "Stängd",
"stopRadio": "Stoppa radio" "stopRadio": "Stoppa radio"
}, },
"label": { "label": {
@ -2048,9 +2040,7 @@
"toggleFavorite": "I favoriter" "toggleFavorite": "I favoriter"
} }
}, },
"button": { "button": {}
"close": "Stängd"
}
}, },
"radios": { "radios": {
"Card": { "Card": {
@ -3242,5 +3232,10 @@
"update": "Uppdatera avatar" "update": "Uppdatera avatar"
} }
} }
},
"global": {
"button": {
"close": "Stängd"
}
} }
} }

View File

@ -149,7 +149,6 @@
"Queue": { "Queue": {
"button": { "button": {
"clear": "清除", "clear": "清除",
"close": "关闭",
"stopRadio": "停止播放电台" "stopRadio": "停止播放电台"
}, },
"header": { "header": {
@ -232,9 +231,7 @@
} }
}, },
"ShortcutsModal": { "ShortcutsModal": {
"button": { "button": {},
"close": "关闭"
},
"header": { "header": {
"modal": "键盘快捷键" "modal": "键盘快捷键"
}, },
@ -1064,7 +1061,6 @@
"UploadModal": { "UploadModal": {
"button": { "button": {
"cancel": "取消", "cancel": "取消",
"close": "关闭",
"finishLater": "以后再完成", "finishLater": "以后再完成",
"next": "下一步", "next": "下一步",
"previous": "上一步", "previous": "上一步",
@ -1317,7 +1313,6 @@
"federation": { "federation": {
"FetchButton": { "FetchButton": {
"button": { "button": {
"close": "关闭",
"reload": "关闭并重新加载页面" "reload": "关闭并重新加载页面"
}, },
"description": { "description": {
@ -1701,9 +1696,7 @@
"title": "曲库" "title": "曲库"
}, },
"ImportStatusModal": { "ImportStatusModal": {
"button": { "button": {},
"close": "关闭"
},
"error": { "error": {
"importFailure": "上传处理过程中出错。您可在下方找到更多信息。", "importFailure": "上传处理过程中出错。您可在下方找到更多信息。",
"invalidMetadata": { "invalidMetadata": {
@ -2432,7 +2425,6 @@
}, },
"InstancePolicyModal": { "InstancePolicyModal": {
"button": { "button": {
"close": "关闭",
"show": "审核规则…" "show": "审核规则…"
}, },
"modal": { "modal": {
@ -4505,5 +4497,10 @@
"title": "电台" "title": "电台"
} }
} }
},
"global": {
"button": {
"close": "关闭"
}
} }
} }