mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
update translations
This commit is contained in:
@@ -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',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user