details: https://code.tryton.org/translations/commit/5df0a5fde445 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 22:56:16 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/account_credit_limit/locale/ka.po | 110 ++++++++++++++++++++++++++++++ 1 files changed, 110 insertions(+), 0 deletions(-) diffs (114 lines): diff -r bac5d303daee -r 5df0a5fde445 modules/account_credit_limit/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/account_credit_limit/locale/ka.po Wed Nov 26 22:56:16 2025 +0000 @@ -0,0 +1,110 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ka\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "field:account.configuration,default_credit_limit_amount:" +msgid "Default Credit Limit Amount" +msgstr "" + +msgctxt "field:account.configuration,default_credit_limit_amount_digits:" +msgid "Currency Digits" +msgstr "" + +msgctxt "field:account.configuration.default_credit_limit_amount,company:" +msgid "Company" +msgstr "" + +msgctxt "" +"field:account.configuration.default_credit_limit_amount,default_credit_limit_amount:" +msgid "Default Credit Limit Amount" +msgstr "" + +msgctxt "" +"field:account.configuration.default_credit_limit_amount,default_credit_limit_amount_digits:" +msgid "Currency Digits" +msgstr "" + +msgctxt "field:account.dunning.level,credit_limit:" +msgid "Credit Limit" +msgstr "" + +msgctxt "field:party.party,credit_amount:" +msgid "Credit Amount" +msgstr "" + +msgctxt "field:party.party,credit_limit_amount:" +msgid "Credit Limit Amount" +msgstr "" + +msgctxt "field:party.party,credit_limit_amounts:" +msgid "Credit Limit Amounts" +msgstr "" + +msgctxt "field:party.party.credit_limit_amount,company:" +msgid "Company" +msgstr "" + +msgctxt "field:party.party.credit_limit_amount,credit_limit_amount:" +msgid "Credit Limit Amount" +msgstr "" + +msgctxt "field:party.party.credit_limit_amount,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:party.party.credit_limit_amount,party:" +msgid "Party" +msgstr "" + +msgctxt "help:account.configuration,default_credit_limit_amount:" +msgid "The default credit limit amount for new customers." +msgstr "" + +msgctxt "" +"help:account.configuration.default_credit_limit_amount,default_credit_limit_amount:" +msgid "The default credit limit amount for new customers." +msgstr "" + +msgctxt "help:account.dunning.level,credit_limit:" +msgid "Has reached the credit limit." +msgstr "" + +msgctxt "model:account.configuration.default_credit_limit_amount,string:" +msgid "Account Configuration Default Credit Limit Amount" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_party_credit_limit_amount" +msgid "" +"The party \"%(party)s\" will exceed their %(limit)s credit limit by " +"%(amount)s." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_party_credit_limit_dunning" +msgid "" +"The party \"%(party)s\" has reached the credit limit level for dunning " +"\"%(dunning)s\"." +msgstr "" + +msgctxt "model:party.party.credit_limit_amount,string:" +msgid "Party Credit Limit Amount" +msgstr "" + +msgctxt "model:res.group,name:group_credit_limit" +msgid "Account Credit Limit" +msgstr "" + +msgctxt "view:account.configuration:" +msgid "Credit Limit" +msgstr "" + +msgctxt "view:party.party:" +msgid "Credit Limit" +msgstr ""
