mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-03 07:48:46 +08:00
configm
-> confirm
This commit is contained in:
parent
409e8acafa
commit
7c69583307
@ -1245,7 +1245,7 @@ function UIItem(options){
|
|||||||
html: i18n('delete_permanently'),
|
html: i18n('delete_permanently'),
|
||||||
onClick: async function(){
|
onClick: async function(){
|
||||||
const alert_resp = await UIAlert({
|
const alert_resp = await UIAlert({
|
||||||
message: i18n('configm_delete_single_item'),
|
message: i18n('confirm_delete_single_item'),
|
||||||
buttons:[
|
buttons:[
|
||||||
{
|
{
|
||||||
label: i18n('delete'),
|
label: i18n('delete'),
|
||||||
|
@ -20,7 +20,7 @@ const en = {
|
|||||||
color: 'Color',
|
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_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?',
|
confirm_delete_multiple_items: 'Are you sure you want to permanently delete these items?',
|
||||||
configm_delete_single_item: 'Do you want to permanently delete this item?',
|
confirm_delete_single_item: 'Do you want to permanently delete this item?',
|
||||||
confirm_open_apps_log_out: 'You have open apps. Are you sure you want to log out?',
|
confirm_open_apps_log_out: 'You have open apps. Are you sure you want to log out?',
|
||||||
confirm_new_password: "Confirm New Password",
|
confirm_new_password: "Confirm New Password",
|
||||||
contact_us: "Contact Us",
|
contact_us: "Contact Us",
|
||||||
|
@ -20,7 +20,7 @@ const nb = {
|
|||||||
color: "Farge",
|
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_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?',
|
confirm_delete_multiple_items: 'Er du sikker på at du vil slette disse elementene permanent?',
|
||||||
configm_delete_single_item: 'Er du sikker på at du vil slette dette elemente permanent?',
|
confirm_delete_single_item: 'Er du sikker på at du vil slette dette elemente permanent?',
|
||||||
confirm_open_apps_log_out: 'Du har åpene apper, er du sikker på at du vil logge ut?',
|
confirm_open_apps_log_out: 'Du har åpene apper, er du sikker på at du vil logge ut?',
|
||||||
confirm_new_password: "Bekreft nytt passord",
|
confirm_new_password: "Bekreft nytt passord",
|
||||||
contact_us: "Kontakt oss",
|
contact_us: "Kontakt oss",
|
||||||
|
Loading…
Reference in New Issue
Block a user