@nextcloud/vue 8.1.0 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/CHANGELOG.md +57 -5
  2. package/dist/Components/NcActionButton.cjs +16 -8
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +22 -14
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionButtonGroup.cjs +22 -11
  7. package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
  8. package/dist/Components/NcActionButtonGroup.mjs +19 -7
  9. package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
  10. package/dist/Components/NcActionCaption.cjs +17 -11
  11. package/dist/Components/NcActionCaption.cjs.map +1 -1
  12. package/dist/Components/NcActionCaption.mjs +14 -8
  13. package/dist/Components/NcActionCaption.mjs.map +1 -1
  14. package/dist/Components/NcActionCheckbox.cjs +26 -11
  15. package/dist/Components/NcActionCheckbox.cjs.map +1 -1
  16. package/dist/Components/NcActionCheckbox.mjs +26 -11
  17. package/dist/Components/NcActionCheckbox.mjs.map +1 -1
  18. package/dist/Components/NcActionInput.cjs +7 -5
  19. package/dist/Components/NcActionInput.cjs.map +1 -1
  20. package/dist/Components/NcActionInput.mjs +11 -9
  21. package/dist/Components/NcActionInput.mjs.map +1 -1
  22. package/dist/Components/NcActionLink.cjs +14 -6
  23. package/dist/Components/NcActionLink.cjs.map +1 -1
  24. package/dist/Components/NcActionLink.mjs +19 -11
  25. package/dist/Components/NcActionLink.mjs.map +1 -1
  26. package/dist/Components/NcActionRadio.cjs +29 -14
  27. package/dist/Components/NcActionRadio.cjs.map +1 -1
  28. package/dist/Components/NcActionRadio.mjs +26 -11
  29. package/dist/Components/NcActionRadio.mjs.map +1 -1
  30. package/dist/Components/NcActionRouter.cjs +14 -8
  31. package/dist/Components/NcActionRouter.cjs.map +1 -1
  32. package/dist/Components/NcActionRouter.mjs +17 -11
  33. package/dist/Components/NcActionRouter.mjs.map +1 -1
  34. package/dist/Components/NcActionSeparator.cjs +10 -10
  35. package/dist/Components/NcActionSeparator.cjs.map +1 -1
  36. package/dist/Components/NcActionSeparator.mjs +11 -11
  37. package/dist/Components/NcActionSeparator.mjs.map +1 -1
  38. package/dist/Components/NcActionText.cjs +15 -9
  39. package/dist/Components/NcActionText.cjs.map +1 -1
  40. package/dist/Components/NcActionText.mjs +20 -14
  41. package/dist/Components/NcActionText.mjs.map +1 -1
  42. package/dist/Components/NcActionTextEditable.cjs +1 -1
  43. package/dist/Components/NcActionTextEditable.mjs +1 -1
  44. package/dist/Components/NcActions.cjs +100 -79
  45. package/dist/Components/NcActions.cjs.map +1 -1
  46. package/dist/Components/NcActions.mjs +103 -82
  47. package/dist/Components/NcActions.mjs.map +1 -1
  48. package/dist/Components/NcAppContent.cjs +1 -1
  49. package/dist/Components/NcAppContent.mjs +1 -1
  50. package/dist/Components/NcAppNavigation.cjs +14 -14
  51. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  52. package/dist/Components/NcAppNavigation.mjs +20 -20
  53. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  54. package/dist/Components/NcAppNavigationCaption.cjs +2 -2
  55. package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
  56. package/dist/Components/NcAppNavigationCaption.mjs +2 -2
  57. package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
  58. package/dist/Components/NcAppNavigationItem.cjs +3 -3
  59. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  60. package/dist/Components/NcAppNavigationItem.mjs +4 -4
  61. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  62. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  63. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  64. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  65. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  66. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  67. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  68. package/dist/Components/NcAppSettingsDialog.cjs +33 -33
  69. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  70. package/dist/Components/NcAppSettingsDialog.mjs +57 -56
  71. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  72. package/dist/Components/NcAppSidebar.cjs +3 -3
  73. package/dist/Components/NcAppSidebar.cjs.map +1 -1
  74. package/dist/Components/NcAppSidebar.mjs +3 -3
  75. package/dist/Components/NcAppSidebar.mjs.map +1 -1
  76. package/dist/Components/NcAvatar.cjs +1 -1
  77. package/dist/Components/NcAvatar.mjs +1 -1
  78. package/dist/Components/NcButton.cjs +6 -4
  79. package/dist/Components/NcButton.cjs.map +1 -1
  80. package/dist/Components/NcButton.mjs +11 -9
  81. package/dist/Components/NcButton.mjs.map +1 -1
  82. package/dist/Components/NcCheckboxRadioSwitch.cjs +7 -7
  83. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  84. package/dist/Components/NcCheckboxRadioSwitch.mjs +7 -7
  85. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  86. package/dist/Components/NcColorPicker.cjs +48 -31
  87. package/dist/Components/NcColorPicker.cjs.map +1 -1
  88. package/dist/Components/NcColorPicker.mjs +58 -40
  89. package/dist/Components/NcColorPicker.mjs.map +1 -1
  90. package/dist/Components/NcDashboardWidget.cjs +1 -1
  91. package/dist/Components/NcDashboardWidget.mjs +2 -2
  92. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  93. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  94. package/dist/Components/NcDateTime.cjs +17 -14
  95. package/dist/Components/NcDateTime.cjs.map +1 -1
  96. package/dist/Components/NcDateTime.mjs +18 -15
  97. package/dist/Components/NcDateTime.mjs.map +1 -1
  98. package/dist/Components/NcDateTimePicker.cjs +2 -2
  99. package/dist/Components/NcDateTimePicker.mjs +4 -4
  100. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  101. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  102. package/dist/Components/NcDialog.cjs +15 -15
  103. package/dist/Components/NcDialog.cjs.map +1 -1
  104. package/dist/Components/NcDialog.mjs +13 -13
  105. package/dist/Components/NcDialog.mjs.map +1 -1
  106. package/dist/Components/NcDialogButton.cjs +1 -1
  107. package/dist/Components/NcDialogButton.cjs.map +1 -1
  108. package/dist/Components/NcDialogButton.mjs +1 -1
  109. package/dist/Components/NcDialogButton.mjs.map +1 -1
  110. package/dist/Components/NcEmojiPicker.cjs +1 -1
  111. package/dist/Components/NcEmojiPicker.mjs +1 -1
  112. package/dist/Components/NcInputField.cjs +15 -4
  113. package/dist/Components/NcInputField.cjs.map +1 -1
  114. package/dist/Components/NcInputField.mjs +18 -7
  115. package/dist/Components/NcInputField.mjs.map +1 -1
  116. package/dist/Components/NcListItem.cjs +1 -1
  117. package/dist/Components/NcListItem.mjs +1 -1
  118. package/dist/Components/NcListItemIcon.cjs +1 -1
  119. package/dist/Components/NcListItemIcon.mjs +1 -1
  120. package/dist/Components/NcModal.cjs +1 -1
  121. package/dist/Components/NcModal.mjs +3 -3
  122. package/dist/Components/NcPasswordField.cjs +1 -1
  123. package/dist/Components/NcPasswordField.mjs +1 -1
  124. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  125. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  126. package/dist/Components/NcRichContenteditable.cjs +5 -5
  127. package/dist/Components/NcRichContenteditable.cjs.map +1 -1
  128. package/dist/Components/NcRichContenteditable.mjs +5 -5
  129. package/dist/Components/NcRichContenteditable.mjs.map +1 -1
  130. package/dist/Components/NcRichText.cjs +1 -1
  131. package/dist/Components/NcRichText.mjs +3 -3
  132. package/dist/Components/NcSelect.cjs +1 -1
  133. package/dist/Components/NcSelect.mjs +2 -2
  134. package/dist/Components/NcSelectTags.cjs +1 -1
  135. package/dist/Components/NcSelectTags.mjs +1 -1
  136. package/dist/Components/NcSettingsInputText.cjs +1 -1
  137. package/dist/Components/NcSettingsInputText.mjs +1 -1
  138. package/dist/Components/NcSettingsSection.cjs +1 -1
  139. package/dist/Components/NcSettingsSection.mjs +1 -1
  140. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  141. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  142. package/dist/Components/NcTextArea.cjs +5 -5
  143. package/dist/Components/NcTextArea.cjs.map +1 -1
  144. package/dist/Components/NcTextArea.mjs +4 -4
  145. package/dist/Components/NcTextArea.mjs.map +1 -1
  146. package/dist/Components/NcTextField.cjs +1 -1
  147. package/dist/Components/NcTextField.mjs +1 -1
  148. package/dist/Components/NcTimezonePicker.cjs +1 -1
  149. package/dist/Components/NcTimezonePicker.mjs +1 -1
  150. package/dist/Components/NcUserBubble.cjs +1 -1
  151. package/dist/Components/NcUserBubble.mjs +1 -1
  152. package/dist/Composables/useIsFullscreen.cjs +1 -2
  153. package/dist/Composables/useIsFullscreen.cjs.map +1 -1
  154. package/dist/Composables/useIsFullscreen.mjs +1 -2
  155. package/dist/Composables/useIsFullscreen.mjs.map +1 -1
  156. package/dist/Functions/usernameToColor.cjs +1 -1
  157. package/dist/Functions/usernameToColor.mjs +1 -1
  158. package/dist/assets/{NcAppNavigationToggle-9e170630.css → NcAppNavigationToggle-2bc73ee8.css} +2 -2
  159. package/dist/assets/{NcSettingsSelectGroup-0d38d76b.css → NcSettingsSelectGroup-6ddb63a6.css} +2 -2
  160. package/dist/assets/{index-d3702c91.css → index-00012a4c.css} +18 -18
  161. package/dist/assets/{index-8f52a20f.css → index-018895f7.css} +2 -2
  162. package/dist/assets/{index-a0532427.css → index-2a1ec06b.css} +42 -36
  163. package/dist/assets/{index-6899d75b.css → index-30ca9574.css} +31 -30
  164. package/dist/assets/{index-2e31f707.css → index-3d1ccc15.css} +29 -29
  165. package/dist/assets/{index-441b6552.css → index-418d4e87.css} +2 -2
  166. package/dist/assets/{index-05760fea.css → index-4ba699a1.css} +12 -12
  167. package/dist/assets/{index-dce4b705.css → index-50dc154e.css} +10 -10
  168. package/dist/assets/{index-24f6c355.css → index-542cf50a.css} +12 -12
  169. package/dist/assets/{index-4437e6bf.css → index-5784183b.css} +8 -8
  170. package/dist/assets/{index-f8d6daf3.css → index-5e4bf286.css} +41 -41
  171. package/dist/assets/{index-4ef32afd.css → index-7157aefa.css} +26 -23
  172. package/dist/assets/{index-802d2118.css → index-7868494b.css} +24 -24
  173. package/dist/assets/{index-0e9b11c7.css → index-7fac55ed.css} +24 -24
  174. package/dist/assets/{index-9ca89b81.css → index-810b8984.css} +16 -19
  175. package/dist/assets/{index-e7c55791.css → index-9020d9ca.css} +67 -67
  176. package/dist/assets/{index-dc612aa3.css → index-9941f384.css} +15 -12
  177. package/dist/assets/{index-55600948.css → index-b0a8a48c.css} +11 -11
  178. package/dist/assets/{index-baf8711a.css → index-e0e6bab6.css} +12 -12
  179. package/dist/assets/{index-fbc0b606.css → index-e6a91529.css} +50 -45
  180. package/dist/assets/{index-d812ed9e.css → index-f091e784.css} +43 -43
  181. package/dist/assets/{index-edee3304.css → index-f72cef5d.css} +6 -7
  182. package/dist/assets/{index-d9ae9479.css → index-ffa6d11c.css} +7 -7
  183. package/dist/chunks/GenColors-12ec1caa.mjs +56 -0
  184. package/dist/chunks/GenColors-12ec1caa.mjs.map +1 -0
  185. package/dist/chunks/GenColors-a8d54566.cjs +55 -0
  186. package/dist/chunks/GenColors-a8d54566.cjs.map +1 -0
  187. package/dist/chunks/{NcAppNavigationToggle-d248cb09.cjs → NcAppNavigationToggle-6a975868.cjs} +21 -26
  188. package/dist/chunks/{NcAppNavigationToggle-a031dce0.mjs.map → NcAppNavigationToggle-6a975868.cjs.map} +1 -1
  189. package/dist/chunks/{NcAppNavigationToggle-a031dce0.mjs → NcAppNavigationToggle-f5591773.mjs} +25 -30
  190. package/dist/chunks/{NcAppNavigationToggle-d248cb09.cjs.map → NcAppNavigationToggle-f5591773.mjs.map} +1 -1
  191. package/dist/chunks/{NcInputConfirmCancel-40ea7cd1.mjs → NcInputConfirmCancel-7837eb4d.mjs} +1 -1
  192. package/dist/chunks/{NcInputConfirmCancel-40ea7cd1.mjs.map → NcInputConfirmCancel-7837eb4d.mjs.map} +1 -1
  193. package/dist/chunks/{NcInputConfirmCancel-00bdeac7.cjs → NcInputConfirmCancel-790f5902.cjs} +1 -1
  194. package/dist/chunks/{NcInputConfirmCancel-00bdeac7.cjs.map → NcInputConfirmCancel-790f5902.cjs.map} +1 -1
  195. package/dist/chunks/{NcRichText-e2026b55.mjs → NcRichText-0db09c78.mjs} +1 -1
  196. package/dist/chunks/{NcRichText-e2026b55.mjs.map → NcRichText-0db09c78.mjs.map} +1 -1
  197. package/dist/chunks/{NcRichText-89373b11.cjs → NcRichText-0dd96aac.cjs} +1 -1
  198. package/dist/chunks/{NcRichText-89373b11.cjs.map → NcRichText-0dd96aac.cjs.map} +1 -1
  199. package/dist/chunks/{NcSettingsSelectGroup-fad68876.cjs → NcSettingsSelectGroup-532ba813.cjs} +12 -12
  200. package/dist/chunks/NcSettingsSelectGroup-532ba813.cjs.map +1 -0
  201. package/dist/chunks/{NcSettingsSelectGroup-b49652df.mjs → NcSettingsSelectGroup-cdd84895.mjs} +12 -12
  202. package/dist/chunks/NcSettingsSelectGroup-cdd84895.mjs.map +1 -0
  203. package/dist/chunks/{ScopeComponent-a24eb082.cjs → ScopeComponent-92144d97.cjs} +1 -1
  204. package/dist/chunks/{ScopeComponent-a24eb082.cjs.map → ScopeComponent-92144d97.cjs.map} +1 -1
  205. package/dist/chunks/{ScopeComponent-a06864ef.mjs → ScopeComponent-ac5265f5.mjs} +1 -1
  206. package/dist/chunks/{ScopeComponent-a06864ef.mjs.map → ScopeComponent-ac5265f5.mjs.map} +1 -1
  207. package/dist/chunks/{actionText-a64be267.mjs → actionText-60ff01d1.mjs} +3 -1
  208. package/dist/chunks/{actionText-54bc24a6.cjs.map → actionText-60ff01d1.mjs.map} +1 -1
  209. package/dist/chunks/{actionText-54bc24a6.cjs → actionText-9582810f.cjs} +3 -1
  210. package/dist/chunks/{actionText-a64be267.mjs.map → actionText-9582810f.cjs.map} +1 -1
  211. package/dist/chunks/{index-ac31691c.cjs → index-32c8b581.cjs} +1 -1
  212. package/dist/chunks/{index-ac31691c.cjs.map → index-32c8b581.cjs.map} +1 -1
  213. package/dist/chunks/{index-831524a1.mjs → index-efb07851.mjs} +1 -1
  214. package/dist/chunks/{index-831524a1.mjs.map → index-efb07851.mjs.map} +1 -1
  215. package/dist/chunks/l10n-070da9ad.cjs +29 -0
  216. package/dist/chunks/l10n-070da9ad.cjs.map +1 -0
  217. package/dist/chunks/l10n-1b905a9a.mjs +31 -0
  218. package/dist/chunks/l10n-1b905a9a.mjs.map +1 -0
  219. package/dist/chunks/{l10n-098e6a54.cjs → l10n-38626490.cjs} +1 -1
  220. package/dist/chunks/{l10n-098e6a54.cjs.map → l10n-38626490.cjs.map} +1 -1
  221. package/dist/chunks/{l10n-a929cdef.mjs → l10n-6cfc1200.mjs} +1 -1
  222. package/dist/chunks/{l10n-a929cdef.mjs.map → l10n-6cfc1200.mjs.map} +1 -1
  223. package/dist/chunks/{referencePickerModal-b79b7b92.cjs → referencePickerModal-90dac0d0.cjs} +1 -1
  224. package/dist/chunks/{referencePickerModal-b79b7b92.cjs.map → referencePickerModal-90dac0d0.cjs.map} +1 -1
  225. package/dist/chunks/{referencePickerModal-c87eab17.mjs → referencePickerModal-ded8273d.mjs} +1 -1
  226. package/dist/chunks/{referencePickerModal-c87eab17.mjs.map → referencePickerModal-ded8273d.mjs.map} +1 -1
  227. package/dist/index.cjs +139 -134
  228. package/dist/index.cjs.map +1 -1
  229. package/dist/index.mjs +96 -89
  230. package/dist/index.mjs.map +1 -1
  231. package/package.json +2 -2
  232. package/dist/chunks/GenColors-38246c38.mjs +0 -46
  233. package/dist/chunks/GenColors-38246c38.mjs.map +0 -1
  234. package/dist/chunks/GenColors-eedcc70a.cjs +0 -45
  235. package/dist/chunks/GenColors-eedcc70a.cjs.map +0 -1
  236. package/dist/chunks/NcSettingsSelectGroup-b49652df.mjs.map +0 -1
  237. package/dist/chunks/NcSettingsSelectGroup-fad68876.cjs.map +0 -1
  238. package/dist/chunks/l10n-c3dbf018.cjs +0 -29
  239. package/dist/chunks/l10n-c3dbf018.cjs.map +0 -1
  240. package/dist/chunks/l10n-f51d3415.mjs +0 -31
  241. package/dist/chunks/l10n-f51d3415.mjs.map +0 -1
@@ -0,0 +1,31 @@
1
+ import { getGettextBuilder as s } from "@nextcloud/l10n/gettext";
2
+ const i = s().detectLocale();
3
+ [{ locale: "af", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ar", translations: { "{tag} (invisible)": "{tag} (غير مرئي)", "{tag} (restricted)": "{tag} (مُقيّد)", "A color with a HEX value {hex}": "لون بالقيمة الست عشرية {hex}", "a few seconds ago": "منذ عدة ثوانٍ مضت", Actions: "إجراءات", 'Actions for item with name "{name}"': 'إجراءات على العنصر المُسمَّى "{name}"', Activities: "سجل الحركات", "Animals & Nature": "الحيوانات والطبيعة", "Any link": "أيَّ رابطٍ", "Anything shared with the same group of people will show up here": "أيّ مادة تمت مشاركتها مع نفس المجموعة من الأشخاص سيتم عرضها هنا", "Avatar of {displayName}": "الرمز التجسيدي avatar لــ {displayName} ", "Avatar of {displayName}, {status}": "الرمز التجسيدي avatar لــ {displayName}، {status}", away: "غير موجود", Back: "عودة", "Back to provider selection": "عودة إلى اختيار المُزوِّد", "Cancel changes": "إلغاء التغييرات", "Change name": "تغيير الاسم", Choose: "إختَر", "Clear search": "مَحْوُ البحث", "Clear selected": "مَحْوُ المُحدّد", "Clear text": "مَحْوُ النص", Close: "أغلِق", "Close navigation": "أغلِق المُتصفِّح", "Close sidebar": "قفل الشريط الجانبي", "Close Smart Picker": "أغلِق اللاقط الذكي Smart Picker", "Collapse menu": "طَيُّ القائمة", "Confirm changes": "تأكيد التغييرات", Custom: "مُخصَّص", "Deselect {option}": "إلغاء تحديد {option}", "do not disturb": "يُرجى عدم الإزعاج", "Edit item": "تعديل عنصر", "Enter link": "أدخِل الرابط", "Error getting related resources. Please contact your system administrator if you have any questions.": "خطأ في الحصول على الموارد ذات الصلة. يرجى الاتصال بمشرف النظام عندك إذا كان لديك أيّ أسئلة.", "External documentation for {name}": "التوثيق الخارجي لـ {name}", Favorite: "المُفضَّلة", Flags: "الأعلام", "Food & Drink": "الطعام والشراب", "Frequently used": "شائعة الاستعمال", Global: "شامل", "Go back to the list": "عودة إلى القائمة", Gold: "ذهبي", "Hide password": "إخفاء كلمة المرور", 'Load more "{options}"': 'تحميل المزيد من "{options}" ', "Message limit of {count} characters reached": "تمّ الوصول إلى الحد الأقصى لعدد الأحرف في الرسالة: {count} حرف", "More items …": "عناصر أخرى ...", "More options": "خيارات أخرى ...", Next: "التالي", "Nextcloud blue": "أزرق نكست كلاود", "No emoji found": "لم يتم العثور على أي إيموجي emoji", "No link provider found": "لا يوجد أيّ مزود روابط link provider", "No results": "ليس هناك أية نتيجة", Objects: "أشياء", offline: "غير متصل", online: "مُتّصِلٌ", "Open contact menu": "إفتَح قائمة جهات الاتصال", 'Open link to "{resourceName}"': 'إفتَح الرابط إلى "{resourceName}"', "Open menu": "إفتَح القائمة", "Open navigation": "إفتَح المتصفح", "Open settings menu": "إفتَح قائمة الإعدادات", "Password is secure": "كلمة المرور مُؤمّنة", "Pause slideshow": "تجميد عرض الشرائح", "People & Body": "أشخاص و أجسام", "Pick a date": "إختَر التاريخ", "Pick a date and a time": "إختَر التاريخ و الوقت", "Pick a month": "إختَر الشهر", "Pick a time": "إختَر الوقت", "Pick a week": "إختَر الأسبوع", "Pick a year": "إختَر السنة", "Pick an emoji": "إختَر رمز إيموجي emoji", "Please select a time zone:": "الرجاء تحديد المنطقة الزمنية:", Previous: "السابق", "Provider icon": "أيقونة المُزوِّد", Purple: "بنفسجي", "Raw link {options}": " الرابط الخام raw link ـ {options}", "Related resources": "مصادر ذات صلة", "Save changes": "حفظ التغييرات", Search: "بحث", "Search emoji": "البحث عن إيموجي emoji", "Search for options": "البحث عن خيارات", "Search for time zone": "البحث عن منطقة زمنية", "Search results": "نتائج البحث", "sec. ago": "ثانية مضت", "seconds ago": "ثوانٍ مضت", "Select a tag": "إختَر سِمَةً tag", "Select provider": "إختَر مٌزوِّداً", Selected: "مُحدّدة", Settings: "الإعدادات", "Settings navigation": "إعدادات التّصفُّح", "Show password": "أظهِر كلمة المرور", "Smart Picker": "اللاقط الذكي smart picker", "Smileys & Emotion": "وجوهٌ ضاحكة و مشاعر", "Start slideshow": "إبدإ العرض", "Start typing to search": "إبدإ كتابة مفردات البحث", Submit: "إرسال", Symbols: "رموز", "Travel & Places": "سفر و أماكن", "Type to search time zone": "أكتُب للبحث عن منطقة زمنية", "Unable to search the group": "تعذّر البحث في المجموعة", "Undo changes": "تراجَع عن التغييرات", "User status: {status}": "حالة المستخدِم: {status}", "Write a message …": "أكتُب رسالةً ..." } }, { locale: "ast", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "az", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "be", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "bg", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "bn_BD", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "br", translations: { "{tag} (invisible)": "{tag} (diwelus)", "{tag} (restricted)": "{tag} (bevennet)", "a few seconds ago": "", Actions: "Oberioù", 'Actions for item with name "{name}"': "", Activities: "Oberiantizoù", "Animals & Nature": "Loened & Natur", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "Dibab", "Clear search": "", "Clear text": "", Close: "Serriñ", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "Personelañ", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "Bannieloù", "Food & Drink": "Boued & Evajoù", "Frequently used": "Implijet alies", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "Da heul", "No emoji found": "Emoji ebet kavet", "No link provider found": "", "No results": "Disoc'h ebet", Objects: "Traoù", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Arsav an diaporama", "People & Body": "Tud & Korf", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Choaz un emoji", "Please select a time zone:": "", Previous: "A-raok", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Klask", "Search emoji": "", "Search results": "Disoc'hoù an enklask", "sec. ago": "", "seconds ago": "", "Select a tag": "Choaz ur c'hlav", "Select provider": "", Settings: "Arventennoù", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Smileyioù & Fromoù", "Start slideshow": "Kregiñ an diaporama", "Start typing to search": "", Submit: "", Symbols: "Arouezioù", "Travel & Places": "Beaj & Lec'hioù", "Type to search time zone": "", "Unable to search the group": "Dibosupl eo klask ar strollad", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "bs", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ca", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (restringit)", "a few seconds ago": "", Actions: "Accions", 'Actions for item with name "{name}"': "", Activities: "Activitats", "Animals & Nature": "Animals i natura", "Any link": "", "Anything shared with the same group of people will show up here": "Qualsevol cosa compartida amb el mateix grup de persones es mostrarà aquí", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Cancel·la els canvis", "Change name": "", Choose: "Tria", "Clear search": "", "Clear text": "Netejar text", Close: "Tanca", "Close modal": "Tancar el mode", "Close navigation": "Tanca la navegació", "Close sidebar": "Tancar la barra lateral", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Confirmeu els canvis", Custom: "Personalitzat", "Edit item": "Edita l'element", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Preferit", Flags: "Marques", "Food & Drink": "Menjar i begudes", "Frequently used": "Utilitzats recentment", Global: "Global", "Go back to the list": "Torna a la llista", "Hide password": "Amagar contrasenya", 'Load more "{options}""': "", "Message limit of {count} characters reached": "S'ha arribat al límit de {count} caràcters per missatge", "More items …": "Més artícles...", "More options": "", Next: "Següent", "No emoji found": "No s'ha trobat cap emoji", "No link provider found": "", "No results": "Sense resultats", Objects: "Objectes", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Obre la navegació", "Open settings menu": "", "Password is secure": "Contrasenya segura<br>", "Pause slideshow": "Atura la presentació", "People & Body": "Persones i cos", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Trieu un emoji", "Please select a time zone:": "Seleccioneu una zona horària:", Previous: "Anterior", "Provider icon": "", "Raw link {options}": "", "Related resources": "Recursos relacionats", Search: "Cerca", "Search emoji": "", "Search results": "Resultats de cerca", "sec. ago": "", "seconds ago": "", "Select a tag": "Seleccioneu una etiqueta", "Select provider": "", Settings: "Paràmetres", "Settings navigation": "Navegació d'opcions", "Show password": "Mostrar contrasenya", "Smart Picker": "", "Smileys & Emotion": "Cares i emocions", "Start slideshow": "Inicia la presentació", "Start typing to search": "", Submit: "Envia", Symbols: "Símbols", "Travel & Places": "Viatges i llocs", "Type to search time zone": "Escriviu per cercar la zona horària", "Unable to search the group": "No es pot cercar el grup", "Undo changes": "Desfés els canvis", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'Escriu missatge, fes servir "@" per esmentar algú, fes servir ":" per autocompletar emojis...' } }, { locale: "cs", translations: { "{tag} (invisible)": "{tag} (neviditelné)", "{tag} (restricted)": "{tag} (omezené)", "a few seconds ago": "před několika sekundami", Actions: "Akce", 'Actions for item with name "{name}"': "Akce pro položku s názvem „{name}“", Activities: "Aktivity", "Animals & Nature": "Zvířata a příroda", "Any link": "Jakýkoli odkaz", "Anything shared with the same group of people will show up here": "Cokoli nasdíleného stejné skupině lidí se zobrazí zde", "Avatar of {displayName}": "Zástupný obrázek uživatele {displayName}", "Avatar of {displayName}, {status}": "Zástupný obrázek uživatele {displayName}, {status}", Back: "Zpět", "Back to provider selection": "Zpět na výběr poskytovatele", "Cancel changes": "Zrušit změny", "Change name": "Změnit název", Choose: "Zvolit", "Clear search": "Vyčistit vyhledávání", "Clear text": "Čitelný text", Close: "Zavřít", "Close modal": "Zavřít dialogové okno", "Close navigation": "Zavřít navigaci", "Close sidebar": "Zavřít postranní panel", "Close Smart Picker": "Zavřít inteligentní výběr", "Collapse menu": "Sbalit nabídku", "Confirm changes": "Potvrdit změny", Custom: "Uživatelsky určené", "Edit item": "Upravit položku", "Enter link": "Zadat odkaz", "Error getting related resources. Please contact your system administrator if you have any questions.": "Chyba při získávání souvisejících prostředků. Pokud máte jakékoli dotazy, obraťte se na správce vámi využívaného systému.", "External documentation for {name}": "Externí dokumentace pro {name}", Favorite: "Oblíbené", Flags: "Příznaky", "Food & Drink": "Jídlo a pití", "Frequently used": "Často používané", Global: "Globální", "Go back to the list": "Jít zpět na seznam", "Hide password": "Skrýt heslo", 'Load more "{options}""': "Načíst více „{options}“", "Message limit of {count} characters reached": "Dosaženo limitu počtu ({count}) znaků zprávy", "More items …": "Další položky…", "More options": "Další volby", Next: "Následující", "No emoji found": "Nenalezeno žádné emoji", "No link provider found": "Nenalezen žádný poskytovatel odkazů", "No results": "Nic nenalezeno", Objects: "Objekty", "Open contact menu": "Otevřít nabídku kontaktů", 'Open link to "{resourceName}"': "Otevřít odkaz na „{resourceName}“", "Open menu": "Otevřít nabídku", "Open navigation": "Otevřít navigaci", "Open settings menu": "Otevřít nabídku nastavení", "Password is secure": "Heslo je bezpečné", "Pause slideshow": "Pozastavit prezentaci", "People & Body": "Lidé a tělo", "Pick a date": "Vybrat datum", "Pick a date and a time": "Vybrat datum a čas", "Pick a month": "Vybrat měsíc", "Pick a time": "Vybrat čas", "Pick a week": "Vybrat týden", "Pick a year": "Vybrat rok", "Pick an emoji": "Vybrat emoji", "Please select a time zone:": "Vyberte časovou zónu:", Previous: "Předchozí", "Provider icon": "Ikona poskytovatele", "Raw link {options}": "Holý odkaz {options}", "Related resources": "Související prostředky", Search: "Hledat", "Search emoji": "Hledat emoji", "Search results": "Výsledky hledání", "sec. ago": "sek. před", "seconds ago": "sekund předtím", "Select a tag": "Vybrat štítek", "Select provider": "Vybrat poskytovatele", Settings: "Nastavení", "Settings navigation": "Pohyb po nastavení", "Show password": "Zobrazit heslo", "Smart Picker": "Inteligentní výběr", "Smileys & Emotion": "Úsměvy a emoce", "Start slideshow": "Spustit prezentaci", "Start typing to search": "Vyhledávejte psaním", Submit: "Odeslat", Symbols: "Symboly", "Travel & Places": "Cestování a místa", "Type to search time zone": "Psaním vyhledejte časovou zónu", "Unable to search the group": "Nedaří se hledat skupinu", "Undo changes": "Vzít změny zpět", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "Napište zprávu – pokud chcete někoho zmínit, napište před jeho uživatelským jménem „@“ (zavináč); automatické doplňování emotikonů zahájíte napsáním „:“ (dvojtečky)…" } }, { locale: "cs_CZ", translations: { "{tag} (invisible)": "{tag} (neviditelné)", "{tag} (restricted)": "{tag} (omezené)", "A color with a HEX value {hex}": "Barva vyjádřená HEX hodnotou {hex}", "a few seconds ago": "před několika sekundami", Actions: "Akce", 'Actions for item with name "{name}"': "Akce pro položku s názvem „{name}“", Activities: "Aktivity", "Animals & Nature": "Zvířata a příroda", "Any link": "Jakýkoli odkaz", "Anything shared with the same group of people will show up here": "Cokoli nasdíleného stejné skupině lidí se zobrazí zde", "Avatar of {displayName}": "Zástupný obrázek uživatele {displayName}", "Avatar of {displayName}, {status}": "Zástupný obrázek uživatele {displayName}, {status}", away: "pryč", Back: "Zpět", "Back to provider selection": "Zpět na výběr poskytovatele", "Cancel changes": "Zrušit změny", "Change name": "Změnit název", Choose: "Zvolit", "Clear search": "Vyčistit vyhledávání", "Clear selected": "Vyčistit vybrané", "Clear text": "Čitelný text", Close: "Zavřít", "Close navigation": "Zavřít navigaci", "Close sidebar": "Zavřít postranní panel", "Close Smart Picker": "Zavřít inteligentní výběr", "Collapse menu": "Sbalit nabídku", "Confirm changes": "Potvrdit změny", Custom: "Uživatelsky určené", "Deselect {option}": "Zrušit výběr {option}", "do not disturb": "nerušit", "Edit item": "Upravit položku", "Enter link": "Zadat odkaz", "Error getting related resources. Please contact your system administrator if you have any questions.": "Chyba při získávání souvisejících prostředků. Pokud máte jakékoli dotazy, obraťte se na správce vámi využívaného systému.", "External documentation for {name}": "Externí dokumentace pro {name}", Favorite: "Oblíbené", Flags: "Příznaky", "Food & Drink": "Jídlo a pití", "Frequently used": "Často používané", Global: "Globální", "Go back to the list": "Jít zpět na seznam", Gold: "Zlatá", "Hide password": "Skrýt heslo", 'Load more "{options}"': "Načíst další „{options}“", "Message limit of {count} characters reached": "Dosaženo limitu počtu ({count}) znaků zprávy", "More items …": "Další položky…", "More options": "Další volby", Next: "Následující", "Nextcloud blue": "Nextcloud modrá", "No emoji found": "Nenalezeno žádné emoji", "No link provider found": "Nenalezen žádný poskytovatel odkazů", "No results": "Nic nenalezeno", Objects: "Objekty", offline: "offline", online: "online", "Open contact menu": "Otevřít nabídku kontaktů", 'Open link to "{resourceName}"': "Otevřít odkaz na „{resourceName}“", "Open menu": "Otevřít nabídku", "Open navigation": "Otevřít navigaci", "Open settings menu": "Otevřít nabídku nastavení", "Password is secure": "Heslo je bezpečné", "Pause slideshow": "Pozastavit prezentaci", "People & Body": "Lidé a tělo", "Pick a date": "Vybrat datum", "Pick a date and a time": "Vybrat datum a čas", "Pick a month": "Vybrat měsíc", "Pick a time": "Vybrat čas", "Pick a week": "Vybrat týden", "Pick a year": "Vybrat rok", "Pick an emoji": "Vybrat emoji", "Please select a time zone:": "Vyberte časovou zónu:", Previous: "Předchozí", "Provider icon": "Ikona poskytovatele", Purple: "Fialová", "Raw link {options}": "Holý odkaz {options}", "Related resources": "Související prostředky", "Save changes": "Uložit změny", Search: "Hledat", "Search emoji": "Hledat emoji", "Search for options": "Hledat předvolby", "Search for time zone": "Vyhledat časové pásmo", "Search results": "Výsledky hledání", "sec. ago": "sek. před", "seconds ago": "sekund předtím", "Select a tag": "Vybrat štítek", "Select provider": "Vybrat poskytovatele", Selected: "Vybráno", Settings: "Nastavení", "Settings navigation": "Pohyb po nastavení", "Show password": "Zobrazit heslo", "Smart Picker": "Inteligentní výběr", "Smileys & Emotion": "Úsměvy a emoce", "Start slideshow": "Spustit prezentaci", "Start typing to search": "Vyhledávejte psaním", Submit: "Odeslat", Symbols: "Symboly", "Travel & Places": "Cestování a místa", "Type to search time zone": "Psaním vyhledejte časovou zónu", "Unable to search the group": "Nedaří se hledat skupinu", "Undo changes": "Vzít změny zpět", "User status: {status}": "Stav uživatele: {status}", "Write a message …": "Napsat zprávu…" } }, { locale: "cy_GB", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "da", translations: { "{tag} (invisible)": "{tag} (usynlig)", "{tag} (restricted)": "{tag} (begrænset)", "a few seconds ago": "et par sekunder siden", Actions: "Handlinger", 'Actions for item with name "{name}"': 'Handlinger for element med navnet "{name}"', Activities: "Aktiviteter", "Animals & Nature": "Dyr & Natur", "Any link": "Ethvert link", "Anything shared with the same group of people will show up here": "Alt der deles med samme gruppe af personer vil vises her", "Avatar of {displayName}": "Avatar af {displayName}", "Avatar of {displayName}, {status}": "Avatar af {displayName}, {status}", Back: "Tilbage", "Back to provider selection": "Tilbage til udbydervalg", "Cancel changes": "Annuller ændringer", "Change name": "Ændre navn", Choose: "Vælg", "Clear search": "Ryd søgning", "Clear text": "Ryd tekst", Close: "Luk", "Close modal": "Luk vindue", "Close navigation": "Luk navigation", "Close sidebar": "Luk sidepanel", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Bekræft ændringer", Custom: "Brugerdefineret", "Edit item": "Rediger emne", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Favorit", Flags: "Flag", "Food & Drink": "Mad & Drikke", "Frequently used": "Ofte brugt", Global: "Global", "Go back to the list": "Tilbage til listen", "Hide password": "Skjul kodeord", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Begrænsning på {count} tegn er nået", "More items …": "Mere ...", "More options": "", Next: "Videre", "No emoji found": "Ingen emoji fundet", "No link provider found": "", "No results": "Ingen resultater", Objects: "Objekter", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Åbn navigation", "Open settings menu": "", "Password is secure": "Kodeordet er sikkert", "Pause slideshow": "Suspender fremvisning", "People & Body": "Mennesker & Menneskekroppen", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Vælg en emoji", "Please select a time zone:": "Vælg venligst en tidszone:", Previous: "Forrige", "Provider icon": "", "Raw link {options}": "", "Related resources": "Relaterede emner", Search: "Søg", "Search emoji": "", "Search results": "Søgeresultater", "sec. ago": "", "seconds ago": "", "Select a tag": "Vælg et mærke", "Select provider": "", Settings: "Indstillinger", "Settings navigation": "Naviger i indstillinger", "Show password": "Vis kodeord", "Smart Picker": "", "Smileys & Emotion": "Smileys & Emotion", "Start slideshow": "Start fremvisning", "Start typing to search": "", Submit: "Send", Symbols: "Symboler", "Travel & Places": "Rejser & Rejsemål", "Type to search time zone": "Indtast for at søge efter tidszone", "Unable to search the group": "Kan ikke søge på denne gruppe", "Undo changes": "Fortryd ændringer", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'Skriv besked, brug "@" for at nævne nogen, brug ":" til emoji-autofuldførelse ...' } }, { locale: "de", translations: { "{tag} (invisible)": "{tag} (unsichtbar)", "{tag} (restricted)": "{tag} (eingeschränkt)", "a few seconds ago": "vor ein paar Sekunden", Actions: "Aktionen", 'Actions for item with name "{name}"': 'Aktionen für das Element "{name}“', Activities: "Aktivitäten", "Animals & Nature": "Tiere & Natur", "Any link": "Irgendein Link", "Anything shared with the same group of people will show up here": "Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt", "Avatar of {displayName}": "Avatar von {displayName}", "Avatar of {displayName}, {status}": "Avatar von {displayName}, {status}", Back: "Zurück", "Back to provider selection": "Zurück zur Anbieterauswahl", "Cancel changes": "Änderungen verwerfen", "Change name": "Namen ändern", Choose: "Auswählen", "Clear search": "Suche leeren", "Clear text": "Klartext", Close: "Schließen", "Close modal": "Modal schließen", "Close navigation": "Navigation schließen", "Close sidebar": "Seitenleiste schließen", "Close Smart Picker": "Smart Picker schließen", "Collapse menu": "Menü einklappen", "Confirm changes": "Änderungen bestätigen", Custom: "Benutzerdefiniert", "Edit item": "Objekt bearbeiten", "Enter link": "Link eingeben", "Error getting related resources. Please contact your system administrator if you have any questions.": "Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wende dich bitte an deinen Systemadministrator.", "External documentation for {name}": "Externe Dokumentation für {name}", Favorite: "Favorit", Flags: "Flaggen", "Food & Drink": "Essen & Trinken", "Frequently used": "Häufig verwendet", Global: "Global", "Go back to the list": "Zurück zur Liste", "Hide password": "Passwort verbergen", 'Load more "{options}"': 'Weitere "{options}" laden', "Message limit of {count} characters reached": "Nachrichtenlimit von {count} Zeichen erreicht.", "More items …": "Weitere Elemente …", "More options": "Weitere Optionen", Next: "Weiter", "No emoji found": "Kein Emoji gefunden", "No link provider found": "Kein Linkanbieter gefunden", "No results": "Keine Ergebnisse", Objects: "Gegenstände", "Open contact menu": "Kontaktmenü öffnen", 'Open link to "{resourceName}"': 'Link zu "{resourceName}“ öffnen', "Open menu": "Menü öffnen", "Open navigation": "Navigation öffnen", "Open settings menu": "Einstellungsmenü öffnen", "Password is secure": "Passwort ist sicher", "Pause slideshow": "Diashow pausieren", "People & Body": "Menschen & Körper", "Pick a date": "Ein Datum auswählen", "Pick a date and a time": "Datum und Uhrzeit auswählen", "Pick a month": "Einen Monat auswählen", "Pick a time": "Eine Uhrzeit auswählen", "Pick a week": "Eine Woche auswählen", "Pick a year": "Ein Jahr auswählen", "Pick an emoji": "Ein Emoji auswählen", "Please select a time zone:": "Bitte wähle eine Zeitzone:", Previous: "Vorherige", "Provider icon": "Anbietersymbol", "Raw link {options}": "Unverarbeiteter Link {Optionen}", "Related resources": "Verwandte Ressourcen", Search: "Suche", "Search emoji": "Emoji suchen", "Search results": "Suchergebnisse", "sec. ago": "Sek. zuvor", "seconds ago": "Sekunden zuvor", "Select a tag": "Schlagwort auswählen", "Select provider": "Anbieter auswählen", Selected: "Ausgewählt", Settings: "Einstellungen", "Settings navigation": "Einstellungen für die Navigation", "Show password": "Passwort anzeigen", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Smileys & Emotionen", "Start slideshow": "Diashow starten", "Start typing to search": "Beginne mit der Eingabe, um zu suchen", Submit: "Einreichen", Symbols: "Symbole", "Travel & Places": "Reisen & Orte", "Type to search time zone": "Tippen, um Zeitzone zu suchen", "Unable to search the group": "Die Gruppe konnte nicht durchsucht werden.", "Undo changes": "Änderungen rückgängig machen", "Write a message …": "Nachricht schreiben …" } }, { locale: "de_DE", translations: { "{tag} (invisible)": "{tag} (unsichtbar)", "{tag} (restricted)": "{tag} (eingeschränkt)", "A color with a HEX value {hex}": "Eine Farbe mit einem HEX-Wert {hex}", "a few seconds ago": "vor ein paar Sekunden", Actions: "Aktionen", 'Actions for item with name "{name}"': 'Aktionen für Element mit dem Namen "{name}“', Activities: "Aktivitäten", "Animals & Nature": "Tiere & Natur", "Any link": "Irgendein Link", "Anything shared with the same group of people will show up here": "Alles, das mit derselben Gruppe von Personen geteilt wird, wird hier angezeigt", "Avatar of {displayName}": "Avatar von {displayName}", "Avatar of {displayName}, {status}": "Avatar von {displayName}, {status}", away: "Abwesend", Back: "Zurück", "Back to provider selection": "Zurück zur Anbieterauswahl", "Cancel changes": "Änderungen verwerfen", "Change name": "Namen ändern", Choose: "Auswählen", "Clear search": "Suche leeren", "Clear selected": "Ausgewählte löschen", "Clear text": "Klartext", Close: "Schließen", "Close navigation": "Navigation schließen", "Close sidebar": "Seitenleiste schließen", "Close Smart Picker": "Smart Picker schließen", "Collapse menu": "Menü einklappen", "Confirm changes": "Änderungen bestätigen", Custom: "Benutzerdefiniert", "Deselect {option}": "{option} abwählen", "do not disturb": "Bitte nicht stören", "Edit item": "Element bearbeiten", "Enter link": "Link eingeben", "Error getting related resources. Please contact your system administrator if you have any questions.": "Fehler beim Abrufen verwandter Ressourcen. Bei Fragen wenden Sie sich bitte an Ihre Systemadministration.", "External documentation for {name}": "Externe Dokumentation für {name}", Favorite: "Favorit", Flags: "Flaggen", "Food & Drink": "Essen & Trinken", "Frequently used": "Häufig verwendet", Global: "Global", "Go back to the list": "Zurück zur Liste", Gold: "Gold", "Hide password": "Passwort verbergen", 'Load more "{options}"': 'Weitere "{options}" laden', "Message limit of {count} characters reached": "Nachrichtenlimit von {count} Zeichen erreicht", "More items …": "Weitere Elemente …", "More options": "Mehr Optionen", Next: "Weiter", "Nextcloud blue": "Nextcloud-Blau", "No emoji found": "Kein Emoji gefunden", "No link provider found": "Kein Linkanbieter gefunden", "No results": "Keine Ergebnisse", Objects: "Objekte", offline: "Offline", online: "Online", "Open contact menu": "Kontaktmenü öffnen", 'Open link to "{resourceName}"': 'Link zu "{resourceName}“ öffnen', "Open menu": "Menü öffnen", "Open navigation": "Navigation öffnen", "Open settings menu": "Einstellungsmenü öffnen", "Password is secure": "Passwort ist sicher", "Pause slideshow": "Diashow pausieren", "People & Body": "Menschen & Körper", "Pick a date": "Ein Datum auswählen", "Pick a date and a time": "Datum und Uhrzeit auswählen", "Pick a month": "Einen Monat auswählen", "Pick a time": "Eine Uhrzeit auswählen", "Pick a week": "Eine Woche auswählen", "Pick a year": "Ein Jahr auswählen", "Pick an emoji": "Ein Emoji auswählen", "Please select a time zone:": "Bitte eine Zeitzone auswählen:", Previous: "Vorherige", "Provider icon": "Anbietersymbol", Purple: "Lila", "Raw link {options}": "Unverarbeiteter Link {Optionen}", "Related resources": "Verwandte Ressourcen", "Save changes": "Änderungen speichern", Search: "Suche", "Search emoji": "Emoji suchen", "Search for options": "Nach Optionen suchen", "Search for time zone": "Nach Zeitzone suchen", "Search results": "Suchergebnisse", "sec. ago": "Sek. zuvor", "seconds ago": "Sekunden zuvor", "Select a tag": "Schlagwort auswählen", "Select provider": "Anbieter auswählen", Selected: "Ausgewählt", Settings: "Einstellungen", "Settings navigation": "Einstellungen für die Navigation", "Show password": "Passwort anzeigen", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Smileys & Emotionen", "Start slideshow": "Diashow starten", "Start typing to search": "Mit der Eingabe beginnen, um zu suchen", Submit: "Einreichen", Symbols: "Symbole", "Travel & Places": "Reisen & Orte", "Type to search time zone": "Tippen, um eine Zeitzone zu suchen", "Unable to search the group": "Die Gruppe kann nicht durchsucht werden", "Undo changes": "Änderungen rückgängig machen", "User status: {status}": "Benutzerstatus: {status}", "Write a message …": "Nachricht schreiben …" } }, { locale: "el", translations: { "{tag} (invisible)": "{tag} (αόρατο)", "{tag} (restricted)": "{tag} (περιορισμένο)", "a few seconds ago": "", Actions: "Ενέργειες", 'Actions for item with name "{name}"': "", Activities: "Δραστηριότητες", "Animals & Nature": "Ζώα & Φύση", "Any link": "", "Anything shared with the same group of people will show up here": "Οτιδήποτε μοιράζεται με την ίδια ομάδα ατόμων θα εμφανίζεται εδώ", "Avatar of {displayName}": "Άβαταρ του {displayName}", "Avatar of {displayName}, {status}": "Άβαταρ του {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Ακύρωση αλλαγών", "Change name": "", Choose: "Επιλογή", "Clear search": "", "Clear text": "Εκκαθάριση κειμένου", Close: "Κλείσιμο", "Close modal": "Βοηθητικό κλείσιμο", "Close navigation": "Κλείσιμο πλοήγησης", "Close sidebar": "Κλείσιμο πλευρικής μπάρας", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Επιβεβαίωση αλλαγών", Custom: "Προσαρμογή", "Edit item": "Επεξεργασία", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Αγαπημένα", Flags: "Σημαίες", "Food & Drink": "Φαγητό & Ποτό", "Frequently used": "Συχνά χρησιμοποιούμενο", Global: "Καθολικό", "Go back to the list": "Επιστροφή στην αρχική λίστα ", "Hide password": "Απόκρυψη κωδικού πρόσβασης", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Συμπληρώθηκε το όριο των {count} χαρακτήρων του μηνύματος", "More items …": "Περισσότερα στοιχεία …", "More options": "", Next: "Επόμενο", "No emoji found": "Δεν βρέθηκε emoji", "No link provider found": "", "No results": "Κανένα αποτέλεσμα", Objects: "Αντικείμενα", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Άνοιγμα πλοήγησης", "Open settings menu": "", "Password is secure": "Ο κωδικός πρόσβασης είναι ασφαλής", "Pause slideshow": "Παύση προβολής διαφανειών", "People & Body": "Άνθρωποι & Σώμα", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Επιλέξτε ένα emoji", "Please select a time zone:": "Παρακαλούμε επιλέξτε μια ζώνη ώρας:", Previous: "Προηγούμενο", "Provider icon": "", "Raw link {options}": "", "Related resources": "Σχετικοί πόροι", Search: "Αναζήτηση", "Search emoji": "", "Search results": "Αποτελέσματα αναζήτησης", "sec. ago": "", "seconds ago": "", "Select a tag": "Επιλογή ετικέτας", "Select provider": "", Settings: "Ρυθμίσεις", "Settings navigation": "Πλοήγηση ρυθμίσεων", "Show password": "Εμφάνιση κωδικού πρόσβασης", "Smart Picker": "", "Smileys & Emotion": "Φατσούλες & Συναίσθημα", "Start slideshow": "Έναρξη προβολής διαφανειών", "Start typing to search": "", Submit: "Υποβολή", Symbols: "Σύμβολα", "Travel & Places": "Ταξίδια & Τοποθεσίες", "Type to search time zone": "Πληκτρολογήστε για αναζήτηση ζώνης ώρας", "Unable to search the group": "Δεν είναι δυνατή η αναζήτηση της ομάδας", "Undo changes": "Αναίρεση Αλλαγών", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'Γράψτε μήνυμα, χρησιμοποιείστε "@" για να αναφέρετε κάποιον, χρησιμοποιείστε ":" για αυτόματη συμπλήρωση emoji …' } }, { locale: "en_GB", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (restricted)", "a few seconds ago": "a few seconds ago", Actions: "Actions", 'Actions for item with name "{name}"': 'Actions for item with name "{name}"', Activities: "Activities", "Animals & Nature": "Animals & Nature", "Any link": "Any link", "Anything shared with the same group of people will show up here": "Anything shared with the same group of people will show up here", "Avatar of {displayName}": "Avatar of {displayName}", "Avatar of {displayName}, {status}": "Avatar of {displayName}, {status}", away: "away", Back: "Back", "Back to provider selection": "Back to provider selection", "Cancel changes": "Cancel changes", "Change name": "Change name", Choose: "Choose", "Clear search": "Clear search", "Clear text": "Clear text", Close: "Close", "Close modal": "Close modal", "Close navigation": "Close navigation", "Close sidebar": "Close sidebar", "Close Smart Picker": "Close Smart Picker", "Collapse menu": "Collapse menu", "Confirm changes": "Confirm changes", Custom: "Custom", "do not disturb": "do not disturb", "Edit item": "Edit item", "Enter link": "Enter link", "Error getting related resources. Please contact your system administrator if you have any questions.": "Error getting related resources. Please contact your system administrator if you have any questions.", "External documentation for {name}": "External documentation for {name}", Favorite: "Favourite", Flags: "Flags", "Food & Drink": "Food & Drink", "Frequently used": "Frequently used", Global: "Global", "Go back to the list": "Go back to the list", "Hide password": "Hide password", 'Load more "{options}"': 'Load more "{options}"', "Message limit of {count} characters reached": "Message limit of {count} characters reached", "More items …": "More items …", "More options": "More options", Next: "Next", "No emoji found": "No emoji found", "No link provider found": "No link provider found", "No results": "No results", Objects: "Objects", offline: "offline", online: "online", "Open contact menu": "Open contact menu", 'Open link to "{resourceName}"': 'Open link to "{resourceName}"', "Open menu": "Open menu", "Open navigation": "Open navigation", "Open settings menu": "Open settings menu", "Password is secure": "Password is secure", "Pause slideshow": "Pause slideshow", "People & Body": "People & Body", "Pick a date": "Pick a date", "Pick a date and a time": "Pick a date and a time", "Pick a month": "Pick a month", "Pick a time": "Pick a time", "Pick a week": "Pick a week", "Pick a year": "Pick a year", "Pick an emoji": "Pick an emoji", "Please select a time zone:": "Please select a time zone:", Previous: "Previous", "Provider icon": "Provider icon", "Raw link {options}": "Raw link {options}", "Related resources": "Related resources", Search: "Search", "Search emoji": "Search emoji", "Search results": "Search results", "sec. ago": "sec. ago", "seconds ago": "seconds ago", "Select a tag": "Select a tag", "Select provider": "Select provider", Selected: "Selected", Settings: "Settings", "Settings navigation": "Settings navigation", "Show password": "Show password", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Smileys & Emotion", "Start slideshow": "Start slideshow", "Start typing to search": "Start typing to search", Submit: "Submit", Symbols: "Symbols", "Travel & Places": "Travel & Places", "Type to search time zone": "Type to search time zone", "Unable to search the group": "Unable to search the group", "Undo changes": "Undo changes", "User status: {status}": "User status: {status}", "Write a message …": "Write a message …" } }, { locale: "eo", translations: { "{tag} (invisible)": "{tag} (kaŝita)", "{tag} (restricted)": "{tag} (limigita)", "a few seconds ago": "", Actions: "Agoj", 'Actions for item with name "{name}"': "", Activities: "Aktiveco", "Animals & Nature": "Bestoj & Naturo", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "Elektu", "Clear search": "", "Clear text": "", Close: "Fermu", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "Propra", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "Flagoj", "Food & Drink": "Manĝaĵo & Trinkaĵo", "Frequently used": "Ofte uzataj", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "La limo je {count} da literoj atingita", "More items …": "", "More options": "", Next: "Sekva", "No emoji found": "La emoĝio forestas", "No link provider found": "", "No results": "La rezulto forestas", Objects: "Objektoj", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Payzi bildprezenton", "People & Body": "Homoj & Korpo", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Elekti emoĝion ", "Please select a time zone:": "", Previous: "Antaŭa", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Serĉi", "Search emoji": "", "Search results": "Serĉrezultoj", "sec. ago": "", "seconds ago": "", "Select a tag": "Elektu etikedon", "Select provider": "", Settings: "Agordo", "Settings navigation": "Agorda navigado", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Ridoj kaj Emocioj", "Start slideshow": "Komenci bildprezenton", "Start typing to search": "", Submit: "", Symbols: "Signoj", "Travel & Places": "Vojaĵoj & Lokoj", "Type to search time zone": "", "Unable to search the group": "Ne eblas serĉi en la grupo", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (restringido)", "A color with a HEX value {hex}": "Un color con un valor HEX {hex}", "a few seconds ago": "hace unos pocos segundos", Actions: "Acciones", 'Actions for item with name "{name}"': 'Acciones para el elemento con nombre "{name}"', Activities: "Actividades", "Animals & Nature": "Animales y naturaleza", "Any link": "Cualquier enlace", "Anything shared with the same group of people will show up here": "Cualquier cosa que sea compartida con el mismo grupo de personas se mostrará aquí", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", away: "ausente", Back: "Atrás", "Back to provider selection": "Volver a la selección de proveedor", "Cancel changes": "Cancelar cambios", "Change name": "Cambiar nombre", Choose: "Elegir", "Clear search": "Limpiar búsqueda", "Clear selected": "Limpiar selección", "Clear text": "Limpiar texto", Close: "Cerrar", "Close navigation": "Cerrar navegación", "Close sidebar": "Cerrar barra lateral", "Close Smart Picker": "Cerrar selector inteligente", "Collapse menu": "Ocultar menú", "Confirm changes": "Confirmar cambios", Custom: "Personalizado", "Deselect {option}": "Deseleccionar {option}", "do not disturb": "no molestar", "Edit item": "Editar elemento", "Enter link": "Ingrese enlace", "Error getting related resources. Please contact your system administrator if you have any questions.": "Error al obtener recursos relacionados. Por favor, contacta a tu administrador del sistema si tienes alguna pregunta.", "External documentation for {name}": "Documentación externa para {name}", Favorite: "Favorito", Flags: "Banderas", "Food & Drink": "Comida y bebida", "Frequently used": "Usado con frecuenca", Global: "Global", "Go back to the list": "Volver a la lista", Gold: "Oro", "Hide password": "Ocultar contraseña", 'Load more "{options}"': 'Cargar más "{options}"', "Message limit of {count} characters reached": "El mensaje ha alcanzado el límite de {count} caracteres", "More items …": "Más ítems...", "More options": "Más opciones", Next: "Siguiente", "Nextcloud blue": "Azul Nextcloud", "No emoji found": "No hay ningún emoji", "No link provider found": "No se encontró ningún proveedor de enlaces", "No results": " Ningún resultado", Objects: "Objetos", offline: "fuera de línea", online: "en línea", "Open contact menu": "Abrir menú de contactos", 'Open link to "{resourceName}"': 'Abrir enlace a "{resourceName}"', "Open menu": "Abrir menú", "Open navigation": "Abrir navegación", "Open settings menu": "Abrir menú de ajustes", "Password is secure": "La contraseña es segura", "Pause slideshow": "Pausar la presentación ", "People & Body": "Personas y cuerpos", "Pick a date": "Seleccione una fecha", "Pick a date and a time": "Seleccione una fecha y hora", "Pick a month": "Seleccione un mes", "Pick a time": "Seleccione una hora", "Pick a week": "Seleccione una semana", "Pick a year": "Seleccione un año", "Pick an emoji": "Elegir un emoji", "Please select a time zone:": "Por favor elige un huso de horario:", Previous: "Anterior", "Provider icon": "Ícono del proveedor", Purple: "Morado", "Raw link {options}": "Enlace directo {options}", "Related resources": "Recursos relacionados", "Save changes": "Guardar cambios", Search: "Buscar", "Search emoji": "Buscar emoji", "Search for options": "Buscar opciones", "Search for time zone": "Buscar husos horarios", "Search results": "Resultados de la búsqueda", "sec. ago": "hace segundos", "seconds ago": "segundos atrás", "Select a tag": "Seleccione una etiqueta", "Select provider": "Seleccione proveedor", Selected: "Seleccionado", Settings: "Ajustes", "Settings navigation": "Navegación por ajustes", "Show password": "Mostrar contraseña", "Smart Picker": "Selector inteligente", "Smileys & Emotion": "Smileys y emoticonos", "Start slideshow": "Iniciar la presentación", "Start typing to search": "Comience a escribir para buscar", Submit: "Enviar", Symbols: "Símbolos", "Travel & Places": "Viajes y lugares", "Type to search time zone": "Escribe para buscar un huso de horario", "Unable to search the group": "No es posible buscar en el grupo", "Undo changes": "Deshacer cambios", "User status: {status}": "Estatus del usuario: {status}", "Write a message …": "Escribe un mensaje …" } }, { locale: "es_419", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_AR", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_CL", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_CO", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_CR", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_DO", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_EC", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (restricted)", "a few seconds ago": "hace unos segundos", Actions: "Acciones", 'Actions for item with name "{name}"': 'Acciones para el elemento con nombre "{name}"', Activities: "Actividades", "Animals & Nature": "Animales y Naturaleza", "Any link": "Cualquier enlace", "Anything shared with the same group of people will show up here": "Cualquier cosa compartida con el mismo grupo de personas aparecerá aquí.", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", Back: "Atrás", "Back to provider selection": "Volver a la selección de proveedor", "Cancel changes": "Cancelar cambios", "Change name": "Cambiar nombre", Choose: "Elegir", "Clear search": "Limpiar búsqueda", "Clear text": "Limpiar texto", Close: "Cerrar", "Close modal": "Cerrar modal", "Close navigation": "Cerrar navegación", "Close sidebar": "Cerrar barra lateral", "Close Smart Picker": "Cerrar selector inteligente", "Collapse menu": "Ocultar menú", "Confirm changes": "Confirmar cambios", Custom: "Personalizado", "Edit item": "Editar elemento", "Enter link": "Ingresar enlace", "Error getting related resources. Please contact your system administrator if you have any questions.": "Error al obtener recursos relacionados. Por favor, contacta a tu administrador del sistema si tienes alguna pregunta.", "External documentation for {name}": "Documentación externa para {name}", Favorite: "Favorito", Flags: "Marcas", "Food & Drink": "Comida y Bebida", "Frequently used": "Frecuentemente utilizado", Global: "Global", "Go back to the list": "Volver a la lista", "Hide password": "Ocultar contraseña", 'Load more "{options}"': "", "Message limit of {count} characters reached": "Se ha alcanzado el límite de caracteres del mensaje {count}", "More items …": "Más elementos...", "More options": "Más opciones", Next: "Siguiente", "No emoji found": "No se encontró ningún emoji", "No link provider found": "No se encontró ningún proveedor de enlaces", "No results": "Sin resultados", Objects: "Objetos", "Open contact menu": "Abrir menú de contactos", 'Open link to "{resourceName}"': 'Abrir enlace a "{resourceName}"', "Open menu": "Abrir menú", "Open navigation": "Abrir navegación", "Open settings menu": "Abrir menú de configuración", "Password is secure": "La contraseña es segura", "Pause slideshow": "Pausar presentación de diapositivas", "People & Body": "Personas y Cuerpo", "Pick a date": "Seleccionar una fecha", "Pick a date and a time": "Seleccionar una fecha y una hora", "Pick a month": "Seleccionar un mes", "Pick a time": "Seleccionar una semana", "Pick a week": "Seleccionar una semana", "Pick a year": "Seleccionar un año", "Pick an emoji": "Seleccionar un emoji", "Please select a time zone:": "Por favor, selecciona una zona horaria:", Previous: "Anterior", "Provider icon": "Ícono del proveedor", "Raw link {options}": "Enlace directo {options}", "Related resources": "Recursos relacionados", Search: "Buscar", "Search emoji": "Buscar emoji", "Search results": "Resultados de búsqueda", "sec. ago": "hace segundos", "seconds ago": "Segundos atrás", "Select a tag": "Seleccionar una etiqueta", "Select provider": "Seleccionar proveedor", Selected: "", Settings: "Configuraciones", "Settings navigation": "Navegación de configuraciones", "Show password": "Mostrar contraseña", "Smart Picker": "Selector inteligente", "Smileys & Emotion": "Caritas y Emociones", "Start slideshow": "Iniciar presentación de diapositivas", "Start typing to search": "Comienza a escribir para buscar", Submit: "Enviar", Symbols: "Símbolos", "Travel & Places": "Viajes y Lugares", "Type to search time zone": "Escribe para buscar la zona horaria", "Unable to search the group": "No se puede buscar en el grupo", "Undo changes": "Deshacer cambios", "Write a message …": "" } }, { locale: "es_GT", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_HN", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_MX", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_NI", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_PA", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_PE", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_PR", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_PY", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_SV", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "es_UY", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "et_EE", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "eu", translations: { "{tag} (invisible)": "{tag} (ikusezina)", "{tag} (restricted)": "{tag} (mugatua)", "a few seconds ago": "duela segundo batzuk", Actions: "Ekintzak", 'Actions for item with name "{name}"': '"{name}" izeneko elementuaren ekintzak', Activities: "Jarduerak", "Animals & Nature": "Animaliak eta Natura", "Any link": "Edozein esteka", "Anything shared with the same group of people will show up here": "Pertsona-talde berarekin partekatutako edozer agertuko da hemen", "Avatar of {displayName}": "{displayName}-(e)n irudia", "Avatar of {displayName}, {status}": "{displayName} -(e)n irudia, {status}", Back: "Atzera", "Back to provider selection": "Itzuli hornitzaileen hautapenera", "Cancel changes": "Ezeztatu aldaketak", "Change name": "Aldatu izena", Choose: "Aukeratu", "Clear search": "Garbitu bilaketa", "Clear text": "Garbitu testua", Close: "Itxi", "Close modal": "Itxi modala", "Close navigation": "Itxi nabigazioa", "Close sidebar": "Itxi albo-barra", "Close Smart Picker": "Itxi hautatzaile adimenduna", "Collapse menu": "Tolestu menua", "Confirm changes": "Baieztatu aldaketak", Custom: "Pertsonalizatua", "Edit item": "Editatu elementua", "Enter link": "Sartu esteka", "Error getting related resources. Please contact your system administrator if you have any questions.": "Errore bat gertatu da erlazionatutako baliabideak eskuratzean. Jarri harremanetan zure sistemaren administratzailearekin galderarik baduzu.", "External documentation for {name}": "{name}-ren kanpoko dokumentazioa", Favorite: "Gogokoa", Flags: "Banderak", "Food & Drink": "Janaria eta edariak", "Frequently used": "Askotan erabilia", Global: "Globala", "Go back to the list": "Bueltatu zerrendara", "Hide password": "Ezkutatu pasahitza", 'Load more "{options}"': 'Kargatu "{options}" gehiago', "Message limit of {count} characters reached": "Mezuaren {count} karaketere-limitera heldu zara", "More items …": "Elementu gehiago …", "More options": "Aukera gehiago", Next: "Hurrengoa", "No emoji found": "Ez da emojirik aurkitu", "No link provider found": "Ez da aurkitu esteka-hornitzailerik", "No results": "Emaitzarik ez", Objects: "Objektuak", "Open contact menu": "Ireki kontaktuen menua", 'Open link to "{resourceName}"': 'Ireki "{resourceName}" esteka', "Open menu": "Ireki menua", "Open navigation": "Ireki nabigazioa", "Open settings menu": "Ireki ezarpenen menua", "Password is secure": "Pasahitza segurua da", "Pause slideshow": "Pausatu diaporama", "People & Body": "Jendea eta gorputza", "Pick a date": "Aukeratu data bat", "Pick a date and a time": "Aukeratu data eta ordu bat", "Pick a month": "Aukeratu hilabete bat", "Pick a time": "Aukeratu ordu bat", "Pick a week": "Aukeratu aste bat", "Pick a year": "Aukeratu urte bat", "Pick an emoji": "Hautatu emoji bat", "Please select a time zone:": "Mesedez hautatu ordu-zona bat:", Previous: "Aurrekoa", "Provider icon": "Hornitzailearen ikonoa", "Raw link {options}": "Formaturik gabeko esteka {aukerak}", "Related resources": "Erlazionatutako baliabideak", Search: "Bilatu", "Search emoji": "Bilatu emojiak", "Search results": "Bilaketa emaitzak", "sec. ago": "duela seg.", "seconds ago": "duela segundo", "Select a tag": "Hautatu etiketa bat", "Select provider": "Hautatu hornitzailea", Selected: "Hautatuta", Settings: "Ezarpenak", "Settings navigation": "Nabigazio ezarpenak", "Show password": "Erakutsi pasahitza", "Smart Picker": "Hautatzaile adimenduna", "Smileys & Emotion": "Smileyak eta emozioa", "Start slideshow": "Hasi diaporama", "Start typing to search": "Hasi idazten bilatzeko", Submit: "Bidali", Symbols: "Sinboloak", "Travel & Places": "Bidaiak eta lekuak", "Type to search time zone": "Idatzi ordu-zona bat bilatzeko", "Unable to search the group": "Ezin izan da taldea bilatu", "Undo changes": "Aldaketak desegin", "Write a message …": "Idatzi mezu bat…" } }, { locale: "fa", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "fi", translations: { "{tag} (invisible)": "{tag} (näkymätön)", "{tag} (restricted)": "{tag} (rajoitettu)", "a few seconds ago": "", Actions: "Toiminnot", 'Actions for item with name "{name}"': "", Activities: "Aktiviteetit", "Animals & Nature": "Eläimet & luonto", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "Käyttäjän {displayName} avatar", "Avatar of {displayName}, {status}": "Käyttäjän {displayName} avatar, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Peruuta muutokset", "Change name": "", Choose: "Valitse", "Clear search": "", "Clear text": "", Close: "Sulje", "Close modal": "", "Close navigation": "Sulje navigaatio", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Vahvista muutokset", Custom: "Mukautettu", "Edit item": "Muokkaa kohdetta", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "Liput", "Food & Drink": "Ruoka & juoma", "Frequently used": "Usein käytetyt", Global: "Yleinen", "Go back to the list": "Siirry takaisin listaan", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Viestin merkken enimmäisimäärä {count} täynnä ", "More items …": "", "More options": "", Next: "Seuraava", "No emoji found": "Emojia ei löytynyt", "No link provider found": "", "No results": "Ei tuloksia", Objects: "Esineet & asiat", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Avaa navigaatio", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Keskeytä diaesitys", "People & Body": "Ihmiset & keho", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Valitse emoji", "Please select a time zone:": "Valitse aikavyöhyke:", Previous: "Edellinen", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Etsi", "Search emoji": "", "Search results": "Hakutulokset", "sec. ago": "", "seconds ago": "", "Select a tag": "Valitse tagi", "Select provider": "", Settings: "Asetukset", "Settings navigation": "Asetusnavigaatio", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Hymiöt & tunteet", "Start slideshow": "Aloita diaesitys", "Start typing to search": "", Submit: "Lähetä", Symbols: "Symbolit", "Travel & Places": "Matkustus & kohteet", "Type to search time zone": "Kirjoita etsiäksesi aikavyöhyke", "Unable to search the group": "Ryhmää ei voi hakea", "Undo changes": "Kumoa muutokset", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "fo", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "fr", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (restreint)", "A color with a HEX value {hex}": "Une couleur de valeur HEX {hex}", "a few seconds ago": "il y a quelques instants", Actions: "Actions", 'Actions for item with name "{name}"': `Actions de l'entrée avec le nom "{name}"`, Activities: "Activités", "Animals & Nature": "Animaux & Nature", "Any link": "N'importe quel lien", "Anything shared with the same group of people will show up here": "Tout ce qui est partagé avec le même groupe de personnes apparaîtra ici", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", away: "absent", Back: "Retour", "Back to provider selection": "Revenir à la sélection du fournisseur", "Cancel changes": "Annuler les modifications", "Change name": "Modifier le nom", Choose: "Choisir", "Clear search": "Effacer la recherche", "Clear selected": "Vider la sélection", "Clear text": "Effacer le texte", Close: "Fermer", "Close navigation": "Fermer la navigation", "Close sidebar": "Fermer la barre latérale", "Close Smart Picker": "Fermer le sélecteur intelligent", "Collapse menu": "Réduire le menu", "Confirm changes": "Confirmer les modifications", Custom: "Personnalisé", "Deselect {option}": "Désélectionner {option}", "do not disturb": "ne pas déranger", "Edit item": "Éditer l'élément", "Enter link": "Saisissez le lien", "Error getting related resources. Please contact your system administrator if you have any questions.": "Erreur lors de la récupération des ressources liées. Contactez votre administrateur système pour répondre à vos éventuelles questions.", "External documentation for {name}": "Documentation externe pour {name}", Favorite: "Favori", Flags: "Drapeaux", "Food & Drink": "Nourriture & Boissons", "Frequently used": "Utilisés fréquemment", Global: "Global", "Go back to the list": "Retourner à la liste", Gold: "Doré", "Hide password": "Cacher le mot de passe", 'Load more "{options}"': `Charger d'avantage "{options}"`, "Message limit of {count} characters reached": "Limite de messages de {count} caractères atteinte", "More items …": "Plus d'éléments...", "More options": "Plus d'options", Next: "Suivant", "Nextcloud blue": "Bleu Nextcloud", "No emoji found": "Pas d’émoji trouvé", "No link provider found": "Aucun fournisseur de lien trouvé", "No results": "Aucun résultat", Objects: "Objets", offline: "hors ligne", online: "en ligne", "Open contact menu": "Ouvrir le menu Contact", 'Open link to "{resourceName}"': 'Ouvrir le lien vers "{resourceName}"', "Open menu": "Ouvrir le menu", "Open navigation": "Ouvrir la navigation", "Open settings menu": "Ouvrir le menu Paramètres", "Password is secure": "Le mot de passe est sécurisé", "Pause slideshow": "Mettre le diaporama en pause", "People & Body": "Personnes & Corps", "Pick a date": "Sélectionner une date", "Pick a date and a time": "Sélectionner une date et une heure", "Pick a month": "Sélectionner un mois", "Pick a time": "Sélectionner une heure", "Pick a week": "Sélectionner une semaine", "Pick a year": "Sélectionner une année", "Pick an emoji": "Choisissez un émoji", "Please select a time zone:": "Sélectionnez un fuseau horaire : ", Previous: "Précédent", "Provider icon": "Icône du fournisseur", Purple: "Violet", "Raw link {options}": "Lien brut {options}", "Related resources": "Ressources liées", "Save changes": "Sauvegarder les changements", Search: "Chercher", "Search emoji": "Rechercher un emoji", "Search for options": "Rechercher les options", "Search for time zone": "Rechercher le fuseau horaire", "Search results": "Résultats de recherche", "sec. ago": "il y a sec.", "seconds ago": "il y a secondes", "Select a tag": "Sélectionnez une balise", "Select provider": "Sélectionner un fournisseur", Selected: "sélectionné", Settings: "Paramètres", "Settings navigation": "Navigation dans les paramètres", "Show password": "Afficher le mot de passe", "Smart Picker": "Sélecteur intelligent", "Smileys & Emotion": "Smileys & Émotions", "Start slideshow": "Démarrer le diaporama", "Start typing to search": "Commencez à écrire pour rechercher", Submit: "Valider", Symbols: "Symboles", "Travel & Places": "Voyage & Lieux", "Type to search time zone": "Saisissez les premiers lettres pour rechercher un fuseau horaire", "Unable to search the group": "Impossible de chercher le groupe", "Undo changes": "Annuler les changements", "User status: {status}": "Statut de l'utilisateur : {status}", "Write a message …": "Ecrire un message..." } }, { locale: "gd", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "gl", translations: { "{tag} (invisible)": "{tag} (invisíbel)", "{tag} (restricted)": "{tag} (restrinxido)", "A color with a HEX value {hex}": "Unha cor cun valor HEX {hex}", "a few seconds ago": "hai uns segundos", Actions: "Accións", 'Actions for item with name "{name}"': "Accións para o elemento co nome «{name}»", Activities: "Actividades", "Animals & Nature": "Animais e natureza", "Any link": "Calquera ligazón", "Anything shared with the same group of people will show up here": "Todo o que se comparta co mesmo grupo de persoas aparecerá aquí", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", away: "ausente", Back: "Atrás", "Back to provider selection": "Volver á selección do provedor", "Cancel changes": "Cancelar os cambios", "Change name": "Cambiar o nome", Choose: "Escoller", "Clear search": "Limpar a busca", "Clear selected": "Limpar o seleccionado", "Clear text": "Limpar o texto", Close: "Pechar", "Close navigation": "Pechar a navegación", "Close sidebar": "Pechar a barra lateral", "Close Smart Picker": "Pechar o Selector intelixente", "Collapse menu": "Contraer o menú", "Confirm changes": "Confirma os cambios", Custom: "Personalizado", "Deselect {option}": "Desmarcar {opción}", "do not disturb": "non molestar", "Edit item": "Editar o elemento", "Enter link": "Introducir a ligazón", "Error getting related resources. Please contact your system administrator if you have any questions.": "Produciuse un erro ao obter os recursos relacionados. Póñase en contacto coa administración do seu sistema se ten algunha dúbida.", "External documentation for {name}": "Documentación externa para {name}", Favorite: "Favorito", Flags: "Bandeiras", "Food & Drink": "Comida e bebida", "Frequently used": "Usado con frecuencia", Global: "Global", "Go back to the list": "Volver á lista", Gold: "Ouro", "Hide password": "Agochar o contrasinal", 'Load more "{options}"': "Cargar máis «{options}»", "Message limit of {count} characters reached": "Acadouse o límite de {count} caracteres por mensaxe", "More items …": "Máis elementos…", "More options": "Máis opcións", Next: "Seguinte", "Nextcloud blue": "Nextcloud azul", "No emoji found": "Non se atopou ningún «emoji»", "No link provider found": "Non se atopou ningún provedor de ligazóns", "No results": "Sen resultados", Objects: "Obxectos", offline: "desconectado", online: "conectado", "Open contact menu": "Abrir o menú de contactos", 'Open link to "{resourceName}"': "Abrir a ligazón a «{resourceName}»", "Open menu": "Abrir o menú", "Open navigation": "Abrir a navegación", "Open settings menu": "Abrir o menú de axustes", "Password is secure": "O contrasinal é seguro", "Pause slideshow": "Pausar o diaporama", "People & Body": "Persoas e corpo", "Pick a date": "Escolla unha data", "Pick a date and a time": "Escolle unha data e unha hora", "Pick a month": "Escolla un mes", "Pick a time": "Escolla unha hora", "Pick a week": "Escolla unha semana", "Pick a year": "Escolla un ano", "Pick an emoji": "Escolla un «emoji»", "Please select a time zone:": "Escolla un fuso horario:", Previous: "Anterir", "Provider icon": "Icona do provedor", Purple: "Púrpura", "Raw link {options}": "Ligazón sen procesar {options}", "Related resources": "Recursos relacionados", "Save changes": "Gardar os cambios", Search: "Buscar", "Search emoji": "Buscar «emoji»", "Search for options": "Buscar por opcións", "Search for time zone": "Buscar por fuso horario", "Search results": "Resultados da busca", "sec. ago": "segs. atrás", "seconds ago": "segundos atrás", "Select a tag": "Seleccione unha etiqueta", "Select provider": "Seleccionar provedor", Selected: "Seleccionado", Settings: "Axustes", "Settings navigation": "Navegación polos axustes", "Show password": "Amosar o contrasinal", "Smart Picker": "Selector intelixente", "Smileys & Emotion": "Sorrisos e emocións", "Start slideshow": "Iniciar o diaporama", "Start typing to search": "Comece a escribir para buscar", Submit: "Enviar", Symbols: "Símbolos", "Travel & Places": "Viaxes e lugares", "Type to search time zone": "Escriba para buscar o fuso horario", "Unable to search the group": "Non foi posíbel buscar o grupo", "Undo changes": "Desfacer os cambios", "User status: {status}": "Estado do usuario: {status}", "Write a message …": "Escribir unha mensaxe…" } }, { locale: "he", translations: { "{tag} (invisible)": "{tag} (נסתר)", "{tag} (restricted)": "{tag} (מוגבל)", "a few seconds ago": "לפני מספר שניות", Actions: "פעולות", 'Actions for item with name "{name}"': "פעולות לפריט בשם „{name}”", Activities: "פעילויות", "Animals & Nature": "חיות וטבע", "Any link": "קישור כלשהו", "Anything shared with the same group of people will show up here": "כל מה שמשותף עם אותה קבוצת האנשים יופיע כאן", "Avatar of {displayName}": "תמונה ייצוגית של {displayName}", "Avatar of {displayName}, {status}": "תמונה ייצוגית של {displayName}, {status}", Back: "חזרה", "Back to provider selection": "חזרה לבחירת ספק", "Cancel changes": "ביטול שינויים", "Change name": "החלפת שם", Choose: "בחירה", "Clear search": "פינוי חיפוש", "Clear text": "פינוי טקסט", Close: "סגירה", "Close modal": "סגירת החלונית", "Close navigation": "סגירת הניווט", "Close sidebar": "סגירת סרגל הצד", "Close Smart Picker": "סגירת הבורר החכם", "Collapse menu": "צמצום התפריט", "Confirm changes": "אישור השינויים", Custom: "בהתאמה אישית", "Edit item": "עריכת פריט", "Enter link": "מילוי קישור", "Error getting related resources. Please contact your system administrator if you have any questions.": "שגיאה בקבלת המשאבים הקשורים. נא ליצור קשר עם הנהלת המערכת אם יש לך שאלות.", "External documentation for {name}": "תיעוד חיצוני עבור {name}", Favorite: "למועדפים", Flags: "דגלים", "Food & Drink": "מזון ומשקאות", "Frequently used": "בשימוש תדיר", Global: "כללי", "Go back to the list": "חזרה לרשימה", "Hide password": "הסתרת סיסמה", 'Load more "{options}"': "", "Message limit of {count} characters reached": "הגעת למגבלה של {count} תווים", "More items …": "פריטים נוספים…", "More options": "אפשרויות נוספות", Next: "הבא", "No emoji found": "לא נמצא אמוג׳י", "No link provider found": "לא נמצא ספק קישורים", "No results": "אין תוצאות", Objects: "חפצים", "Open contact menu": "פתיחת תפריט קשר", 'Open link to "{resourceName}"': "פתיחת קישור אל „{resourceName}”", "Open menu": "פתיחת תפריט", "Open navigation": "פתיחת ניווט", "Open settings menu": "פתיחת תפריט הגדרות", "Password is secure": "הסיסמה מאובטחת", "Pause slideshow": "השהיית מצגת", "People & Body": "אנשים וגוף", "Pick a date": "נא לבחור תאריך", "Pick a date and a time": "נא לבחור תאריך ושעה", "Pick a month": "נא לבחור חודש", "Pick a time": "נא לבחור שעה", "Pick a week": "נא לבחור שבוע", "Pick a year": "נא לבחור שנה", "Pick an emoji": "נא לבחור אמוג׳י", "Please select a time zone:": "נא לבחור אזור זמן:", Previous: "הקודם", "Provider icon": "סמל ספק", "Raw link {options}": "קישור גולמי {options}", "Related resources": "משאבים קשורים", Search: "חיפוש", "Search emoji": "חיפוש אמוג׳י", "Search results": "תוצאות חיפוש", "sec. ago": "לפני מספר שניות", "seconds ago": "לפני מס׳ שניות", "Select a tag": "בחירת תגית", "Select provider": "בחירת ספק", Selected: "", Settings: "הגדרות", "Settings navigation": "ניווט בהגדרות", "Show password": "הצגת סיסמה", "Smart Picker": "בורר חכם", "Smileys & Emotion": "חייכנים ורגשונים", "Start slideshow": "התחלת המצגת", "Start typing to search": "התחלת הקלדה מחפשת", Submit: "הגשה", Symbols: "סמלים", "Travel & Places": "טיולים ומקומות", "Type to search time zone": "יש להקליד כדי לחפש אזור זמן", "Unable to search the group": "לא ניתן לחפש בקבוצה", "Undo changes": "ביטול שינויים", "Write a message …": "" } }, { locale: "hi_IN", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "hr", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "hsb", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "hu", translations: { "{tag} (invisible)": "{tag} (láthatatlan)", "{tag} (restricted)": "{tag} (korlátozott)", "a few seconds ago": "", Actions: "Műveletek", 'Actions for item with name "{name}"': "", Activities: "Tevékenységek", "Animals & Nature": "Állatok és természet", "Any link": "", "Anything shared with the same group of people will show up here": "Minden, amit ugyanazzal a csoporttal oszt meg, itt fog megjelenni", "Avatar of {displayName}": "{displayName} profilképe", "Avatar of {displayName}, {status}": "{displayName} profilképe, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Változtatások elvetése", "Change name": "", Choose: "Válassszon", "Clear search": "", "Clear text": "Szöveg törlése", Close: "Bezárás", "Close modal": "Ablak bezárása", "Close navigation": "Navigáció bezárása", "Close sidebar": "Oldalsáv bezárása", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Változtatások megerősítése", Custom: "Egyéni", "Edit item": "Elem szerkesztése", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Kedvenc", Flags: "Zászlók", "Food & Drink": "Étel és ital", "Frequently used": "Gyakran használt", Global: "Globális", "Go back to the list": "Ugrás vissza a listához", "Hide password": "Jelszó elrejtése", 'Load more "{options}""': "", "Message limit of {count} characters reached": "{count} karakteres üzenetkorlát elérve", "More items …": "További elemek...", "More options": "", Next: "Következő", "No emoji found": "Nem található emodzsi", "No link provider found": "", "No results": "Nincs találat", Objects: "Tárgyak", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Navigáció megnyitása", "Open settings menu": "", "Password is secure": "A jelszó biztonságos", "Pause slideshow": "Diavetítés szüneteltetése", "People & Body": "Emberek és test", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Válasszon egy emodzsit", "Please select a time zone:": "Válasszon időzónát:", Previous: "Előző", "Provider icon": "", "Raw link {options}": "", "Related resources": "Kapcsolódó erőforrások", Search: "Keresés", "Search emoji": "", "Search results": "Találatok", "sec. ago": "", "seconds ago": "", "Select a tag": "Válasszon címkét", "Select provider": "", Settings: "Beállítások", "Settings navigation": "Navigáció a beállításokban", "Show password": "Jelszó megjelenítése", "Smart Picker": "", "Smileys & Emotion": "Mosolyok és érzelmek", "Start slideshow": "Diavetítés indítása", "Start typing to search": "", Submit: "Beküldés", Symbols: "Szimbólumok", "Travel & Places": "Utazás és helyek", "Type to search time zone": "Gépeljen az időzóna kereséséhez", "Unable to search the group": "A csoport nem kereshető", "Undo changes": "Változtatások visszavonása", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "Írjon egy üzenetet, használja a „@”-ot valaki megemlítéséhet, illetve a „:”-ot az emodzsik automatikus kiegészítéséhez…" } }, { locale: "hy", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ia", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "id", translations: { "{tag} (invisible)": "{tag} (tidak terlihat)", "{tag} (restricted)": "{tag} (dibatasi)", "A color with a HEX value {hex}": "Warna dengan nilai HEX {hex}", "a few seconds ago": "beberapa detik yang lalu", Actions: "Tindakan", 'Actions for item with name "{name}"': 'Tindakan untuk item dengan nama "{name}"', Activities: "Aktivitas", "Animals & Nature": "Satwa dan Alam", "Any link": "Semua tautan", "Anything shared with the same group of people will show up here": "Apa pun yang dibagikan dengan grup orang yang sama akan muncul di sini", "Avatar of {displayName}": "Avatar {displayName}", "Avatar of {displayName}, {status}": "Avatar {displayName}, {status}", away: "tidak tersedia", Back: "Kembali", "Back to provider selection": "Kembali ke pemilihan penyedia", "Cancel changes": "Batalkan perubahan", "Change name": "Ubah nama", Choose: "Pilih", "Clear search": "Bersihkan pencarian", "Clear selected": "Hapus terpilih", "Clear text": "Bersihkan teks", Close: "Tutup", "Close navigation": "Tutup navigasi", "Close sidebar": "Tutup bilah sisi", "Close Smart Picker": "Tutup Pemilih Cerdas", "Collapse menu": "Ciutkan menu", "Confirm changes": "Konfirmasikan perubahan", Custom: "Khusus", "Deselect {option}": "Batalkan pemilihan {option}", "do not disturb": "jangan ganggu", "Edit item": "Edit item", "Enter link": "Masukkan tautan", "Error getting related resources. Please contact your system administrator if you have any questions.": "Kesalahan saat mengambil sumber daya terkait. Hubungi administrator sistem Anda jika ada pertanyaan.", "External documentation for {name}": "Dokumentasi eksternal untuk {name}", Favorite: "Favorit", Flags: "Tanda", "Food & Drink": "Makanan dan Minuman", "Frequently used": "Sering digunakan", Global: "Global", "Go back to the list": "Kembali ke daftar", Gold: "Emas", "Hide password": "Sembunyikan sandi", 'Load more "{options}"': 'Muat "{options}" lainnya', "Message limit of {count} characters reached": "Batas jumlah karakter pesan ({count} karakter) tercapai", "More items …": "Item lainnya…", "More options": "Opsi lainnya", Next: "Selanjutnya", "Nextcloud blue": "Biru Nextcloud", "No emoji found": "Tidak ada emoji yang ditemukan", "No link provider found": "Tidak ada penyedia tautan yang ditemukan", "No results": "Tidak ada hasil", Objects: "Objek", offline: "luring", online: "daring", "Open contact menu": "Buka menu kontak", 'Open link to "{resourceName}"': 'Buka tautan ke "{resourceName}"', "Open menu": "Buka menu", "Open navigation": "Buka navigasi", "Open settings menu": "Buka menu pengaturan", "Password is secure": "Kata sandi sudah aman", "Pause slideshow": "Jeda tayangan slide", "People & Body": "Orang & Badan", "Pick a date": "Pilih tanggal", "Pick a date and a time": "Pilih tanggal dan waktu", "Pick a month": "Pilih bulan", "Pick a time": "Pilih waktu", "Pick a week": "Pilih pekan", "Pick a year": "Pilih tahun", "Pick an emoji": "Pilih emoji", "Please select a time zone:": "Mohon pilih zona waktu", Previous: "Sebelumnya", "Provider icon": "Ikon penyedia", Purple: "Ungu", "Raw link {options}": "Tautan mentah {options}", "Related resources": "Sumber daya terkait", "Save changes": "Simpan perubahan", Search: "Cari", "Search emoji": "Cari emoji", "Search for options": "Cari opsi", "Search for time zone": "Cari zona waktu", "Search results": "Hasil pencarian", "sec. ago": "dtk. yang lalu", "seconds ago": "beberapa detik lalu", "Select a tag": "Pilih tag", "Select provider": "Pilih penyedia", Selected: "Dipilih", Settings: "Pengaturan", "Settings navigation": "Navigasi pengaturan", "Show password": "Tampilkan sandi", "Smart Picker": "Pemilih Cerdas", "Smileys & Emotion": "Senyuman & Perasaan", "Start slideshow": "Mulai salindia", "Start typing to search": "Ketik untuk mulai mencari", Submit: "Kirimkan", Symbols: "Simbol", "Travel & Places": "Perjalanan & Tempat", "Type to search time zone": "Ketik untuk mencari zona waktu", "Unable to search the group": "Tidak dapat mencari dalam grup", "Undo changes": "Urungkan perubahan", "User status: {status}": "Status pengguna: {status}", "Write a message …": "Tulis pesan ..." } }, { locale: "ig", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "is", translations: { "{tag} (invisible)": "{tag} (ósýnilegt)", "{tag} (restricted)": "{tag} (takmarkað)", "A color with a HEX value {hex}": "Litur með HEX-gildi {hex}", "a few seconds ago": "fyrir örfáum sekúndum síðan", Actions: "Aðgerðir", 'Actions for item with name "{name}"': 'Aðgerð fyrir atriði með heitið "{name}"', Activities: "Aðgerðir", "Animals & Nature": "Dýr og náttúra", "Any link": "Einhver tengill", "Anything shared with the same group of people will show up here": "Allt sem deilt er með sama hópi fólks mun birtast hér", "Avatar of {displayName}": "Auðkennismynd fyrir {displayName}", "Avatar of {displayName}, {status}": "Auðkennismynd fyrir {displayName}, {status}", away: "í burtu", Back: "Til baka", "Back to provider selection": "Til baka í val á þjónustuveitu", "Cancel changes": "Hætta við breytingar", "Change name": "Breyta nafni", Choose: "Velja", "Clear search": "Hreinsa leit", "Clear selected": "Hreinsa valið", "Clear text": "Hreinsa texta", Close: "Loka", "Close navigation": "Loka leiðsagnarsleða", "Close sidebar": "Loka hliðarstiku", "Close Smart Picker": "Loka snjall-veljara", "Collapse menu": "Fella valmynd saman", "Confirm changes": "Staðfesta breytingar", Custom: "Sérsniðið", "Deselect {option}": "Afvelja {option}", "do not disturb": "ekki ónáða", "Edit item": "Breyta atriði", "Enter link": "Settu inn tengil", "Error getting related resources. Please contact your system administrator if you have any questions.": "Villa við að sækja tengd tilföng. Hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar.", "External documentation for {name}": "Utanaðkomandi leiðbeiningar fyrir {name}", Favorite: "Eftirlæti", Flags: "Flögg", "Food & Drink": "Matur og drykkur", "Frequently used": "Oftast notað", Global: "Almennt", "Go back to the list": "Fara til baka í listann", Gold: "Gull", "Hide password": "Fela lykilorð", 'Load more "{options}"': 'Hlaða inn fleiri "{options}"', "Message limit of {count} characters reached": "Takmörkum {count} stafa náð", "More items …": "Fleiri atriði …", "More options": "Fleiri valkostir", Next: "Næsta", "Nextcloud blue": "Nextcloud blátt", "No emoji found": "Ekkert tjáningartákn fannst", "No link provider found": "Engin tenglaveita fannst", "No results": "Engar niðurstöður", Objects: "Hlutir", offline: "ónettengt", online: "nettengt", "Open contact menu": "Opna valmynd tengiliða", 'Open link to "{resourceName}"': 'Opna tengil í "{resourceName}"', "Open menu": "Opna valmynd", "Open navigation": "Opna leiðsagnarsleða", "Open settings menu": "Opna stillingavalmynd", "Password is secure": "Lykilorðið er öruggt", "Pause slideshow": "Gera hlé á skyggnusýningu", "People & Body": "Fólk og líkami", "Pick a date": "Veldu dagsetningu", "Pick a date and a time": "Veldu dagsetningu og tíma", "Pick a month": "Veldu mánuð", "Pick a time": "Veldu tíma", "Pick a week": "Veldu viku", "Pick a year": "Veldu ár", "Pick an emoji": "Veldu tjáningartákn", "Please select a time zone:": "Veldu tímabelti:", Previous: "Fyrri", "Provider icon": "Táknmynd þjónustuveitu", Purple: "Purpurablátt", "Raw link {options}": "Hrár tengill {options}", "Related resources": "Tengd tilföng", "Save changes": "Vista breytingar", Search: "Leita", "Search emoji": "Leita að tjáningartákni", "Search for options": "Leita að valkostum", "Search for time zone": "Leita að tímabelti", "Search results": "Leitarniðurstöður", "sec. ago": "sek. síðan", "seconds ago": "sekúndum síðan", "Select a tag": "Veldu merki", "Select provider": "Veldu þjónustuveitu", Selected: "Valið", Settings: "Stillingar", "Settings navigation": "Flakk um stillingar", "Show password": "Birta lykilorð", "Smart Picker": "Snjall-veljari", "Smileys & Emotion": "Broskallar og tilfinningar", "Start slideshow": "Byrja skyggnusýningu", "Start typing to search": "Byrjaðu að skrifa til að leita", Submit: "Senda inn", Symbols: "Tákn", "Travel & Places": "Staðir og ferðalög", "Type to search time zone": "Skrifaðu til að leita að tímabelti", "Unable to search the group": "Get ekki leitað í hópnum", "Undo changes": "Afturkalla breytingar", "User status: {status}": "Staða notanda: {status}", "Write a message …": "Skrifaðu skilaboð …" } }, { locale: "it", translations: { "{tag} (invisible)": "{tag} (invisibile)", "{tag} (restricted)": "{tag} (limitato)", "A color with a HEX value {hex}": "Un colore con un valore HEX {hex}", "a few seconds ago": "pochi secondi fa", Actions: "Azioni", 'Actions for item with name "{name}"': `Azioni per l'elemento con il nome "{nome}"`, Activities: "Attività", "Animals & Nature": "Animali e natura", "Any link": "Qualsiasi link", "Anything shared with the same group of people will show up here": "Tutto ciò che è stato condiviso con lo stesso gruppo di persone viene visualizzato qui", "Avatar of {displayName}": "Avatar di {displayName}", "Avatar of {displayName}, {status}": "Avatar di {displayName}, {status}", away: "via", Back: "Indietro", "Back to provider selection": "Torna alla selezione del provider", "Cancel changes": "Annulla modifiche", "Change name": "Cambia nome", Choose: "Scegli", "Clear search": "online", "Clear selected": "Cancella selezionati", "Clear text": "Cancella il testo", Close: "Chiudi", "Close navigation": "Chiudi la navigazione", "Close sidebar": "Chiudi la barra laterale", "Close Smart Picker": "Chiudere lo Smart Picker", "Collapse menu": "Chiudi Menu", "Confirm changes": "Conferma modifiche", Custom: "Personalizzato", "Deselect {option}": "Deselezionare {option}", "do not disturb": "non disturbare", "Edit item": "Modifica l'elemento", "Enter link": "Inserire il link", "Error getting related resources. Please contact your system administrator if you have any questions.": "Errore nell'ottenere le risorse correlate. Per qualsiasi domanda, contattare l'amministratore di sistema.", "External documentation for {name}": "Documentazione esterna per {name}", Favorite: "Preferito", Flags: "Bandiere", "Food & Drink": "Cibo e bevande", "Frequently used": "Usati di frequente", Global: "Globale", "Go back to the list": "Torna all'elenco", Gold: "Oro", "Hide password": "Nascondi la password", 'Load more "{options}"': 'Carica più "{options}"', "Message limit of {count} characters reached": "Limite dei messaggi di {count} caratteri raggiunto", "More items …": "Più elementi ...", "More options": "Altre opzioni", Next: "Successivo", "Nextcloud blue": "Nextcloud blue", "No emoji found": "Nessun emoji trovato", "No link provider found": "Nessun fornitore di link trovato", "No results": "Nessun risultato", Objects: "Oggetti", offline: "offline", online: "online", "Open contact menu": "Apri il menu dei contatti", 'Open link to "{resourceName}"': 'Apri il link a "{resourceName}"', "Open menu": "Apri il menu", "Open navigation": "Apri la navigazione", "Open settings menu": "Apri il menu delle impostazioni", "Password is secure": "La password è sicura", "Pause slideshow": "Presentazione in pausa", "People & Body": "Persone e corpo", "Pick a date": "Scegli una data", "Pick a date and a time": "Scegli una data e un orario", "Pick a month": "Scegli un mese", "Pick a time": "Scegli un momento", "Pick a week": "Scegli una settimana", "Pick a year": "Scegli un anno", "Pick an emoji": "Scegli un emoji", "Please select a time zone:": "Si prega di selezionare un fuso orario:", Previous: "Precedente", "Provider icon": "Icona del provider", Purple: "Viola", "Raw link {options}": "Raw link {options}", "Related resources": "Risorse correlate", "Save changes": "Salva le modifiche", Search: "Cerca", "Search emoji": "Ricerca emoji", "Search for options": "Ricerca di opzioni", "Search for time zone": "Ricerca del fuso orario", "Search results": "Risultati di ricerca", "sec. ago": "sec. fa", "seconds ago": "secondi fa", "Select a tag": "Seleziona un'etichetta", "Select provider": "Selezionare il provider", Selected: "Selezionato", Settings: "Impostazioni", "Settings navigation": "Navigazione delle impostazioni", "Show password": "Mostra la password", "Smart Picker": "Picker intelligente", "Smileys & Emotion": "Faccine ed emozioni", "Start slideshow": "Avvia presentazione", "Start typing to search": "Iniziare a digitare per effettuare la ricerca", Submit: "Invia", Symbols: "Simboli", "Travel & Places": "Viaggi e luoghi", "Type to search time zone": "Digita per cercare un fuso orario", "Unable to search the group": "Impossibile cercare il gruppo", "Undo changes": "Cancella i cambiamenti", "User status: {status}": "Stato dell'utente: {status}", "Write a message …": "Scrivi un messaggio ..." } }, { locale: "ja", translations: { "{tag} (invisible)": "{タグ} (不可視)", "{tag} (restricted)": "{タグ} (制限付)", "a few seconds ago": "", Actions: "操作", 'Actions for item with name "{name}"': "", Activities: "アクティビティ", "Animals & Nature": "動物と自然", "Any link": "", "Anything shared with the same group of people will show up here": "同じグループで共有しているものは、全てここに表示されます", "Avatar of {displayName}": "{displayName} のアバター", "Avatar of {displayName}, {status}": "{displayName}, {status} のアバター", Back: "", "Back to provider selection": "", "Cancel changes": "変更をキャンセル", "Change name": "", Choose: "選択", "Clear search": "", "Clear text": "テキストをクリア", Close: "閉じる", "Close modal": "モーダルを閉じる", "Close navigation": "ナビゲーションを閉じる", "Close sidebar": "サイドバーを閉じる", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "変更を承認", Custom: "カスタム", "Edit item": "編集", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "お気に入り", Flags: "国旗", "Food & Drink": "食べ物と飲み物", "Frequently used": "よく使うもの", Global: "全体", "Go back to the list": "リストに戻る", "Hide password": "パスワードを非表示", 'Load more "{options}""': "", "Message limit of {count} characters reached": "{count} 文字のメッセージ上限に達しています", "More items …": "他のアイテム", "More options": "", Next: "次", "No emoji found": "絵文字が見つかりません", "No link provider found": "", "No results": "なし", Objects: "物", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "ナビゲーションを開く", "Open settings menu": "", "Password is secure": "パスワードは保護されています", "Pause slideshow": "スライドショーを一時停止", "People & Body": "様々な人と体の部位", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "絵文字を選択", "Please select a time zone:": "タイムゾーンを選んで下さい:", Previous: "前", "Provider icon": "", "Raw link {options}": "", "Related resources": "関連リソース", Search: "検索", "Search emoji": "", "Search results": "検索結果", "sec. ago": "", "seconds ago": "", "Select a tag": "タグを選択", "Select provider": "", Settings: "設定", "Settings navigation": "ナビゲーション設定", "Show password": "パスワードを表示", "Smart Picker": "", "Smileys & Emotion": "感情表現", "Start slideshow": "スライドショーを開始", "Start typing to search": "", Submit: "提出", Symbols: "記号", "Travel & Places": "旅行と場所", "Type to search time zone": "タイムゾーン検索のため入力してください", "Unable to search the group": "グループを検索できません", "Undo changes": "変更を取り消し", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'メッセージを記入、"@"でメンション、":"で絵文字の自動補完 ...' } }, { locale: "ka", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ka_GE", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "kab", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "kk", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "km", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "kn", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ko", translations: { "{tag} (invisible)": "{tag}(숨김)", "{tag} (restricted)": "{tag}(제한)", "a few seconds ago": "방금 전", Actions: "", 'Actions for item with name "{name}"': "", Activities: "활동", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "la", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "lb", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "lo", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "lt_LT", translations: { "{tag} (invisible)": "{tag} (nematoma)", "{tag} (restricted)": "{tag} (apribota)", "a few seconds ago": "", Actions: "Veiksmai", 'Actions for item with name "{name}"': "", Activities: "Veiklos", "Animals & Nature": "Gyvūnai ir gamta", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "Pasirinkti", "Clear search": "", "Clear text": "", Close: "Užverti", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "Tinkinti", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "Vėliavos", "Food & Drink": "Maistas ir gėrimai", "Frequently used": "Dažniausiai naudoti", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Pasiekta {count} simbolių žinutės riba", "More items …": "", "More options": "", Next: "Kitas", "No emoji found": "Nerasta jaustukų", "No link provider found": "", "No results": "Nėra rezultatų", Objects: "Objektai", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Pristabdyti skaidrių rodymą", "People & Body": "Žmonės ir kūnas", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Pasirinkti jaustuką", "Please select a time zone:": "", Previous: "Ankstesnis", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Ieškoti", "Search emoji": "", "Search results": "Paieškos rezultatai", "sec. ago": "", "seconds ago": "", "Select a tag": "Pasirinkti žymę", "Select provider": "", Settings: "Nustatymai", "Settings navigation": "Naršymas nustatymuose", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Šypsenos ir emocijos", "Start slideshow": "Pradėti skaidrių rodymą", "Start typing to search": "", Submit: "Pateikti", Symbols: "Simboliai", "Travel & Places": "Kelionės ir vietos", "Type to search time zone": "", "Unable to search the group": "Nepavyko atlikti paiešką grupėje", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "lv", translations: { "{tag} (invisible)": "{tag} (neredzams)", "{tag} (restricted)": "{tag} (ierobežots)", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "Izvēlēties", "Clear search": "", "Clear text": "", Close: "Aizvērt", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "Nākamais", "No emoji found": "", "No link provider found": "", "No results": "Nav rezultātu", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Pauzēt slaidrādi", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "Iepriekšējais", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "Izvēlēties birku", "Select provider": "", Settings: "Iestatījumi", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "Sākt slaidrādi", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "mk", translations: { "{tag} (invisible)": "{tag} (невидливо)", "{tag} (restricted)": "{tag} (ограничено)", "a few seconds ago": "", Actions: "Акции", 'Actions for item with name "{name}"': "", Activities: "Активности", "Animals & Nature": "Животни & Природа", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "Аватар на {displayName}", "Avatar of {displayName}, {status}": "Аватар на {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Откажи ги промените", "Change name": "", Choose: "Избери", "Clear search": "", "Clear text": "", Close: "Затвори", "Close modal": "Затвори модал", "Close navigation": "Затвори навигација", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Потврди ги промените", Custom: "Прилагодени", "Edit item": "Уреди", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Фаворити", Flags: "Знамиња", "Food & Drink": "Храна & Пијалоци", "Frequently used": "Најчесто користени", Global: "Глобално", "Go back to the list": "Врати се на листата", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Ограничувањето на должината на пораката од {count} карактери е надминато", "More items …": "", "More options": "", Next: "Следно", "No emoji found": "Не се пронајдени емотикони", "No link provider found": "", "No results": "Нема резултати", Objects: "Објекти", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Отвори навигација", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Пузирај слајдшоу", "People & Body": "Луѓе & Тело", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Избери емотикон", "Please select a time zone:": "Изберете временска зона:", Previous: "Предходно", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Барај", "Search emoji": "", "Search results": "Резултати од барувањето", "sec. ago": "", "seconds ago": "", "Select a tag": "Избери ознака", "Select provider": "", Settings: "Параметри", "Settings navigation": "Параметри за навигација", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Смешковци & Емотикони", "Start slideshow": "Стартувај слајдшоу", "Start typing to search": "", Submit: "Испрати", Symbols: "Симболи", "Travel & Places": "Патувања & Места", "Type to search time zone": "Напишете за да пребарате временска зона", "Unable to search the group": "Неможе да се принајде групата", "Undo changes": "Врати ги промените", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "mn", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "mr", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ms_MY", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "my", translations: { "{tag} (invisible)": "{tag} (ကွယ်ဝှက်ထား)", "{tag} (restricted)": "{tag} (ကန့်သတ်)", "a few seconds ago": "", Actions: "လုပ်ဆောင်ချက်များ", 'Actions for item with name "{name}"': "", Activities: "ပြုလုပ်ဆောင်တာများ", "Animals & Nature": "တိရစ္ဆာန်များနှင့် သဘာဝ", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "{displayName} ၏ ကိုယ်ပွား", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "ပြောင်းလဲမှုများ ပယ်ဖျက်ရန်", "Change name": "", Choose: "ရွေးချယ်ရန်", "Clear search": "", "Clear text": "", Close: "ပိတ်ရန်", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "ပြောင်းလဲမှုများ အတည်ပြုရန်", Custom: "အလိုကျချိန်ညှိမှု", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "အလံများ", "Food & Drink": "အစားအသောက်", "Frequently used": "မကြာခဏအသုံးပြုသော", Global: "ကမ္ဘာလုံးဆိုင်ရာ", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "ကန့်သတ် စာလုံးရေ {count} လုံး ပြည့်ပါပြီ", "More items …": "", "More options": "", Next: "နောက်သို့ဆက်ရန်", "No emoji found": "အီမိုဂျီ ရှာဖွေမတွေ့နိုင်ပါ", "No link provider found": "", "No results": "ရလဒ်မရှိပါ", Objects: "အရာဝတ္ထုများ", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "စလိုက်ရှိုး ခေတ္တရပ်ရန်", "People & Body": "လူပုဂ္ဂိုလ်များနှင့် ခန္ဓာကိုယ်", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "အီမိုဂျီရွေးရန်", "Please select a time zone:": "ဒေသစံတော်ချိန် ရွေးချယ်ပေးပါ", Previous: "ယခင်", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "ရှာဖွေရန်", "Search emoji": "", "Search results": "ရှာဖွေမှု ရလဒ်များ", "sec. ago": "", "seconds ago": "", "Select a tag": "tag ရွေးချယ်ရန်", "Select provider": "", Settings: "ချိန်ညှိချက်များ", "Settings navigation": "ချိန်ညှိချက်အညွှန်း", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "စမိုင်လီများနှင့် အီမိုရှင်း", "Start slideshow": "စလိုက်ရှိုးအား စတင်ရန်", "Start typing to search": "", Submit: "တင်သွင်းရန်", Symbols: "သင်္ကေတများ", "Travel & Places": "ခရီးသွားလာခြင်းနှင့် နေရာများ", "Type to search time zone": "ဒေသစံတော်ချိန်များ ရှာဖွေရန် စာရိုက်ပါ", "Unable to search the group": "အဖွဲ့အား ရှာဖွေ၍ မရနိုင်ပါ", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "nb", translations: { "{tag} (invisible)": "{tag} (usynlig)", "{tag} (restricted)": "{tag} (beskyttet)", "a few seconds ago": "", Actions: "Handlinger", 'Actions for item with name "{name}"': "", Activities: "Aktiviteter", "Animals & Nature": "Dyr og natur", "Any link": "", "Anything shared with the same group of people will show up here": "Alt som er delt med den samme gruppen vil vises her", "Avatar of {displayName}": "Avataren til {displayName}", "Avatar of {displayName}, {status}": "{displayName}'s avatar, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Avbryt endringer", "Change name": "", Choose: "Velg", "Clear search": "", "Clear text": "Fjern tekst", Close: "Lukk", "Close modal": "Lukk modal", "Close navigation": "Lukk navigasjon", "Close sidebar": "Lukk sidepanel", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Bekreft endringer", Custom: "Tilpasset", "Edit item": "Rediger", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Favoritt", Flags: "Flagg", "Food & Drink": "Mat og drikke", "Frequently used": "Ofte brukt", Global: "Global", "Go back to the list": "Gå tilbake til listen", "Hide password": "Skjul passord", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Karakter begrensing {count} nådd i melding", "More items …": "Flere gjenstander...", "More options": "", Next: "Neste", "No emoji found": "Fant ingen emoji", "No link provider found": "", "No results": "Ingen resultater", Objects: "Objekter", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Åpne navigasjon", "Open settings menu": "", "Password is secure": "Passordet er sikkert", "Pause slideshow": "Pause lysbildefremvisning", "People & Body": "Mennesker og kropp", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Velg en emoji", "Please select a time zone:": "Vennligst velg tidssone", Previous: "Forrige", "Provider icon": "", "Raw link {options}": "", "Related resources": "Relaterte ressurser", Search: "Søk", "Search emoji": "", "Search results": "Søkeresultater", "sec. ago": "", "seconds ago": "", "Select a tag": "Velg en merkelapp", "Select provider": "", Settings: "Innstillinger", "Settings navigation": "Navigasjonsinstillinger", "Show password": "Vis passord", "Smart Picker": "", "Smileys & Emotion": "Smilefjes og følelser", "Start slideshow": "Start lysbildefremvisning", "Start typing to search": "", Submit: "Send", Symbols: "Symboler", "Travel & Places": "Reise og steder", "Type to search time zone": "Tast for å søke etter tidssone", "Unable to search the group": "Kunne ikke søke i gruppen", "Undo changes": "Tilbakestill endringer", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'Skriv melding, bruk "@" for å nevne noen, bruk ":" for autofullføring av emoji...' } }, { locale: "ne", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "nl", translations: { "{tag} (invisible)": "{tag} (onzichtbaar)", "{tag} (restricted)": "{tag} (beperkt)", "a few seconds ago": "enkele seconden terug", Actions: "Acties", 'Actions for item with name "{name}"': 'Actie voor item met naam "{name}"', Activities: "Activiteiten", "Animals & Nature": "Dieren & Natuur", "Any link": "Elke link", "Anything shared with the same group of people will show up here": "Alles dat gedeeld is met dezelfde groep mensen zal hier getoond worden", "Avatar of {displayName}": "Avatar van {displayName}", "Avatar of {displayName}, {status}": "Avatar van {displayName}, {status}", away: "weg", Back: "Terug", "Back to provider selection": "Terug naar provider selectie", "Cancel changes": "Wijzigingen annuleren", "Change name": "Verander naam", Choose: "Kies", "Clear search": "Wis zoekopdracht", "Clear text": "Wis tekst", Close: "Sluiten", "Close modal": "Sluit modal", "Close navigation": "Navigatie sluiten", "Close sidebar": "Sluit sidebar", "Close Smart Picker": "Sluit Slimme Kiezer", "Collapse menu": "Klap menu in", "Confirm changes": "Wijzigingen bevestigen", Custom: "Aangepast", "do not disturb": "niet storen", "Edit item": "Item bewerken", "Enter link": "Voer link in", "Error getting related resources. Please contact your system administrator if you have any questions.": "Fout bij het verkrijgen van resources. Neem a.u.b. contact op met uw systeembeheerder als u vragen heeft.", "External documentation for {name}": "Externe documentatie voor {name}", Favorite: "Favoriet", Flags: "Vlaggen", "Food & Drink": "Eten & Drinken", "Frequently used": "Vaak gebruikt", Global: "Globaal", "Go back to the list": "Ga terug naar de lijst", "Hide password": "Verberg wachtwoord", 'Load more "{options}"': 'Laad meer "{options}"', "Message limit of {count} characters reached": "Berichtlimiet van {count} karakters bereikt", "More items …": "Meer items...", "More options": "Meer opties", Next: "Volgende", "No emoji found": "Geen emoji gevonden", "No link provider found": "Geen link provider gevonden", "No results": "Geen resultaten", Objects: "Objecten", offline: "offline", online: "online", "Open contact menu": "Open contactenmenu", 'Open link to "{resourceName}"': 'Open link naar "{resourceName}"', "Open menu": "Open menu", "Open navigation": "Navigatie openen", "Open settings menu": "Open instellingenmenu", "Password is secure": "Wachtwoord is veilig", "Pause slideshow": "Pauzeer diavoorstelling", "People & Body": "Mensen & Lichaam", "Pick a date": "Selecteer een datum", "Pick a date and a time": "Selecteer een datum en tijd", "Pick a month": "Selecteer een maand", "Pick a time": "Selecteer een tijd", "Pick a week": "Selecteer een week", "Pick a year": "Selecteer een jaar", "Pick an emoji": "Kies een emoji", "Please select a time zone:": "Selecteer een tijdzone:", Previous: "Vorige", "Provider icon": "Provider icon", "Raw link {options}": "Basis link {options}", "Related resources": "Gerelateerde bronnen", Search: "Zoeken", "Search emoji": "Zoek emoji", "Search results": "Zoekresultaten", "sec. ago": "sec. geleden", "seconds ago": "seconden geleden", "Select a tag": "Selecteer een label", "Select provider": "Selecteer provider", Selected: "Geselecteerd", Settings: "Instellingen", "Settings navigation": "Instellingen navigatie", "Show password": "Toon wachtwoord", "Smart Picker": "Slimme Kiezer", "Smileys & Emotion": "Smileys & Emotie", "Start slideshow": "Start diavoorstelling", "Start typing to search": "Start met typen om te zoeken", Submit: "Verwerken", Symbols: "Symbolen", "Travel & Places": "Reizen & Plaatsen", "Type to search time zone": "Type om een tijdzone te zoeken", "Unable to search the group": "Kan niet zoeken in de groep", "Undo changes": "Wijzigingen ongedaan maken", "User status: {status}": "Gebruikers status: {status}", "Write a message …": "Schrijf een bericht..." } }, { locale: "nn_NO", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "oc", translations: { "{tag} (invisible)": "{tag} (invisible)", "{tag} (restricted)": "{tag} (limit)", "a few seconds ago": "", Actions: "Accions", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "Causir", "Clear search": "", "Clear text": "", Close: "Tampar", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "Seguent", "No emoji found": "", "No link provider found": "", "No results": "Cap de resultat", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Metre en pausa lo diaporama", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "Precedent", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "Seleccionar una etiqueta", "Select provider": "", Settings: "Paramètres", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "Lançar lo diaporama", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "pl", translations: { "{tag} (invisible)": "{tag} (niewidoczna)", "{tag} (restricted)": "{tag} (ograniczona)", "A color with a HEX value {hex}": "Kolor o wartości HEX {hex}", "a few seconds ago": "kilka sekund temu", Actions: "Działania", 'Actions for item with name "{name}"': 'Akcje dla elementu o nazwie "{name}"', Activities: "Aktywność", "Animals & Nature": "Zwierzęta i natura", "Any link": "Dowolny link", "Anything shared with the same group of people will show up here": "Tutaj pojawi się wszystko, co zostało udostępnione tej samej grupie osób", "Avatar of {displayName}": "Awatar {displayName}", "Avatar of {displayName}, {status}": "Awatar {displayName}, {status}", away: "stąd", Back: "Wstecz", "Back to provider selection": "Powrót do wyboru dostawcy", "Cancel changes": "Anuluj zmiany", "Change name": "Zmień nazwę", Choose: "Wybierz", "Clear search": "Wyczyść wyszukiwanie", "Clear selected": "Wyczyść wybrane", "Clear text": "Wyczyść tekst", Close: "Zamknij", "Close navigation": "Zamknij nawigację", "Close sidebar": "Zamknij pasek boczny", "Close Smart Picker": "Zamknij inteligentny selektor", "Collapse menu": "Zwiń menu", "Confirm changes": "Potwierdź zmiany", Custom: "Zwyczajne", "Deselect {option}": "Odznacz {option}", "do not disturb": "nie przeszkadzać", "Edit item": "Edytuj element", "Enter link": "Wprowadź link", "Error getting related resources. Please contact your system administrator if you have any questions.": "Błąd podczas pobierania powiązanych zasobów. Jeśli masz jakiekolwiek pytania, skontaktuj się z administratorem systemu.", "External documentation for {name}": "Dokumentacja zewnętrzna dla {name}", Favorite: "Ulubiony", Flags: "Flagi", "Food & Drink": "Jedzenie i picie", "Frequently used": "Często używane", Global: "Globalnie", "Go back to the list": "Powrót do listy", Gold: "Złote", "Hide password": "Ukryj hasło", 'Load more "{options}"': 'Załaduj więcej "{options}"', "Message limit of {count} characters reached": "Przekroczono limit wiadomości wynoszący {count} znaków", "More items …": "Więcej pozycji…", "More options": "Więcej opcji", Next: "Następny", "Nextcloud blue": "Niebieskie Nextcloud", "No emoji found": "Nie znaleziono emoji", "No link provider found": "Nie znaleziono dostawcy linków", "No results": "Brak wyników", Objects: "Obiekty", offline: "offline", online: "online", "Open contact menu": "Otwórz menu kontaktu", 'Open link to "{resourceName}"': 'Otwórz link do "{resourceName}"', "Open menu": "Otwórz menu", "Open navigation": "Otwórz nawigację", "Open settings menu": "Otwórz menu ustawień", "Password is secure": "Hasło jest bezpieczne", "Pause slideshow": "Wstrzymaj pokaz slajdów", "People & Body": "Ludzie i ciało", "Pick a date": "Wybierz datę", "Pick a date and a time": "Wybierz datę i godzinę", "Pick a month": "Wybierz miesiąc", "Pick a time": "Wybierz czas", "Pick a week": "Wybierz tydzień", "Pick a year": "Wybierz rok", "Pick an emoji": "Wybierz emoji", "Please select a time zone:": "Wybierz strefę czasową:", Previous: "Poprzedni", "Provider icon": "Dostawca ikony", Purple: "Fioletowy", "Raw link {options}": "Link Raw {options}", "Related resources": "Powiązane zasoby", "Save changes": "Zapisz zmiany", Search: "Szukaj", "Search emoji": "Szukaj emoji", "Search for options": "Szukaj opcji", "Search for time zone": "Szukaj strefy czasowej", "Search results": "Wyniki wyszukiwania", "sec. ago": "sek. temu", "seconds ago": "sekund temu", "Select a tag": "Wybierz etykietę", "Select provider": "Wybierz dostawcę", Selected: "Wybrane", Settings: "Ustawienia", "Settings navigation": "Ustawienia nawigacji", "Show password": "Pokaż hasło", "Smart Picker": "Inteligentny Picker", "Smileys & Emotion": "Buźki i emotikony", "Start slideshow": "Rozpocznij pokaz slajdów", "Start typing to search": "Zacznij pisać, aby wyszukać", Submit: "Wyślij", Symbols: "Symbole", "Travel & Places": "Podróże i miejsca", "Type to search time zone": "Wpisz, aby wyszukać strefę czasową", "Unable to search the group": "Nie można przeszukać grupy", "Undo changes": "Cofnij zmiany", "User status: {status}": "Status użytkownika: {status}", "Write a message …": "Napisać wiadomość…" } }, { locale: "ps", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "pt_BR", translations: { "{tag} (invisible)": "{tag} (invisível)", "{tag} (restricted)": "{tag} (restrito) ", "a few seconds ago": "", Actions: "Ações", 'Actions for item with name "{name}"': "", Activities: "Atividades", "Animals & Nature": "Animais & Natureza", "Any link": "", "Anything shared with the same group of people will show up here": "Qualquer coisa compartilhada com o mesmo grupo de pessoas aparecerá aqui", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Cancelar alterações", "Change name": "", Choose: "Escolher", "Clear search": "", "Clear text": "Limpar texto", Close: "Fechar", "Close modal": "Fechar modal", "Close navigation": "Fechar navegação", "Close sidebar": "Fechar barra lateral", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Confirmar alterações", Custom: "Personalizado", "Edit item": "Editar item", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Favorito", Flags: "Bandeiras", "Food & Drink": "Comida & Bebida", "Frequently used": "Mais usados", Global: "Global", "Go back to the list": "Volte para a lista", "Hide password": "Ocultar a senha", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Limite de mensagem de {count} caracteres atingido", "More items …": "Mais itens …", "More options": "", Next: "Próximo", "No emoji found": "Nenhum emoji encontrado", "No link provider found": "", "No results": "Sem resultados", Objects: "Objetos", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Abrir navegação", "Open settings menu": "", "Password is secure": "A senha é segura", "Pause slideshow": "Pausar apresentação de slides", "People & Body": "Pessoas & Corpo", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Escolha um emoji", "Please select a time zone:": "Selecione um fuso horário: ", Previous: "Anterior", "Provider icon": "", "Raw link {options}": "", "Related resources": "Recursos relacionados", Search: "Pesquisar", "Search emoji": "", "Search results": "Resultados da pesquisa", "sec. ago": "", "seconds ago": "", "Select a tag": "Selecionar uma tag", "Select provider": "", Settings: "Configurações", "Settings navigation": "Navegação de configurações", "Show password": "Mostrar senha", "Smart Picker": "", "Smileys & Emotion": "Smiles & Emoções", "Start slideshow": "Iniciar apresentação de slides", "Start typing to search": "", Submit: "Enviar", Symbols: "Símbolo", "Travel & Places": "Viagem & Lugares", "Type to search time zone": "Digite para pesquisar o fuso horário ", "Unable to search the group": "Não foi possível pesquisar o grupo", "Undo changes": "Desfazer modificações", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': 'Escreva mensagens, use "@" para mencionar algum, use ":" for autocompletar emoji …' } }, { locale: "pt_PT", translations: { "{tag} (invisible)": "{tag} (invisivel)", "{tag} (restricted)": "{tag} (restrito)", "a few seconds ago": "alguns segundos atrás", Actions: "Ações", 'Actions for item with name "{name}"': 'Ações para objeto com o nome "[name]"', Activities: "Atividades", "Animals & Nature": "Animais e Natureza", "Any link": "Qualquer link", "Anything shared with the same group of people will show up here": "Qualquer coisa compartilhada com o mesmo grupo de pessoas aparecerá aqui", "Avatar of {displayName}": "Avatar de {displayName}", "Avatar of {displayName}, {status}": "Avatar de {displayName}, {status}", Back: "Voltar atrás", "Back to provider selection": "Voltar à seleção de fornecedor", "Cancel changes": "Cancelar alterações", "Change name": "Alterar nome", Choose: "Escolher", "Clear search": "Limpar a pesquisa", "Clear text": "Limpar texto", Close: "Fechar", "Close modal": "Fechar modal", "Close navigation": "Fechar navegação", "Close sidebar": "Fechar barra lateral", "Close Smart Picker": 'Fechar "Smart Picker"', "Collapse menu": "Comprimir menu", "Confirm changes": "Confirmar alterações", Custom: "Personalizado", "Edit item": "Editar item", "Enter link": "Introduzir link", "Error getting related resources. Please contact your system administrator if you have any questions.": "Erro em obter info relacionadas. Por favor contacte o administrador do sistema para esclarecimentos adicionais.", "External documentation for {name}": "Documentação externa para {name}", Favorite: "Favorito", Flags: "Bandeiras", "Food & Drink": "Comida e Bebida", "Frequently used": "Mais utilizados", Global: "Global", "Go back to the list": "Voltar para a lista", "Hide password": "Ocultar a senha", 'Load more "{options}"': "", "Message limit of {count} characters reached": "Atingido o limite de {count} carateres da mensagem.", "More items …": "Mais itens …", "More options": "Mais opções", Next: "Seguinte", "No emoji found": "Nenhum emoji encontrado", "No link provider found": "Nenhum fornecedor de link encontrado", "No results": "Sem resultados", Objects: "Objetos", "Open contact menu": "Abrir o menu de contato", 'Open link to "{resourceName}"': 'Abrir link para "{resourceName}"', "Open menu": "Abrir menu", "Open navigation": "Abrir navegação", "Open settings menu": "Abrir menu de configurações", "Password is secure": "A senha é segura", "Pause slideshow": "Pausar diaporama", "People & Body": "Pessoas e Corpo", "Pick a date": "Escolha uma data", "Pick a date and a time": "Escolha uma data e um horário", "Pick a month": "Escolha um mês", "Pick a time": "Escolha um horário", "Pick a week": "Escolha uma semana", "Pick a year": "Escolha um ano", "Pick an emoji": "Escolha um emoji", "Please select a time zone:": "Por favor, selecione um fuso horário: ", Previous: "Anterior", "Provider icon": "Icon do fornecedor", "Raw link {options}": "Link inicial {options}", "Related resources": "Recursos relacionados", Search: "Pesquisar", "Search emoji": "Pesquisar emoji", "Search results": "Resultados da pesquisa", "sec. ago": "seg. atrás", "seconds ago": "segundos atrás", "Select a tag": "Selecionar uma etiqueta", "Select provider": "Escolha de fornecedor", Selected: "", Settings: "Definições", "Settings navigation": "Navegação de configurações", "Show password": "Mostrar senha", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Sorrisos e Emoções", "Start slideshow": "Iniciar diaporama", "Start typing to search": "Comece a digitar para pesquisar", Submit: "Submeter", Symbols: "Símbolos", "Travel & Places": "Viagem e Lugares", "Type to search time zone": "Digite para pesquisar o fuso horário ", "Unable to search the group": "Não é possível pesquisar o grupo", "Undo changes": "Anular alterações", "Write a message …": "" } }, { locale: "ro", translations: { "{tag} (invisible)": "{tag} (invizibil)", "{tag} (restricted)": "{tag} (restricționat)", "A color with a HEX value {hex}": "O culoare în HEX value {hex}", "a few seconds ago": "acum câteva secunde", Actions: "Acțiuni", 'Actions for item with name "{name}"': 'Acțiuni pentru elementul cu numele "{name}"', Activities: "Activități", "Animals & Nature": "Animale și natură", "Any link": "Orice link", "Anything shared with the same group of people will show up here": "Tot ceea ce este partajat cu același grup de persoane va fi afișat aici", "Avatar of {displayName}": "Avatarul lui {displayName}", "Avatar of {displayName}, {status}": "Avatarul lui {displayName}, {status}", away: "plecat", Back: "Înapoi", "Back to provider selection": "Înapoi la selecția providerului", "Cancel changes": "Anulează modificările", "Change name": "Modifică numele", Choose: "Alegeți", "Clear search": "Șterge căutarea", "Clear selected": "Șterge selecția", "Clear text": "Șterge textul", Close: "Închideți", "Close navigation": "Închideți navigarea", "Close sidebar": "Închide bara laterală", "Close Smart Picker": "Închide Smart Picker", "Collapse menu": "Restrânge meniul", "Confirm changes": "Confirmați modificările", Custom: "Personalizat", "Deselect {option}": "Deselctează {option}", "do not disturb": "nu deranjați", "Edit item": "Editați elementul", "Enter link": "Introduceți link-ul", "Error getting related resources. Please contact your system administrator if you have any questions.": "Eroare la preluarea resurselor adiționale. Vă rugăm să contactați administratorul pentru întrebări.", "External documentation for {name}": "Documentație externă pentru {name}", Favorite: "Favorit", Flags: "Marcaje", "Food & Drink": "Alimente și băuturi", "Frequently used": "Utilizate frecvent", Global: "Global", "Go back to the list": "Întoarceți-vă la listă", Gold: "Aur", "Hide password": "Ascunde parola", 'Load more "{options}"': 'Încarcă mai multe "{options}"', "Message limit of {count} characters reached": "Limita mesajului de {count} caractere a fost atinsă", "More items …": "Mai multe articole ...", "More options": "Mai multe opțiuni", Next: "Următorul", "Nextcloud blue": "Nextcloud albastru", "No emoji found": "Nu s-a găsit niciun emoji", "No link provider found": "Nu s-a găsit un provider pentru linkuri", "No results": "Nu există rezultate", Objects: "Obiecte", offline: "deconectat", online: "online", "Open contact menu": "Deschide meniul contacte", 'Open link to "{resourceName}"': 'Deschide linkul la "{resourceName}"', "Open menu": "Deschide meniul", "Open navigation": "Deschideți navigația", "Open settings menu": "Deschide meniul pentru setări", "Password is secure": "Parola este sigură", "Pause slideshow": "Pauză prezentare de diapozitive", "People & Body": "Oameni și corp", "Pick a date": "Selectați o dată", "Pick a date and a time": "Selectați data și timpul", "Pick a month": "Selectați o lună", "Pick a time": "Selectați timpul", "Pick a week": "Selectați o săptămână", "Pick a year": "Selectați anul", "Pick an emoji": "Alege un emoji", "Please select a time zone:": "Vă rugăm să selectați un fus orar:", Previous: "Anterior", "Provider icon": "Provider pentru icon", Purple: "Purpuriu", "Raw link {options}": "Link brut {options}", "Related resources": "Resurse legate", "Save changes": "Salvează modificările", Search: "Căutare", "Search emoji": "Căutare emoji", "Search for options": "Căutare opțiuni", "Search for time zone": "Căutare zonă de timp", "Search results": "Rezultatele căutării", "sec. ago": "sec. în urmă", "seconds ago": "secunde în urmă", "Select a tag": "Selectați o etichetă", "Select provider": "Selectați providerul", Selected: "Selectat", Settings: "Setări", "Settings navigation": "Navigare setări", "Show password": "Arată parola", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Zâmbete și emoții", "Start slideshow": "Începeți prezentarea de diapozitive", "Start typing to search": "Tastați pentru căutare", Submit: "Trimiteți", Symbols: "Simboluri", "Travel & Places": "Călătorii și locuri", "Type to search time zone": "Tastați pentru a căuta fusul orar", "Unable to search the group": "Imposibilitatea de a căuta în grup", "Undo changes": "Anularea modificărilor", "User status: {status}": "Status utilizator: {status}", "Write a message …": "Scrieți un mesaj ..." } }, { locale: "ru", translations: { "{tag} (invisible)": "{tag} (невидимое)", "{tag} (restricted)": "{tag} (ограниченное)", "a few seconds ago": "несколько секунд назад", Actions: "Действия ", 'Actions for item with name "{name}"': 'Действия для элемента с названием "{name}"', Activities: "События", "Animals & Nature": "Животные и природа ", "Any link": "Любая ссылка", "Anything shared with the same group of people will show up here": "Всё, чем поделились с той же группой людей, будет отображаться здесь", "Avatar of {displayName}": "Аватар {displayName}", "Avatar of {displayName}, {status}": "Фотография {displayName}, {status}", away: "отсутствие", Back: "Назад", "Back to provider selection": "Вернуться к выбору провайдера", "Cancel changes": "Отменить изменения", "Change name": "Изменить имя", Choose: "Выберите", "Clear search": "Очистить поиск", "Clear text": "Очистить текст", Close: "Закрыть", "Close modal": "Закрыть модальное окно", "Close navigation": "Закрыть навигацию", "Close sidebar": "Закрыть сайдбар", "Close Smart Picker": "Закрыть интеллектуальный выбор", "Collapse menu": "Свернуть меню", "Confirm changes": "Подтвердить изменения", Custom: "Пользовательское", "do not disturb": "не беспокоить", "Edit item": "Изменить элемент", "Enter link": "Введите ссылку", "Error getting related resources. Please contact your system administrator if you have any questions.": "Ошибка при получении связанных ресурсов. Если у вас есть какие-либо вопросы, обратитесь к системному администратору.", "External documentation for {name}": "Внешняя документация для {name}", Favorite: "Избранное", Flags: "Флаги", "Food & Drink": "Еда, напиток", "Frequently used": "Часто используемый", Global: "Глобальный", "Go back to the list": "Вернуться к списку", "Hide password": "Скрыть пароль", 'Load more "{options}"': 'Загрузить больше "{options}""', "Message limit of {count} characters reached": "Достигнуто ограничение на количество символов в {count}", "More items …": "Больше элементов...", "More options": "Больше опций", Next: "Следующее", "No emoji found": "Эмодзи не найдено", "No link provider found": "Поставщик ссылок не найден", "No results": "Результаты отсуствуют", Objects: "Объекты", offline: "офлайн", online: "онлайн", "Open contact menu": "Открыть меню контакта", 'Open link to "{resourceName}"': 'Открыть ссылку на "{resourceName}"', "Open menu": "Открыть меню", "Open navigation": "Открыть навигацию", "Open settings menu": "Открыть меню настроек", "Password is secure": "Пароль надежный", "Pause slideshow": "Приостановить показ слйдов", "People & Body": "Люди и тело", "Pick a date": "Выберите дату", "Pick a date and a time": "Выберите дату и время", "Pick a month": "Выберите месяц", "Pick a time": "Выберите время", "Pick a week": "Выберите неделю", "Pick a year": "Выберите год", "Pick an emoji": "Выберите эмодзи", "Please select a time zone:": "Пожалуйста, выберите часовой пояс:", Previous: "Предыдущее", "Provider icon": "Значок поставщика", "Raw link {options}": "Необработанная ссылка {options}", "Related resources": "Связанные ресурсы", Search: "Поиск", "Search emoji": "Поиск эмодзи", "Search results": "Результаты поиска", "sec. ago": "сек. назад", "seconds ago": "секунд назад", "Select a tag": "Выберите метку", "Select provider": "Выбрать поставщика", Selected: "Выбрано", Settings: "Параметры", "Settings navigation": "Навигация по настройкам", "Show password": "Показать пароль", "Smart Picker": "Умный выбор", "Smileys & Emotion": "Смайлики и эмоции", "Start slideshow": "Начать показ слайдов", "Start typing to search": "Начните вводить текст для поиска", Submit: "Утвердить", Symbols: "Символы", "Travel & Places": "Путешествия и места", "Type to search time zone": "Введите для поиска часового пояса", "Unable to search the group": "Невозможно найти группу", "Undo changes": "Отменить изменения", "User status: {status}": "Статус пользователя: {status}", "Write a message …": "Напиши сообщение …" } }, { locale: "sc", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "si", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "sk", translations: { "{tag} (invisible)": "{tag} (neviditeľný)", "{tag} (restricted)": "{tag} (obmedzený)", "a few seconds ago": "", Actions: "Akcie", 'Actions for item with name "{name}"': "", Activities: "Aktivity", "Animals & Nature": "Zvieratá a príroda", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "Avatar {displayName}", "Avatar of {displayName}, {status}": "Avatar {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Zrušiť zmeny", "Change name": "", Choose: "Vybrať", "Clear search": "", "Clear text": "", Close: "Zatvoriť", "Close modal": "", "Close navigation": "Zavrieť navigáciu", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Potvrdiť zmeny", Custom: "Zvyk", "Edit item": "Upraviť položku", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "Vlajky", "Food & Drink": "Jedlo a nápoje", "Frequently used": "Často používané", Global: "Globálne", "Go back to the list": "Naspäť na zoznam", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Limit správy na {count} znakov dosiahnutý", "More items …": "", "More options": "", Next: "Ďalší", "No emoji found": "Nenašli sa žiadne emodži", "No link provider found": "", "No results": "Žiadne výsledky", Objects: "Objekty", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Otvoriť navigáciu", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "Pozastaviť prezentáciu", "People & Body": "Ľudia a telo", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "Vyberte si emodži", "Please select a time zone:": "Prosím vyberte časovú zónu:", Previous: "Predchádzajúci", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "Hľadať", "Search emoji": "", "Search results": "Výsledky vyhľadávania", "sec. ago": "", "seconds ago": "", "Select a tag": "Vybrať štítok", "Select provider": "", Settings: "Nastavenia", "Settings navigation": "Navigácia v nastaveniach", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "Smajlíky a emócie", "Start slideshow": "Začať prezentáciu", "Start typing to search": "", Submit: "Odoslať", Symbols: "Symboly", "Travel & Places": "Cestovanie a miesta", "Type to search time zone": "Začníte písať pre vyhľadávanie časovej zóny", "Unable to search the group": "Skupinu sa nepodarilo nájsť", "Undo changes": "Vrátiť zmeny", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "sl", translations: { "{tag} (invisible)": "{tag} (nevidno)", "{tag} (restricted)": "{tag} (omejeno)", "a few seconds ago": "", Actions: "Dejanja", 'Actions for item with name "{name}"': "", Activities: "Dejavnosti", "Animals & Nature": "Živali in Narava", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "Podoba {displayName}", "Avatar of {displayName}, {status}": "Prikazna slika {displayName}, {status}", Back: "", "Back to provider selection": "", "Cancel changes": "Prekliči spremembe", "Change name": "", Choose: "Izbor", "Clear search": "", "Clear text": "Počisti besedilo", Close: "Zapri", "Close modal": "Zapri pojavno okno", "Close navigation": "Zapri krmarjenje", "Close sidebar": "Zapri stransko vrstico", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "Potrdi spremembe", Custom: "Po meri", "Edit item": "Uredi predmet", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "Priljubljeno", Flags: "Zastavice", "Food & Drink": "Hrana in Pijača", "Frequently used": "Pogostost uporabe", Global: "Splošno", "Go back to the list": "Vrni se na seznam", "Hide password": "Skrij geslo", 'Load more "{options}""': "", "Message limit of {count} characters reached": "Dosežena omejitev {count} znakov na sporočilo.", "More items …": "Več predmetov ...", "More options": "", Next: "Naslednji", "No emoji found": "Ni najdenih izraznih ikon", "No link provider found": "", "No results": "Ni zadetkov", Objects: "Predmeti", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "Odpri krmarjenje", "Open settings menu": "", "Password is secure": "Geslo je varno", "Pause slideshow": "Ustavi predstavitev", "People & Body": "Ljudje in Telo", "Pick a date": "Izbor datuma", "Pick a date and a time": "Izbor datuma in časa", "Pick a month": "Izbor meseca", "Pick a time": "Izbor časa", "Pick a week": "Izbor tedna", "Pick a year": "Izbor leta", "Pick an emoji": "Izbor izrazne ikone", "Please select a time zone:": "Izbor časovnega pasu:", Previous: "Predhodni", "Provider icon": "", "Raw link {options}": "", "Related resources": "Povezani viri", Search: "Iskanje", "Search emoji": "", "Search results": "Zadetki iskanja", "sec. ago": "", "seconds ago": "", "Select a tag": "Izbor oznake", "Select provider": "", Settings: "Nastavitve", "Settings navigation": "Krmarjenje nastavitev", "Show password": "Pokaži geslo", "Smart Picker": "", "Smileys & Emotion": "Izrazne ikone", "Start slideshow": "Začni predstavitev", "Start typing to search": "", Submit: "Pošlji", Symbols: "Simboli", "Travel & Places": "Potovanja in Kraji", "Type to search time zone": "Vpišite niz za iskanje časovnega pasu", "Unable to search the group": "Ni mogoče iskati po skupini", "Undo changes": "Razveljavi spremembe", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "sq", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "sr", translations: { "{tag} (invisible)": "{tag} (невидљиво)", "{tag} (restricted)": "{tag} (ограничено)", "a few seconds ago": "пре неколико секунди", Actions: "Радње", 'Actions for item with name "{name}"': "Радње за ставку под називом „{name}”", Activities: "Активности", "Animals & Nature": "Животиње и природа", "Any link": "Било који линк", "Anything shared with the same group of people will show up here": "Све што се дели са истом групом људи ће се појавити овде", "Avatar of {displayName}": "Аватар за {displayName}", "Avatar of {displayName}, {status}": "Avatar za {displayName}, {status}", away: "одсутан", Back: "Назад", "Back to provider selection": "Назад на избор пружаоца", "Cancel changes": "Откажи измене", "Change name": "Измени назив", Choose: "Изаберите", "Clear search": "Обриши претрагу", "Clear selected": "Обриши изабрано", "Clear text": "Обриши текст", Close: "Затвори", "Close navigation": "Затвори навигацију", "Close sidebar": "Затвори бочну траку", "Close Smart Picker": "Затвори паметни бирач", "Collapse menu": "Сажми мени", "Confirm changes": "Потврдите измене", Custom: "Произвољно", "Deselect {option}": "Уклони избор {option}", "do not disturb": "не узнемиравај", "Edit item": "Уреди ставку", "Enter link": "Унесите линк", "Error getting related resources. Please contact your system administrator if you have any questions.": "Грешка код прибављања везаних ресурса. Молимо вас да се обратите администратору ако имате питања.", "External documentation for {name}": "Спољна документација за {name}", Favorite: "Омиљени", Flags: "Заставе", "Food & Drink": "Храна и пиће", "Frequently used": "Често коришћено", Global: "Глобално", "Go back to the list": "Назад на листу", "Hide password": "Сакриј лозинку", 'Load more "{options}"': "Учитај још „{options}”", "Message limit of {count} characters reached": "Достигнуто је ограничење величине поруке од {count} карактера", "More items …": "Још ставки...", "More options": "Још опција", Next: "Следеће", "No emoji found": "Није пронађен ниједан емођи", "No link provider found": "Није пронађен ниједан пружалац линка", "No results": "Нема резултата", Objects: "Предмети", offline: "ван мреже", online: "на мрежи", "Open contact menu": "Отвори мени контаката", 'Open link to "{resourceName}"': "Отвори линк на „{resourceName}”", "Open menu": "Отвори мени", "Open navigation": "Отвори навигацију", "Open settings menu": "Отвори мени подешавања", "Password is secure": "Лозинка је безбедна", "Pause slideshow": "Паузирај слајд шоу", "People & Body": "Људи и тело", "Pick a date": "Изаберите датум", "Pick a date and a time": "Изаберите датум и време", "Pick a month": "Изаберите месец", "Pick a time": "Изаберите време", "Pick a week": "Изаберите недељу", "Pick a year": "Изаберите годину", "Pick an emoji": "Изаберите емођи", "Please select a time zone:": "Молимо вас да изаберете временску зону:", Previous: "Претходно", "Provider icon": "Икона пружаоца", "Raw link {options}": "Сирови линк {options}", "Related resources": "Повезани ресурси", "Save changes": "Сачувај измене", Search: "Претражи", "Search emoji": "Претражи емођи", "Search for options": "Претрага опција", "Search for time zone": "Претрага временске зоне", "Search results": "Резултати претраге", "sec. ago": "сек. раније", "seconds ago": "секунди раније", "Select a tag": "Изаберите ознаку", "Select provider": "Изаберите пружаоца", Selected: "Изабрано", Settings: "Поставке", "Settings navigation": "Кретање по подешавањима", "Show password": "Прикажи лозинку", "Smart Picker": "Паметни бирач", "Smileys & Emotion": "Смајлији и емоције", "Start slideshow": "Покрени слајд шоу", "Start typing to search": "Покрените претрагу куцањем", Submit: "Поднеси", Symbols: "Симболи", "Travel & Places": "Путовање и места", "Type to search time zone": "Куцајте да претражите временске зоне", "Unable to search the group": "Група не може да се претражи", "Undo changes": "Поништи измене", "User status: {status}": "Статус корисника: {status}", "Write a message …": "Напишите поруку…" } }, { locale: "sr@latin", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "sv", translations: { "{tag} (invisible)": "{tag} (osynlig)", "{tag} (restricted)": "{tag} (begränsad)", "A color with a HEX value {hex}": "En färg med ett HEX-värde {hex}", "a few seconds ago": "några sekunder sedan", Actions: "Åtgärder", 'Actions for item with name "{name}"': 'Åtgärder för objekt med namn "{name}"', Activities: "Aktiviteter", "Animals & Nature": "Djur & Natur", "Any link": "Vilken länk som helst", "Anything shared with the same group of people will show up here": "Något som delats med samma grupp av personer kommer att visas här", "Avatar of {displayName}": "{displayName}s avatar", "Avatar of {displayName}, {status}": "{displayName}s avatar, {status}", away: "borta", Back: "Tillbaka", "Back to provider selection": "Tillbaka till leverantörsval", "Cancel changes": "Avbryt ändringar", "Change name": "Ändra namn", Choose: "Välj", "Clear search": "Rensa sökning", "Clear selected": "Rensa val", "Clear text": "Ta bort text", Close: "Stäng", "Close navigation": "Stäng navigering", "Close sidebar": "Stäng sidopanel", "Close Smart Picker": "Stäng Smart Picker", "Collapse menu": "Komprimera menyn", "Confirm changes": "Bekräfta ändringar", Custom: "Anpassad", "Deselect {option}": "Avmarkera {option}", "do not disturb": "stör ej", "Edit item": "Ändra", "Enter link": "Ange länk", "Error getting related resources. Please contact your system administrator if you have any questions.": "Det gick inte att hämta relaterade resurser. Kontakta din systemadministratör om du har några frågor.", "External documentation for {name}": "Extern dokumentation för {name}", Favorite: "Favorit", Flags: "Flaggor", "Food & Drink": "Mat & Dryck", "Frequently used": "Används ofta", Global: "Global", "Go back to the list": "Gå tillbaka till listan", Gold: "Guld", "Hide password": "Göm lössenordet", 'Load more "{options}"': 'Ladda fler "{options}"', "Message limit of {count} characters reached": "Meddelandegräns {count} tecken används", "More items …": "Fler objekt", "More options": "Fler alternativ", Next: "Nästa", "Nextcloud blue": "Nextcloud-blå", "No emoji found": "Hittade inga emojis", "No link provider found": "Ingen länkleverantör hittades", "No results": "Inga resultat", Objects: "Objekt", offline: "offline", online: "online", "Open contact menu": "Öppna kontaktmenyn", 'Open link to "{resourceName}"': 'Öppna länken till "{resourceName}"', "Open menu": "Öppna menyn", "Open navigation": "Öppna navigering", "Open settings menu": "Öppna inställningsmenyn", "Password is secure": "Lössenordet är säkert", "Pause slideshow": "Pausa bildspelet", "People & Body": "Kropp & Själ", "Pick a date": "Välj datum", "Pick a date and a time": "Välj datum och tid", "Pick a month": "Välj månad", "Pick a time": "Välj tid", "Pick a week": "Välj vecka", "Pick a year": "Välj år", "Pick an emoji": "Välj en emoji", "Please select a time zone:": "Välj tidszon:", Previous: "Föregående", "Provider icon": "Leverantörsikon", Purple: "Lila", "Raw link {options}": "Oformaterad länk {options}", "Related resources": "Relaterade resurser", "Save changes": "Spara ändringar", Search: "Sök", "Search emoji": "Sök emoji", "Search for options": "Sök efter alternativ", "Search for time zone": "Sök efter tidszon", "Search results": "Sökresultat", "sec. ago": "sek. sedan", "seconds ago": "sekunder sedan", "Select a tag": "Välj en tag", "Select provider": "Välj leverantör", Selected: "Vald", Settings: "Inställningar", "Settings navigation": "Inställningsmeny", "Show password": "Visa lössenordet", "Smart Picker": "Smart Picker", "Smileys & Emotion": "Selfies & Känslor", "Start slideshow": "Starta bildspelet", "Start typing to search": "Börja skriva för att söka", Submit: "Skicka", Symbols: "Symboler", "Travel & Places": "Resor & Sevärdigheter", "Type to search time zone": "Skriv för att välja tidszon", "Unable to search the group": "Kunde inte söka i gruppen", "Undo changes": "Ångra ändringar", "User status: {status}": "Användarstatus: {status}", "Write a message …": "Skriv ett meddelande …" } }, { locale: "sw", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "ta", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "th", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "tk", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "tr", translations: { "{tag} (invisible)": "{tag} (görünmez)", "{tag} (restricted)": "{tag} (kısıtlı)", "A color with a HEX value {hex}": "{hex} onaltılık değeri ile bir renk ", "a few seconds ago": "birkaç saniye önce", Actions: "İşlemler", 'Actions for item with name "{name}"': "{name} adındaki öge için işlemler", Activities: "Etkinlikler", "Animals & Nature": "Hayvanlar ve Doğa", "Any link": "Herhangi bir bağlantı", "Anything shared with the same group of people will show up here": "Aynı kişi grubu ile paylaşılan herşey burada görüntülenir", "Avatar of {displayName}": "{displayName} avatarı", "Avatar of {displayName}, {status}": "{displayName}, {status} avatarı", away: "Uzakta", Back: "Geri", "Back to provider selection": "Sağlayıcı seçimine dön", "Cancel changes": "Değişiklikleri iptal et", "Change name": "Adı değiştir", Choose: "Seçin", "Clear search": "Aramayı temizle", "Clear selected": "Seçilmişleri temizle", "Clear text": "Metni temizle", Close: "Kapat", "Close navigation": "Gezinmeyi kapat", "Close sidebar": "Yan çubuğu kapat", "Close Smart Picker": "Akıllı seçimi kapat", "Collapse menu": "Menüyü daralt", "Confirm changes": "Değişiklikleri onayla", Custom: "Özel", "Deselect {option}": "{option} bırak", "do not disturb": "Rahatsız etmeyin", "Edit item": "Ögeyi düzenle", "Enter link": "Bağlantıyı yazın", "Error getting related resources. Please contact your system administrator if you have any questions.": "İlgili kaynaklara ulaşılırken sorun çıktı. Herhangi bir sorunuz varsa lütfen sistem yöneticiniz ile görüşün ", "External documentation for {name}": "{name} için dış belgeler", Favorite: "Sık kullanılanlara ekle", Flags: "Bayraklar", "Food & Drink": "Yeme ve içme", "Frequently used": "Sık kullanılanlar", Global: "Evrensel", "Go back to the list": "Listeye dön", Gold: "Altın", "Hide password": "Parolayı gizle", 'Load more "{options}"': 'Diğer "{options}"', "Message limit of {count} characters reached": "{count} karakter ileti sınırına ulaşıldı", "More items …": "Diğer ögeler…", "More options": "Diğer seçenekler", Next: "Sonraki", "Nextcloud blue": "Nextcloud mavi", "No emoji found": "Herhangi bir emoji bulunamadı", "No link provider found": "Bağlantı sağlayıcısı bulunamadı", "No results": "Herhangi bir sonuç bulunamadı", Objects: "Nesneler", offline: "Çevrim dışı", online: "Çevrim içi", "Open contact menu": "İletişim menüsünü aç", 'Open link to "{resourceName}"': "{resourceName} bağlantısını aç", "Open menu": "Menüyü aç", "Open navigation": "Gezinmeyi aç", "Open settings menu": "Ayarlar menüsünü aç", "Password is secure": "Parola güvenli", "Pause slideshow": "Slayt sunumunu duraklat", "People & Body": "İnsanlar ve beden", "Pick a date": "Bir tarih seçin", "Pick a date and a time": "Bir tarih ve saat seçin", "Pick a month": "Bir ay seçin", "Pick a time": "Bir saat seçin", "Pick a week": "Bir hafta seçin", "Pick a year": "Bir yıl seçin", "Pick an emoji": "Bir emoji seçin", "Please select a time zone:": "Lütfen bir saat dilimi seçin:", Previous: "Önceki", "Provider icon": "Sağlayıcı simgesi", Purple: "Mor", "Raw link {options}": "Ham bağlantı {options}", "Related resources": "İlgili kaynaklar", "Save changes": "Değişiklikleri kaydet", Search: "Arama", "Search emoji": "Emoji ara", "Search for options": "Seçenek ara", "Search for time zone": "Saat dilimi ara", "Search results": "Arama sonuçları", "sec. ago": "sn. önce", "seconds ago": "saniye önce", "Select a tag": "Bir etiket seçin", "Select provider": "Sağlayıcı seçin", Selected: "Seçilmiş", Settings: "Ayarlar", "Settings navigation": "Gezinme ayarları", "Show password": "Parolayı görüntüle", "Smart Picker": "Akıllı seçim", "Smileys & Emotion": "İfadeler ve duygular", "Start slideshow": "Slayt sunumunu başlat", "Start typing to search": "Aramak için yazmaya başlayın", Submit: "Gönder", Symbols: "Simgeler", "Travel & Places": "Gezi ve yerler", "Type to search time zone": "Saat dilimi aramak için yazmaya başlayın", "Unable to search the group": "Grupta arama yapılamadı", "Undo changes": "Değişiklikleri geri al", "User status: {status}": "Kullanıcı durumu: {status}", "Write a message …": "Bir ileti yazın…" } }, { locale: "ug", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "uk", translations: { "{tag} (invisible)": "{tag} (невидимий)", "{tag} (restricted)": "{tag} (обмежений)", "A color with a HEX value {hex}": "Колір у форматі HEX {hex}", "a few seconds ago": "декілька секунд тому", Actions: "Дії", 'Actions for item with name "{name}"': `Дії для об'єкту "{name}"`, Activities: "Діяльність", "Animals & Nature": "Тварини та природа", "Any link": "Будь-яке посилання", "Anything shared with the same group of people will show up here": "Будь-що доступне для цієї же групи людей буде показано тут", "Avatar of {displayName}": "Аватар {displayName}", "Avatar of {displayName}, {status}": "Аватар {displayName}, {status}", away: "відсутній", Back: "Назад", "Back to provider selection": "Назад до вибору постачальника", "Cancel changes": "Скасувати зміни", "Change name": "Змінити назву", Choose: "Виберіть", "Clear search": "Очистити пошук", "Clear selected": "Очистити вибране", "Clear text": "Очистити текст", Close: "Закрити", "Close navigation": "Закрити навігацію", "Close sidebar": "Закрити бічну панель", "Close Smart Picker": "Закрити асистент вибору", "Collapse menu": "Згорнути меню", "Confirm changes": "Підтвердити зміни", Custom: "Власне", "Deselect {option}": "Зняти вибір {option}", "do not disturb": "не турбувати", "Edit item": "Редагувати елемент", "Enter link": "Зазначте посилання", "Error getting related resources. Please contact your system administrator if you have any questions.": "Помилка під час отримання пов'язаних ресурсів. Будь ласка, сконтактуйте з системним адміністратором, якщо у вас виникли запитання.", "External documentation for {name}": "Зовнішня документація для {name}", Favorite: "Із зірочкою", Flags: "Прапори", "Food & Drink": "Їжа та напої", "Frequently used": "Найчастіші", Global: "Глобальний", "Go back to the list": "Повернутися до списку", Gold: "Золотий", "Hide password": "Приховати пароль", 'Load more "{options}"': 'Завантажити більше "{options}"', "Message limit of {count} characters reached": "Вичерпано ліміт у {count} символів для повідомлення", "More items …": "Більше об'єктів...", "More options": "Більше об'єктів", Next: "Вперед", "Nextcloud blue": "Блакитний Nextcloud", "No emoji found": "Емоційки відсутні", "No link provider found": "Не наведено посилання", "No results": "Відсутні результати", Objects: "Об'єкти", offline: "не в мережі", online: "в мережі", "Open contact menu": "Відкрити меню контактів", 'Open link to "{resourceName}"': 'Відкрити посилання на "{resourceName}"', "Open menu": "Відкрити меню", "Open navigation": "Відкрити навігацію", "Open settings menu": "Відкрити меню налаштувань", "Password is secure": "Пароль безпечний", "Pause slideshow": "Пауза у показі слайдів", "People & Body": "Люди та жести", "Pick a date": "Вибрати дату", "Pick a date and a time": "Виберіть дату та час", "Pick a month": "Виберіть місяць", "Pick a time": "Виберіть час", "Pick a week": "Виберіть тиждень", "Pick a year": "Виберіть рік", "Pick an emoji": "Виберіть емоційку", "Please select a time zone:": "Виберіть часовий пояс:", Previous: "Назад", "Provider icon": "Піктограма постачальника", Purple: "Фіолетовий", "Raw link {options}": "Пряме посилання {options}", "Related resources": "Пов'язані ресурси", "Save changes": "Зберегти зміни", Search: "Пошук", "Search emoji": "Шукати емоційки", "Search for options": "Шукати параметри", "Search for time zone": "Шукати часові зони", "Search results": "Результати пошуку", "sec. ago": "с тому", "seconds ago": "с тому", "Select a tag": "Виберіть позначку", "Select provider": "Виберіть постачальника", Selected: "Вибрано", Settings: "Налаштування", "Settings navigation": "Навігація у налаштуваннях", "Show password": "Показати пароль", "Smart Picker": "Асистент вибору", "Smileys & Emotion": "Смайли та емоції", "Start slideshow": "Почати показ слайдів", "Start typing to search": "Почніть вводити для пошуку", Submit: "Надіслати", Symbols: "Символи", "Travel & Places": "Поїздки та місця", "Type to search time zone": "Введіть для пошуку часовий пояс", "Unable to search the group": "Неможливо шукати в групі", "Undo changes": "Скасувати зміни", "User status: {status}": "Статус користувача: {status}", "Write a message …": "Написати повідомлення ..." } }, { locale: "ur_PK", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "uz", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "vi", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }, { locale: "zh_CN", translations: { "{tag} (invisible)": "{tag} (不可见)", "{tag} (restricted)": "{tag} (受限)", "a few seconds ago": "", Actions: "行为", 'Actions for item with name "{name}"': "", Activities: "活动", "Animals & Nature": "动物 & 自然", "Any link": "", "Anything shared with the same group of people will show up here": "与同组用户分享的所有内容都会显示于此", "Avatar of {displayName}": "{displayName}的头像", "Avatar of {displayName}, {status}": "{displayName}的头像,{status}", Back: "", "Back to provider selection": "", "Cancel changes": "取消更改", "Change name": "", Choose: "选择", "Clear search": "", "Clear text": "清除文本", Close: "关闭", "Close modal": "关闭窗口", "Close navigation": "关闭导航", "Close sidebar": "关闭侧边栏", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "确认更改", Custom: "自定义", "Edit item": "编辑项目", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "喜爱", Flags: "旗帜", "Food & Drink": "食物 & 饮品", "Frequently used": "经常使用", Global: "全局", "Go back to the list": "返回至列表", "Hide password": "隐藏密码", 'Load more "{options}""': "", "Message limit of {count} characters reached": "已达到 {count} 个字符的消息限制", "More items …": "更多项目…", "More options": "", Next: "下一个", "No emoji found": "表情未找到", "No link provider found": "", "No results": "无结果", Objects: "物体", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "开启导航", "Open settings menu": "", "Password is secure": "密码安全", "Pause slideshow": "暂停幻灯片", "People & Body": "人 & 身体", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "选择一个表情", "Please select a time zone:": "请选择一个时区:", Previous: "上一个", "Provider icon": "", "Raw link {options}": "", "Related resources": "相关资源", Search: "搜索", "Search emoji": "", "Search results": "搜索结果", "sec. ago": "", "seconds ago": "", "Select a tag": "选择一个标签", "Select provider": "", Settings: "设置", "Settings navigation": "设置向导", "Show password": "显示密码", "Smart Picker": "", "Smileys & Emotion": "笑脸 & 情感", "Start slideshow": "开始幻灯片", "Start typing to search": "", Submit: "提交", Symbols: "符号", "Travel & Places": "旅游 & 地点", "Type to search time zone": "打字以搜索时区", "Unable to search the group": "无法搜索分组", "Undo changes": "撤销更改", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': '写信息,使用"@"来提及某人,使用":"进行表情符号自动完成 ...' } }, { locale: "zh_HK", translations: { "{tag} (invisible)": "{tag} (隱藏)", "{tag} (restricted)": "{tag} (受限)", "a few seconds ago": "幾秒前", Actions: "動作", 'Actions for item with name "{name}"': "名稱為「{name}」項目的操作", Activities: "活動", "Animals & Nature": "動物與自然", "Any link": "任何連結", "Anything shared with the same group of people will show up here": "與同一組人共享的任何內容都會顯示在此處", "Avatar of {displayName}": "{displayName} 的頭像", "Avatar of {displayName}, {status}": "{displayName} 的頭像,{status}", away: "離開", Back: "返回", "Back to provider selection": "回到提供者選擇", "Cancel changes": "取消更改", "Change name": "更改名稱", Choose: "選擇", "Clear search": "清除搜索", "Clear text": "清除文本", Close: "關閉", "Close modal": "關閉模態", "Close navigation": "關閉導航", "Close sidebar": "關閉側邊欄", "Close Smart Picker": "關閉 Smart Picker", "Collapse menu": "折疊選單", "Confirm changes": "確認更改", Custom: "自定義", "do not disturb": "請勿打擾", "Edit item": "編輯項目", "Enter link": "輸入連結", "Error getting related resources. Please contact your system administrator if you have any questions.": "取得相關資源時發生錯誤。如果有任何問題,請聯絡系統管理員。", "External documentation for {name}": "{name} 的外部文件", Favorite: "喜愛", Flags: "旗幟", "Food & Drink": "食物與飲料", "Frequently used": "經常使用", Global: "全球的", "Go back to the list": "返回清單", "Hide password": "隱藏密碼", 'Load more "{options}"': '載入更多 "{options}"', "Message limit of {count} characters reached": "已達到訊息最多 {count} 字元限制", "More items …": "更多項目 …", "More options": "更多選項", Next: "下一個", "No emoji found": "未找到表情符號", "No link provider found": "找不到連結提供者", "No results": "無結果", Objects: "物件", offline: "離線", online: "在線", "Open contact menu": "開啟通訊錄選單", 'Open link to "{resourceName}"': "開啟到「{resourceName}」的連結", "Open menu": "開啟選單", "Open navigation": "開啟導航", "Open settings menu": "開啟設定選單", "Password is secure": "密碼是安全的", "Pause slideshow": "暫停幻燈片", "People & Body": "人物", "Pick a date": "挑選日期", "Pick a date and a time": "挑選日期與時間", "Pick a month": "挑選月份", "Pick a time": "挑選時間", "Pick a week": "挑選星期", "Pick a year": "挑選年份", "Pick an emoji": "選擇表情符號", "Please select a time zone:": "請選擇時區:", Previous: "上一個", "Provider icon": "提供者圖示", "Raw link {options}": "原始連結 {options}", "Related resources": "相關資源", Search: "搜尋", "Search emoji": "搜尋表情符號", "Search results": "搜尋結果", "sec. ago": "秒前", "seconds ago": "秒前", "Select a tag": "選擇標籤", "Select provider": "選擇提供者", Selected: "已選", Settings: "設定", "Settings navigation": "設定值導覽", "Show password": "顯示密碼", "Smart Picker": "Smart Picker", "Smileys & Emotion": "表情", "Start slideshow": "開始幻燈片", "Start typing to search": "開始輸入以進行搜尋", Submit: "提交", Symbols: "標誌", "Travel & Places": "旅遊與景點", "Type to search time zone": "鍵入以搜索時區", "Unable to search the group": "無法搜尋群組", "Undo changes": "取消更改", "User status: {status}": "用戶狀態:{status}", "Write a message …": "編寫訊息 …" } }, { locale: "zh_TW", translations: { "{tag} (invisible)": "{tag}(隱藏)", "{tag} (restricted)": "{tag}(受限)", "a few seconds ago": "幾秒前", Actions: "動作", 'Actions for item with name "{name}"': "名稱為「{name}」項目的動作", Activities: "活動", "Animals & Nature": "動物與自然", "Any link": "任何連結", "Anything shared with the same group of people will show up here": "與相同群組分享的所有內容都會顯示於此", "Avatar of {displayName}": "{displayName} 的大頭照", "Avatar of {displayName}, {status}": "{displayName}, {status} 的大頭照", Back: "返回", "Back to provider selection": "回到提供者選擇", "Cancel changes": "取消變更", "Change name": "變更名稱", Choose: "選擇", "Clear search": "清除搜尋", "Clear text": "清除文字", Close: "關閉", "Close modal": "關閉模式", "Close navigation": "關閉導航", "Close sidebar": "關閉側邊欄", "Close Smart Picker": "關閉智慧型挑選器", "Collapse menu": "折疊選單", "Confirm changes": "確認變更", Custom: "自定義", "Edit item": "編輯項目", "Enter link": "輸入連結", "Error getting related resources. Please contact your system administrator if you have any questions.": "取得相關資源時發生錯誤。如果有任何問題,請聯絡系統管理員。", "External documentation for {name}": "{name} 的外部文件", Favorite: "最愛", Flags: "旗幟", "Food & Drink": "食物與飲料", "Frequently used": "最近使用", Global: "全域", "Go back to the list": "回到清單", "Hide password": "隱藏密碼", 'Load more "{options}"': "載入更多「{options}」", "Message limit of {count} characters reached": "已達到訊息最多 {count} 字元限制", "More items …": "更多項目……", "More options": "更多選項", Next: "下一個", "No emoji found": "未找到表情符號", "No link provider found": "找不到連結提供者", "No results": "無結果", Objects: "物件", "Open contact menu": "開啟通訊錄選單", 'Open link to "{resourceName}"': "開啟到「{resourceName}」的連結", "Open menu": "開啟選單", "Open navigation": "開啟導航", "Open settings menu": "開啟設定選單", "Password is secure": "密碼安全", "Pause slideshow": "暫停幻燈片", "People & Body": "人物", "Pick a date": "挑選日期", "Pick a date and a time": "挑選日期與時間", "Pick a month": "挑選月份", "Pick a time": "挑選時間", "Pick a week": "挑選星期", "Pick a year": "挑選年份", "Pick an emoji": "選擇表情符號", "Please select a time zone:": "請選取時區:", Previous: "上一個", "Provider icon": "提供者圖示", "Raw link {options}": "原始連結 {options}", "Related resources": "相關資源", Search: "搜尋", "Search emoji": "搜尋表情符號", "Search results": "搜尋結果", "sec. ago": "秒前", "seconds ago": "秒前", "Select a tag": "選擇標籤", "Select provider": "選取提供者", Selected: "已選取", Settings: "設定", "Settings navigation": "設定值導覽", "Show password": "顯示密碼", "Smart Picker": "智慧型挑選器", "Smileys & Emotion": "表情", "Start slideshow": "開始幻燈片", "Start typing to search": "開始輸入以進行搜尋", Submit: "遞交", Symbols: "標誌", "Travel & Places": "旅遊與景點", "Type to search time zone": "輸入以搜尋時區", "Unable to search the group": "無法搜尋群組", "Undo changes": "還原變更", "Write a message …": "編寫訊息……" } }, { locale: "zu_ZA", translations: { "{tag} (invisible)": "", "{tag} (restricted)": "", "a few seconds ago": "", Actions: "", 'Actions for item with name "{name}"': "", Activities: "", "Animals & Nature": "", "Any link": "", "Anything shared with the same group of people will show up here": "", "Avatar of {displayName}": "", "Avatar of {displayName}, {status}": "", Back: "", "Back to provider selection": "", "Cancel changes": "", "Change name": "", Choose: "", "Clear search": "", "Clear text": "", Close: "", "Close modal": "", "Close navigation": "", "Close sidebar": "", "Close Smart Picker": "", "Collapse menu": "", "Confirm changes": "", Custom: "", "Edit item": "", "Enter link": "", "Error getting related resources. Please contact your system administrator if you have any questions.": "", "External documentation for {name}": "", Favorite: "", Flags: "", "Food & Drink": "", "Frequently used": "", Global: "", "Go back to the list": "", "Hide password": "", 'Load more "{options}""': "", "Message limit of {count} characters reached": "", "More items …": "", "More options": "", Next: "", "No emoji found": "", "No link provider found": "", "No results": "", Objects: "", "Open contact menu": "", 'Open link to "{resourceName}"': "", "Open menu": "", "Open navigation": "", "Open settings menu": "", "Password is secure": "", "Pause slideshow": "", "People & Body": "", "Pick a date": "", "Pick a date and a time": "", "Pick a month": "", "Pick a time": "", "Pick a week": "", "Pick a year": "", "Pick an emoji": "", "Please select a time zone:": "", Previous: "", "Provider icon": "", "Raw link {options}": "", "Related resources": "", Search: "", "Search emoji": "", "Search results": "", "sec. ago": "", "seconds ago": "", "Select a tag": "", "Select provider": "", Settings: "", "Settings navigation": "", "Show password": "", "Smart Picker": "", "Smileys & Emotion": "", "Start slideshow": "", "Start typing to search": "", Submit: "", Symbols: "", "Travel & Places": "", "Type to search time zone": "", "Unable to search the group": "", "Undo changes": "", 'Write message, use "@" to mention someone, use ":" for emoji autocompletion …': "" } }].forEach((a) => {
4
+ const t = {};
5
+ for (const e in a.translations) {
6
+ if (a.translations[e].pluralId) {
7
+ t[e] = {
8
+ msgid: e,
9
+ msgid_plural: a.translations[e].pluralId,
10
+ msgstr: a.translations[e].msgstr
11
+ };
12
+ continue;
13
+ }
14
+ t[e] = {
15
+ msgid: e,
16
+ msgstr: [
17
+ a.translations[e]
18
+ ]
19
+ };
20
+ }
21
+ i.addTranslation(a.locale, {
22
+ translations: {
23
+ "": t
24
+ }
25
+ });
26
+ });
27
+ const o = i.build(), r = o.ngettext.bind(o), l = o.gettext.bind(o);
28
+ export {
29
+ r as n,
30
+ l as t
31
+ };