mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FEATURE: Add Lithuanian locale
This commit is contained in:
14
plugins/discourse-details/config/locales/client.lt.yml
Normal file
14
plugins/discourse-details/config/locales/client.lt.yml
Normal file
@ -0,0 +1,14 @@
|
||||
# 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/
|
||||
|
||||
lt:
|
||||
js:
|
||||
details:
|
||||
title: Paslėpti detales
|
||||
composer:
|
||||
details_title: Santrauka
|
||||
details_text: "Šis tekstas bus paslėptas"
|
10
plugins/discourse-details/config/locales/server.lt.yml
Normal file
10
plugins/discourse-details/config/locales/server.lt.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# 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/
|
||||
|
||||
lt:
|
||||
site_settings:
|
||||
details_enabled: "Įgalinti detalią funkciją. Jei tai pakeisite, turėsite paleisti iš naujo visus įrašus su: \"rake posts:rebake\"."
|
Reference in New Issue
Block a user