mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 08:17:56 +08:00
Merge pull request #5652 from majakomel/add-slovenian-locale
Add Slovenian locale files
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
sl:
|
||||
js:
|
||||
discourse_narrative_bot:
|
||||
welcome_post_type:
|
||||
new_user_track: "Začni nov uvodni vodič za vse nov uporabnike"
|
||||
welcome_message: "Pošlji dobrodošlico s kratkimi uvodnimi navodili vsem novim uporabnikom"
|
38
plugins/discourse-narrative-bot/config/locales/server.sl.yml
Normal file
38
plugins/discourse-narrative-bot/config/locales/server.sl.yml
Normal file
@ -0,0 +1,38 @@
|
||||
sl:
|
||||
discourse_narrative_bot:
|
||||
quote:
|
||||
'1':
|
||||
author: "Albert Einstein"
|
||||
'2':
|
||||
author: "Mahatma Gandhi"
|
||||
'3':
|
||||
author: "Dr Seuss"
|
||||
'4':
|
||||
author: "Charles-Guillaume Étienne"
|
||||
'5':
|
||||
author: "Theodore Roosevelt"
|
||||
'6':
|
||||
author: "Forrest Gumpova mama"
|
||||
'7':
|
||||
author: "Neil Armstrong"
|
||||
'8':
|
||||
author: "Eleanor Roosevelt"
|
||||
'9':
|
||||
author: "Bruce Lee"
|
||||
'10':
|
||||
author: "Napoleon Hill"
|
||||
magic_8_ball:
|
||||
answers:
|
||||
'3': "Brez dvoma"
|
||||
'4': "Ja, zagotovo"
|
||||
'7': "Najbrž"
|
||||
'9': "Ja"
|
||||
'12': "Vprašaj ponovno kasneje"
|
||||
track_selector:
|
||||
reset_trigger: 'začni'
|
||||
skip_trigger: 'preskoči'
|
||||
help_trigger: 'prikaži pomoč'
|
||||
new_user_narrative:
|
||||
reset_trigger: "novi uporabnik"
|
||||
hello:
|
||||
title: ":robot: Pozdrav!"
|
10
plugins/discourse-presence/config/locales/client.sl.yml
Normal file
10
plugins/discourse-presence/config/locales/client.sl.yml
Normal file
@ -0,0 +1,10 @@
|
||||
sl:
|
||||
js:
|
||||
presence:
|
||||
replying: "odgovarja"
|
||||
editing: "urejanje"
|
||||
replying_to_topic:
|
||||
one: "odgovarja"
|
||||
two: "odgovarjata"
|
||||
few: "odgovarjajo"
|
||||
other: "odgovarjajo"
|
4
plugins/discourse-presence/config/locales/server.sl.yml
Normal file
4
plugins/discourse-presence/config/locales/server.sl.yml
Normal file
@ -0,0 +1,4 @@
|
||||
sl:
|
||||
site_settings:
|
||||
presence_enabled: 'Pokaži uporabnice/ke, ki trenutno odgovarjajo na odprto temo ali urejujejo objavo?'
|
||||
presence_max_users_shown: 'Maksimalno prikazano število uporabnikov'
|
15
plugins/poll/config/locales/client.sl.yml
Normal file
15
plugins/poll/config/locales/client.sl.yml
Normal file
@ -0,0 +1,15 @@
|
||||
sl:
|
||||
js:
|
||||
poll:
|
||||
voters:
|
||||
one: "glasovalec"
|
||||
two: "glasovalca"
|
||||
few: "glasovalci"
|
||||
other: "glasovalci"
|
||||
public:
|
||||
title: "Glasovi so javni."
|
||||
cast-votes:
|
||||
label: "Glasuj!"
|
||||
show-results:
|
||||
title: "Prikaži rezultate ankete"
|
||||
label: "Prikaži rezultate"
|
3
plugins/poll/config/locales/server.sl.yml
Normal file
3
plugins/poll/config/locales/server.sl.yml
Normal file
@ -0,0 +1,3 @@
|
||||
sl:
|
||||
site_settings:
|
||||
poll_enabled: "Dovoli ankete?"
|
Reference in New Issue
Block a user