bigbluebutton-Github/bigbluebutton-html5/public/locales/hy.json
Ramón Souza 0105373cee
Applies changes needed to serve locale files as static content (#11234)
* moving locales folder to /public and applying changes needed to serve locales as static files

* better dev/prod check

* transifex pull script changes to match new locales directory + ignore locales with less than 100 lines

* fix local/prod locales path

* merge fallback messages

* applies new locale changes to legacy client

`bbb-html5.nginx` file content should also be changed to the following:

```
location /html5client/locales {
  alias /usr/share/meteor/bundle/programs/web.browser/app/locales;
}

location /html5client/compatibility {
  alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility;
}

location /html5client/resources {
  alias /usr/share/meteor/bundle/programs/web.browser/app/resources;
}

location /html5client/svgs {
  alias /usr/share/meteor/bundle/programs/web.browser/app/svgs;
}

location /html5client/fonts {
  alias /usr/share/meteor/bundle/programs/web.browser/app/fonts;
}

location /html5client {
  # proxy_pass http://127.0.0.1:4100; # use for development
  proxy_pass http://poolhtml5servers; # use for production
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection "Upgrade";
}
```
2021-03-11 06:42:41 -05:00

61 lines
3.4 KiB
JSON

{
"app.home.greeting": "Ձեր շնորհանդեսը շուտով կսկսվի...",
"app.chat.submitLabel": "Ուղարկել հաղորդագրություն",
"app.chat.closeChatLabel": "Փակել {0}",
"app.chat.dropdown.clear": "Մաքրել",
"app.chat.dropdown.copy": "Պատճենել",
"app.chat.dropdown.save": "Պահպանել",
"app.chat.label": "Զրուցարան",
"app.chat.offline": "Անցանց",
"app.captions.label": "Նկարագրություններ",
"app.captions.menu.close": "Փակել",
"app.captions.menu.start": "Սկսել",
"app.captions.menu.select": "Ընտրեք արկա լեզուն",
"app.captions.menu.fontSize": "Չափը",
"app.captions.menu.fontColor": "Տեքստի գույնը",
"app.captions.menu.fontFamily": "Տառատեսակ",
"app.captions.menu.previewLabel": "Նախադիտում",
"app.captions.menu.cancelLabel": "Չեղարկել",
"app.note.label": "Նշում",
"app.note.hideNoteLabel": "Թաքցնել գրությունը",
"app.user.activityCheck": "Օգտագործողի գործունեության ստուգում",
"app.user.activityCheck.label": "Ստուգեք, արդյոք օգտագործողը դեռ հանդիպման մեջ է ({0})",
"app.userList.usersTitle": "Օգտագործողներ",
"app.userList.participantsTitle": "Մասնակիցները",
"app.userList.messagesTitle": "Հաղորդագրություններ",
"app.userList.notesTitle": "Նոտաներ",
"app.userList.captionsTitle": "Նկարագրություններ",
"app.userList.you": "Դու",
"app.userList.label": "Օգտագործողների ցուցակ",
"app.userList.guest": "Հյուր",
"app.userList.chatListItem.unreadSingular": "{0} Նոր հաղորդագրություն",
"app.userList.menu.chat.label": "Սկսեք անձնական զրույց",
"app.userList.userOptions.manageUsersLabel": "Կառավարել օգտվողներին",
"app.media.screenshare.start": "Սկսվեց էկրանի համօգտագործումը",
"app.media.screenshare.end": "Էկրանի համօգտագործումը ավարտվեց",
"app.presentationUploder.dismissLabel": "Չեղարկել",
"app.poll.closeLabel": "Փակել",
"app.poll.liveResult.usersTitle": "Օգտագործողներ",
"app.about.dismissLabel": "Չեղարկել",
"app.settings.usersTab.label": "Մասնակիցները",
"app.settings.main.cancel.label": "Չեղարկել",
"app.settings.main.save.label": "Պահպանել",
"app.audioNotification.closeLabel": "Փակել",
"app.breakoutJoinConfirmation.dismissLabel": "Չեղարկել",
"app.audioModal.closeLabel": "Փակել",
"app.audio.listenOnly.closeLabel": "Փակել",
"app.modal.close": "Փակել",
"app.dropdown.close": "Փակել",
"app.shortcut-help.closeLabel": "Փակել",
"app.lock-viewers.button.cancel": "Չեղարկել",
"app.videoPreview.cameraLabel": "Տեսախցիկ",
"app.videoPreview.profileLabel": "Որակ",
"app.videoPreview.cancelLabel": "Չեղարկել",
"app.videoPreview.closeLabel": "Փակել",
"app.video.cancel": "Չեղարկել",
"app.externalVideo.close": "Փակել",
"app.legacy.criosBrowser": "IOS- ի դեպքում խնդրում ենք օգտագործել Safari- ը `լիարժեք համատեղելիության համար:"
}