mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-24 14:16:06 +00:00
Fix typo in 'change_always_open_with' i18n key
This commit is contained in:
+1
-1
@@ -987,7 +987,7 @@ function UIItem(options){
|
||||
)
|
||||
){
|
||||
const alert_resp = await UIAlert({
|
||||
message: `${i18n('change_allways_open_with')} ` + html_encode(suggested_app.title) + '?',
|
||||
message: `${i18n('change_always_open_with')} ` + html_encode(suggested_app.title) + '?',
|
||||
body_icon: suggested_app.icon,
|
||||
buttons:[
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ const br = {
|
||||
change_username: "Alterar Nome de Utilizador",
|
||||
close_all_windows: "Fechar Todas as Janelas",
|
||||
close_all_windows_and_log_out: 'Fechar Janelas e Sair',
|
||||
change_allways_open_with: "Quer sempre abrir arquivos deste tipo com",
|
||||
change_always_open_with: "Quer sempre abrir arquivos deste tipo com",
|
||||
color: 'Cor',
|
||||
confirm_account_for_free_referral_storage_c2a: 'Crie uma conta e confirme o endereço do email para receber 1 GB de armazenamento gratuito. Seu amigo receberá 1 GB de armazenamento gratuito também.',
|
||||
confirm_delete_multiple_items: 'Quer apagar estes itens permanentemente?',
|
||||
|
||||
@@ -39,7 +39,7 @@ const en = {
|
||||
change_username: "Change Username",
|
||||
close_all_windows: "Close All Windows",
|
||||
close_all_windows_and_log_out: 'Close Windows and Log Out',
|
||||
change_allways_open_with: "Do you want to always open this type of file with",
|
||||
change_always_open_with: "Do you want to always open this type of file with",
|
||||
color: 'Color',
|
||||
confirm_account_for_free_referral_storage_c2a: 'Create an account and confirm your email address to receive 1 GB of free storage. Your friend will get 1 GB of free storage too.',
|
||||
confirm_delete_multiple_items: 'Are you sure you want to permanently delete these items?',
|
||||
|
||||
@@ -36,7 +36,7 @@ const nb = {
|
||||
change_username: "Endre brukernavn",
|
||||
close_all_windows: "Lukk alle vinduer",
|
||||
close_all_windows_and_log_out: 'Lukk alle vinduer og logg ut',
|
||||
change_allways_open_with: "Ønsker du å alltid åpne denne filtypen med",
|
||||
change_always_open_with: "Ønsker du å alltid åpne denne filtypen med",
|
||||
color: "Farge",
|
||||
confirm_account_for_free_referral_storage_c2a: "Opprett en konto og bekreft e-postadressen din for å motta 1 GB gratis lagringsplass. Din venn vil også få 1 GB gratis lagringsplass.",
|
||||
confirm_delete_multiple_items: 'Er du sikker på at du vil slette disse elementene permanent?',
|
||||
|
||||
@@ -39,7 +39,7 @@ const nl = {
|
||||
change_username: "Gebruikersnaam veranderen",
|
||||
close_all_windows: "Alle schermen sluiten",
|
||||
close_all_windows_and_log_out: 'Alle schermen sluiten en afmelden',
|
||||
change_allways_open_with: "Dit type bestand altijd openen met",
|
||||
change_always_open_with: "Dit type bestand altijd openen met",
|
||||
color: 'Kleur',
|
||||
confirm_account_for_free_referral_storage_c2a: 'Maak een account en bevestig uw emailadres om 1 GB aan gratis opslag te ontvangen. Uw vriend krijgt ook 1 GB aan gratis opslag.',
|
||||
confirm_delete_multiple_items: 'Weet u zeker dat u deze bestanden permanent wilt verwijderen?',
|
||||
|
||||
@@ -36,7 +36,7 @@ const pl = {
|
||||
change_username: "Zmień użytkownika",
|
||||
close_all_windows: "Zamknij wszystkie okna",
|
||||
close_all_windows_and_log_out: 'Zamknij wszystkie okna i wyloguj',
|
||||
change_allways_open_with: "Czy chcesz zawsze otwierać ten typ pliku używając",
|
||||
change_always_open_with: "Czy chcesz zawsze otwierać ten typ pliku używając",
|
||||
color: 'Kolor',
|
||||
confirm_account_for_free_referral_storage_c2a: 'Stwórz konto i potwierdź swój adres e-mail, żeby dostać 1 GB darmowego miejsca. Twój znajomy również dostanie 1 GB darmowego miejsca.',
|
||||
confirm_delete_multiple_items: 'Czy na pewno chcesz na zawsze usunąć te przedmioty?',
|
||||
|
||||
@@ -39,7 +39,7 @@ const pt = {
|
||||
change_username: "Alterar o Nome de Utilizador",
|
||||
close_all_windows: "Fechar Todas as Janelas",
|
||||
close_all_windows_and_log_out: 'Fechar Janelas e Sair',
|
||||
change_allways_open_with: "Queres que ficheiros deste tipo abram sempre com",
|
||||
change_always_open_with: "Queres que ficheiros deste tipo abram sempre com",
|
||||
color: 'Cor',
|
||||
confirm_account_for_free_referral_storage_c2a: 'Cria uma conta e confirma o endereço do email para receber 1 GB de armazenamento gratuito. O teu amigo também receberá 1 GB de armazenamento gratuito.',
|
||||
confirm_delete_multiple_items: 'Tens a certeza que queres apagar estes itens permanentemente?',
|
||||
|
||||
Reference in New Issue
Block a user