mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 08:35:20 +08:00
Add Hungarian locale (#6260)
This commit is contained in:

committed by
Gerhard Schlager

parent
8513605421
commit
a6820d8767
13
plugins/discourse-narrative-bot/config/locales/client.hu.yml
Normal file
13
plugins/discourse-narrative-bot/config/locales/client.hu.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
hu:
|
||||
js:
|
||||
discourse_narrative_bot:
|
||||
welcome_post_type:
|
||||
new_user_track: "Indítsa el az új felhasználói oktatást minden új felhasználónak"
|
||||
welcome_message: "Küldjön minden új felhasználónak egy üzenetet egy rövid gyorstalpalóval."
|
42
plugins/discourse-narrative-bot/config/locales/server.hu.yml
Normal file
42
plugins/discourse-narrative-bot/config/locales/server.hu.yml
Normal file
@ -0,0 +1,42 @@
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
hu:
|
||||
site_settings:
|
||||
discourse_narrative_bot_enabled: 'Discourse alámondó bot bekapcsolása'
|
||||
disable_discourse_narrative_bot_welcome_post: "A Discourse alámondó bot üdvözlő üzenetének kikapcsolása"
|
||||
discourse_narrative_bot_ignored_usernames: "Felhasználónevek, amelyeket a Discourse alámondó bot figyelmen kívül hagyjon"
|
||||
discourse_narrative_bot_disable_public_replies: "A Discourse alámondó bot nyilvános válaszainak kikapcsolása"
|
||||
discourse_narrative_bot_welcome_post_type: "A Discourse mesélő bot üdvözlő üzeneteinek kiküldendő típusai"
|
||||
discourse_narrative_bot_welcome_post_delay: "Várj (n) másodpercet a Discourse mesélő bot üdvözlő üzenetének kiküldése előtt."
|
||||
badges:
|
||||
certified:
|
||||
name: Hitelesített
|
||||
description: "Teljesítette az új felhasználók eligazítását"
|
||||
long_description: |
|
||||
Ezt a jelvényt az új felhasználók interaktív eligazításának sikeres teljesítéséért adjuk. Kezdeményező voltál és megtanultad a beszélgetés alapvető eszközeit, és ezzel hitelesített lettél!
|
||||
licensed:
|
||||
name: Licenszelt
|
||||
discourse_narrative_bot:
|
||||
quote:
|
||||
trigger: "idézet"
|
||||
'1':
|
||||
quote: "Minden nehézség közepében lehetőség rejtőzik"
|
||||
'3':
|
||||
quote: "Ne azért sírj, mert vége van, mosolyogj azért, mert megtörtént."
|
||||
magic_8_ball:
|
||||
answers:
|
||||
'3': "Kétségtelenül"
|
||||
'7': "Leginkább"
|
||||
'9': "Igen"
|
||||
'12': "Kérdezd meg később"
|
||||
'17': "A válaszom nem."
|
||||
track_selector:
|
||||
reset_trigger: 'start'
|
||||
skip_trigger: 'átugrás'
|
||||
new_user_narrative:
|
||||
reset_trigger: "új felhasználó"
|
Reference in New Issue
Block a user