Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions discord-bot/ro.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"announcement_free_for_a_week": "timp de o săptămână",

// until {date}
"announcement_free_until_date": "până la {date}",
"announcement_free_until_date": "până pe {date}",

// until {day}
"announcement_free_until_day": "până pe {day}",
Expand All @@ -30,7 +30,7 @@
"announcement_price_gamepass": "Obtine **Gratuit**",

// Claim for **Free** until {date}
"announcement_price_gamepass_until": "Obtine **Gratuit** pana la {date}",
"announcement_price_gamepass_until": "Obtine **Gratuit** pana pe {date}",

// {prices}
"announcement_price_generic": "",
Expand All @@ -42,25 +42,25 @@
"announcement_price_keep": "{prices}",

// {prices} until {date}
"announcement_price_keep_until": "{prices} pana la {date}",
"announcement_price_keep_until": "{prices} pana pe {date}",

// {prices}
"announcement_price_other": "{prices}",

// {prices} until {date}
"announcement_price_other_until": "{prices} pana la {date}",
"announcement_price_other_until": "{prices} pana pe {date}",

// Claim for **Free**
"announcement_price_prime": "Obtine **Gratuit**",

// Claim for **Free** until {date}
"announcement_price_prime_until": "Obtine **Gratuit** pana la {date}",
"announcement_price_prime_until": "Obtine **Gratuit** pana pe {date}",

// **Free to play**
"announcement_price_timed": "**Gratuit**",

// **Free to play** until {date}
"announcement_price_timed_until": "**Gratuit** pana la {date}",
"announcement_price_timed_until": "**Gratuit** pana pe {date}",

// Free
"announcement_pricetag_free": "Gratuit",
Expand Down Expand Up @@ -1288,4 +1288,4 @@

// FreeStuff is missing permissions to **Manage Webhooks** in this channel. Server admins please grant this permission or run **/settings** for more info. Otherwise the bot will stop sending you news soon.
"webhook_migration_notice": "FreeStuff are nevoie **Manage Webhooks** pe acest canal. Te rog sa-mi acorzi aceasta permisie sau foloseste **/settings** pentru mai multe informatii. Altfel, botul va inceta curand sa trimita anunturi."
}
}
Loading