Update lang

This commit is contained in:
nicolas.dorier 2023-03-20 19:30:56 +09:00
parent fd22406e0a
commit 5f96d17b8c
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
5 changed files with 13 additions and 8 deletions

View file

@ -72,19 +72,24 @@ namespace BTCPayServer.Tests
// // DO NOT RUN IT, THIS WILL ERASE THE CURRENT TRANSIFEX TRANSLATIONS
// var client = GetTransifexClient();
// var translations = JsonTranslation.GetTranslations(TranslationFolder.CheckoutV1);
// var translations = JsonTranslation.GetTranslations(TranslationFolder.CheckoutV2);
// var enTranslations = translations["en"];
// translations.Remove("en");
// foreach (var t in translations)
// {
// foreach (var w in t.Value.Words.ToArray())
// {
// if (w.Value == enTranslations.Words[w.Key])
// t.Value.Words[w.Key] = null;
// if (t.Value.Words[w.Key] == null)
// t.Value.Words[w.Key] = enTranslations.Words[w.Key];
// }
// t.Value.Words.Remove("code");
// t.Value.Words.Remove("NOTICE_WARN");
// }
// await client.UpdateTranslations(translations);
// }
//#pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously
//#pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously
///// <summary>
///// This utility will copy translations made on checkout v1 to checkout v2

View file

@ -35,4 +35,4 @@
"copy_confirm": "Копирано",
"powered_by": "Задвижвано от",
"conversion_body": "Този сервиз за предлага от трето лице. Моля дръжте в предвид, че ние нямаме контрол как доставчикът препраща вашите средства. Фактурата ще бъде маркирана като платена само, когато средствата са получени на {{cryptoCode}} блок веригата."
}
}

View file

@ -35,4 +35,4 @@
"copy_confirm": "Copied",
"powered_by": "Powered by",
"conversion_body": "This service is provided by 3rd party. Please keep in mind that we have no control over how providers will forward your funds. Invoice will only be marked paid once funds are received on {{cryptoCode}} Blockchain."
}
}

View file

@ -35,4 +35,4 @@
"copy_confirm": "Copiado",
"powered_by": "Desenvolvido por",
"conversion_body": "Esse serviço é oferecido por terceiros. Por favor, tenha em mente que não temos nenhum controle sobre como seus fundos serão utilizados. A fatura apenas será marcada como paga quando os fundos forem recebidos na Blockchain {{cryptoCode}}."
}
}

View file

@ -35,4 +35,4 @@
"copy_confirm": "已复制",
"powered_by": "技术支持由",
"conversion_body": "此服务由第三方提供。请记住,我们无法控制提供者如何转移您的资金。只有在{{cryptoCode}}区块链上收到资金后,发票才会被标记为已支付。"
}
}