update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions
+20
View File
@@ -32,6 +32,8 @@ return [
'gift_fee_factor' => 'Faktorer för gåvoavgift',
'gift_fee' => 'Gåvoavgift',
'gift_fee_factor_help' => 'Den extra avgiften för gåvor till andra användare är lika med priset multiplicerat med denna faktor',
'bonus_addition_duration' => 'Bonus tillägg varaktighet',
'bonus_addition_duration_help' => 'Enhet: dagar. Sätt till 0 för permanent effekt. Räknar från tidpunkten för förvärv, oavsett om det är utrustat eller inte',
],
'buy_already' => 'Köp redan',
'buy_btn' => 'Köp',
@@ -48,4 +50,22 @@ return [
0 => 'Bär',
1 => 'Bär inte'
],
'bonus_addition_expire_at' => 'Bonus tillägg Utgångstid',
'is_expired' => 'Är förfallen',
'is_bonus_addition_expired' => 'Är tillägg till bonusen förfallen',
'is_wearing' => 'Bär',
'increase_duration' => 'Öka varaktigheten',
'increase_duration_help' => 'Enhet: dagar. Förläng likformigt utgångstiden från det ursprungliga värdet',
'update_expire_at' => 'Ställ in utgångstid',
'update_expire_at_help' => 'Ställ in giltighetstiden till ett angivet värde',
'bulk_action_increase' => 'Öka',
'bulk_action_update' => 'Uppdatera',
'bulk_action_cancel' => 'Avbryt',
'bulk_action_increase_expire_at' => 'Bulk öka utgångstid',
'bulk_action_update_expire_at' => 'Bulk uppdaterings utgångstid',
'bulk_action_cancel_expire_at' => 'Bulk avbryt utgångstid',
'bulk_action_increase_bonus_addition_expire_at' => 'Bulk förlängning bonus tillägg utgångstid',
'bulk_action_update_bonus_addition_expire_at' => 'Bulk update bonus utgångstid',
'bulk_action_cancel_bonus_addition_expire_at' => 'Bulk avbryt bonus utgångstid',
];