migrate therinaldos.com data
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s

This commit is contained in:
2024-05-05 15:50:45 -04:00
commit ef1ff240d4
23182 changed files with 3801898 additions and 0 deletions
@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>user_status</id>
<name>User status</name>
<summary>User status</summary>
<description><![CDATA[User status]]></description>
<version>1.8.1</version>
<licence>agpl</licence>
<author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
<namespace>UserStatus</namespace>
<category>social</category>
<bugs>https://github.com/nextcloud/server</bugs>
<navigations>
<navigation>
<id>user_status-menu-entry</id>
<name>User status</name>
<order>1</order>
<type>settings</type>
</navigation>
</navigations>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
</dependencies>
<background-jobs>
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
</background-jobs>
<contactsmenu>
<provider>OCA\UserStatus\ContactsMenu\StatusProvider</provider>
</contactsmenu>
</info>
@@ -0,0 +1,43 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
return [
'ocs' => [
// Routes for querying statuses
['name' => 'Statuses#findAll', 'url' => '/api/v1/statuses', 'verb' => 'GET'],
['name' => 'Statuses#find', 'url' => '/api/v1/statuses/{userId}', 'verb' => 'GET'],
// Routes for manipulating your own status
['name' => 'UserStatus#getStatus', 'url' => '/api/v1/user_status', 'verb' => 'GET'],
['name' => 'UserStatus#setStatus', 'url' => '/api/v1/user_status/status', 'verb' => 'PUT'],
['name' => 'UserStatus#setPredefinedMessage', 'url' => '/api/v1/user_status/message/predefined', 'verb' => 'PUT'],
['name' => 'UserStatus#setCustomMessage', 'url' => '/api/v1/user_status/message/custom', 'verb' => 'PUT'],
['name' => 'UserStatus#clearMessage', 'url' => '/api/v1/user_status/message', 'verb' => 'DELETE'],
['name' => 'UserStatus#revertStatus', 'url' => '/api/v1/user_status/revert/{messageId}', 'verb' => 'DELETE'],
// Routes for listing default routes
['name' => 'PredefinedStatus#findAll', 'url' => '/api/v1/predefined_statuses/', 'verb' => 'GET'],
// Route for doing heartbeats
['name' => 'Heartbeat#heartbeat', 'url' => '/api/v1/heartbeat', 'verb' => 'PUT'],
],
];
@@ -0,0 +1,160 @@
{
"hashes": {
"appinfo\/info.xml": "b85bdb681419d81c7891958862e2f6d78d471a83e5126284618d1be2a160229219efe8b20dd1bd1f3b228f3179a65edad0e8706625752a30779f85d9720224b1",
"appinfo\/routes.php": "6f7640af2b5e00f1edcbcc331eb9932de3745de4c238ab8408875823036453876b2521e323e66694e436e73bca6b3433747175e2723781517fb8f96d3adb39d6",
"composer\/autoload.php": "9f6d52deba8939d8c42571620a29671219bbddc690151eed5dfdc63cf0f3f3762cfa856ce2e4bc98c63c78cf6cef450fc3252ee586ab741a31eecb75b0ce2a7b",
"composer\/composer.json": "7c231052d3a23ecff841a2dc15be038b714cde851090895f2b5b34ddbf00359e1776858cef51ede30958368e4dc2850700e6dc3b95c073da6f60db25944e5319",
"composer\/composer.lock": "aba0413aa705be0d0570c496a43249c551836824e7a2b4673b51838fe0d9f425ddd07b6c4b95aa74ca549f58e90f2a7d78b51a2a3080749a5dc2e4a46d04fd1e",
"composer\/composer\/ClassLoader.php": "f73af132ef1159370f4da75d1477541c8fd55e82d64e1a29b199e8963597b3558853edd48f703118bb139680e80bbae5cd601580c9f62355f3e749214b40e162",
"composer\/composer\/InstalledVersions.php": "733e68c171cb9e44868bb0f105850fbd0e4f225c67235bf30fb2ac5c3443c6edfb722d4b33aa91c82bb600e937cb6392eb1883694d41616e66969d7d42e23b4f",
"composer\/composer\/LICENSE": "f3bb64009f41a425df5a9bbab53490f0eb9b74fa8d6aaa2f57efb928edc4ffff330260666edeaa04a91fed708c3663371cf01b284f3a08d6698aaef7a23f355a",
"composer\/composer\/autoload_classmap.php": "cbcca9165ba1480e5781560074cc0fdadd298790e4fbcbcf395fd435baa1f3b1a4cec45ab76906da3021d1658e2c8215fdd38589c77618c6c0650b091499bbfe",
"composer\/composer\/autoload_namespaces.php": "5b2571f3b573a778d362b8c7412787b4084c7f27d3f5bba1585243f3ccbb0b9054e68522a22a1ad59ec11097b03a0e343865c0188c65b25f0a97e24e120339d1",
"composer\/composer\/autoload_psr4.php": "e986a33be8686255bd8405d42c9e220c2d298a52cccc794dd5f04ef942762381342bc35585e6aa5ea6bd196ad48f3e560fb18c013024499958fcffb7731c19c2",
"composer\/composer\/autoload_real.php": "dc73a1c5c7ad6c70db728a233bf6e477d4828b5b6353d67bae9549ce2107c6376488d62a2a8e3c05c760956687944b6abf9b2cd924879bf7df940641a8c9c80d",
"composer\/composer\/autoload_static.php": "75b2100231e76b31440505a80be1fdbe4f1f429af10f6c5245426ba0cb875d6b74a91aed277170a4bc7344a9a5a3d7eb6cab626a91366897f027103e8278c8f2",
"composer\/composer\/installed.json": "0a3ed51f953eb945b970a8eb21957ca2beee4669c7d0d9be97b8259c391b60688f8abb78d4b1fae5e4e2ea5e3d8747f4d35f066a2605e9a76f5b45ec3f1da357",
"composer\/composer\/installed.php": "c57973ca45849c032eafb5bc98d48cdc58d4e7fedd3b1787a86cc11ffb4839a728ebd71277fc3ece9a13448e33dc40ebc1d61929360ed34150d7d8ef6e67c777",
"css\/user-status-menu.css": "5f0d0e51407f3248f9d6a7e5ba7c823c9db78d85b129bd003f3a9d902efd4e9d688e52fb48af1ddec10c02e970f119374c26c8191387f102bfc3078c3d505575",
"css\/user-status-menu.css.map": "7b0d813125ba0428d76f3eac9b4ffa72c3ed2d6134cacb72d4104229d386193b0c6c0ed6f67318bee8e5d36f21265b00b0f2869b90599b6adf69f54ca56749d7",
"css\/user-status-menu.scss": "38bbd4bc585ebb93e53ca0b204a71c5e3a3e04422b95401907e8fbc0f6f6a1b7483a20d5eae3ff1a794ae946102335a687cd2b750e29d3b1f3f8c89c7becd207",
"img\/app-dark.svg": "ce32f9965a9da7e9cdbf13e7ec54587a1fe0800d6e18bab1759d827d02f56cb241a41195540a938bae8a283ad1d59dc992fb59de1b1d6d2146e4acb203d73bd6",
"img\/app.svg": "5c453666e5de2ad5e5e5c4ed27fe37d50c1771af6b4fd6eb0562fe745b4b4e972100dd035a0dfd0d85ece551d1d9fe22f513fc5a1646516d29ac991992b9c6f8",
"l10n\/af.js": "1eae98bca4d56ed519dfa6272163b0348ee10c96e1fbde606a69aa93f87bec7d482a89ff2c3ccff8f372368d2a3ab660569f49b77c8013854d2450e0bb7281a8",
"l10n\/af.json": "f021d5d74a0ffc1f4136975dab449a526454240e34b4c9d75142033272434fbd6dbcbe6c30f1007d53fbeaa13f7ef5b5488c33e85bf7063bbb2fee84bf9442f3",
"l10n\/ar.js": "8b4c4cab071eb912533ffbf16b7522f0969c97cd518baac54527cca033579e5a5a9ac21d607a118358f9173887cf2c6056c02f6b9abd7b85726f735eacb5718f",
"l10n\/ar.json": "828c875fe94b48306cea4887586801dff8ae2052cabceaadf96031c3f3ee7bfbc30670708c69b1b86894f32db994da6c21640c759ee554a618b7554bece49180",
"l10n\/ast.js": "ffc0b57dbeb2fe8042c9a5d93f1c6f823efcb92607f794f60df03aa7080dab2f71402a1d9c46c2ec6a5b7ac093455332c541667fd2d6805efceb4f109a529fdb",
"l10n\/ast.json": "a8c3908d1c974a6931d075d4cb83ddeb256a8cd4514978fba260d60c8d9dab0237fa09352e69f84d28ddeef4f6d7144c7a4d3e4f5086e5b7a6758b8abd521d85",
"l10n\/bg.js": "d00c6f54d68fde0eface6e22f6cd2db2fe1e2c94a839074a6f5ee5cafcdd62226fbbc86f81016879f440f855420fdd341dbc15b2c832787452b844c6890ddb65",
"l10n\/bg.json": "55f3bebc99ce934ddb8ca1726a9585ced9538a1fa077a703779aef8fecb9cfa1b6de84e6bceacec8ac21e08a7253808300a6884905213ee45b503eea13638b20",
"l10n\/ca.js": "f21e53ea0bef18190e7e22a8725aa38e1e7afe0f1ecf817e2a07580d46fa52efbd99ef9ad20189f8a765915193b36e4cd1912c9a8c634fe1fab78c35f0d9333f",
"l10n\/ca.json": "1dec06d80094afa7d7fad2eb75fd765d3e58c51bedbea13e37ecd1df855ddb20dac6969a40e963b089d50921b22d224b9b6db4b341818f3d5f327792f1dea326",
"l10n\/cs.js": "835b6a96fb73057fcb801e6081b336ad71c3d417821b1b20d939570b9bdacd483fbff061259e76d35180e53c14406edd9c052359acaeb3b0d866bc95ad0403d8",
"l10n\/cs.json": "ae4bf0414d873154b7e90e5cf400a5d1849f4c642bd46569e936c7a74032395cb43f3a36010949dec5b6e47b083fcfa50bbf697929814055a079d1768a99434e",
"l10n\/da.js": "20b7ee243acb7fc9e01d9c0672545c325292d8a20e03edd42910c97aa490fe0adb3f49be55728d08d8a37cf8e8eb447e0f870a01ff6ee42bdb0c784c020d0ff7",
"l10n\/da.json": "e7a641a526868affc55e14dece75b62dfcc8a9615563e94ac7dda036e07b9d969c57f021bac8c31f56288d4d04a17e939acde90dd875034ac28353d0d267afd9",
"l10n\/de.js": "f9833a2330e96b418b531dd1ac784d0b60136cf81430499348d16f5cf6d0d101bf3df4758b78ed6d76fcacaa75b1767cec5ea547b36e83a4d7c692a6febe5822",
"l10n\/de.json": "a843998383783f3d9e9d4113f38be4d123d1eb95ac6ce7849807b411457eb4f588a05972caa131f6b3963fbcb652f729eb3d42e77ad698ee11f15ffe1e02e77f",
"l10n\/de_DE.js": "5a57ff87f4909793141d355224af6eb012cd4f2551f4fec84ebb006a66d3846d4eed45371f808ced33bc3dae186e401970790ba820324883be91c01a1be0548e",
"l10n\/de_DE.json": "9dc7163d8fe223644796055249e1102404f0a216436c04ee7ded982aaad46500857aa7eb22a1b3fc7ac68674418e05695f153c9a3d24b89741be65cb02944dd5",
"l10n\/el.js": "a5d5bce07dafdbfcba01fc317c2bea1367ab383abc203b7f1124a15c8742c6dd9ffb63289a261629fb21390dcd517c5a3129f3332651b20c3c93c9d9fc0cd497",
"l10n\/el.json": "88a2a3d6108e2fc2d1e3d2c9fa51085048dc5fd6a6f0833449edeea3506737ef2f4e0a3aefc9d860ea7c965be88be71316e9a7b3cd0edc9a35a21e6e993d4a42",
"l10n\/en_GB.js": "7a98240aff6b842eb000e0dc1a13914b0c4ed694734af1589f8b70e94263d16b791723a308b92518e062c6d697a555ce6bdbffd2978e88a5b8c6d6a8edceb810",
"l10n\/en_GB.json": "1eebcac9fec9ccee0f2abc02d1a49b6734aa77dace7ccfaaf94c3b16e36ef9bbfecfd75adb7d2a5e842fe64652c9815c8f95261b8f31b39a33e7cba5d470e46d",
"l10n\/es.js": "3a291344d8b3c2297ff1df77204fd98bdd36bebc89a12ff8b38c11c64aca2d221dbca827ade2c36e5c904bdcbec56f2cea8ba0ff312cbdcd30401c7386562568",
"l10n\/es.json": "4bcc0e7c663e4d90ca67726bde295c9d6422a5f7c3adf584df551a248b1750d289ece8b465ba897aad6fcc03206640fed6c01e4b7477149e4c2e72455b3e6551",
"l10n\/es_AR.js": "74966bcea57fa5a959e347b5c86e282eadeb2e49514885f61b390af1b984d03e059a2e5d803e67608575edeeeb0a947202d032d74443fd0734fb3185700afcc3",
"l10n\/es_AR.json": "560d999abc4ad1d22414aea7db256214ed0c64c0a94ba32b490920b68d631401fe89b4f3f09cec164588199b26412e53e0f6e5e6ba304899b923c9b446b861c3",
"l10n\/es_EC.js": "b93528ce8943a6ee6f035b1c4f2dc5e020355e1fe4ec930af565097472d90c0d2e7c881754cb85ae6a5ed7a62a4c46838e610d11a16bcba5103da1be755b27bb",
"l10n\/es_EC.json": "7fc2e68246d77d09eb2d39245ac50decd681822ed67e5578fb1bd1bfaf318c90c1ffb14d2f54d30f1f9bed6117c77b955c2b59668a5dddc797362d71af8d2bba",
"l10n\/et_EE.js": "7b7493ffb0fdee00c77b01219772cf04eb409fd15d639d151da152b1848fb36198c3f8ea1b7940acfec80c423e0b1dd88630b14698efe7dfac267d484d0d58db",
"l10n\/et_EE.json": "61963054e5fc1de71ae03652357af20d6fae5bc13450cb57fb26427b89675d79a991884f3a497919b9e32ad2a7f9413c0f1bcf104fd281d4bccc1eb27371b8ec",
"l10n\/eu.js": "03530a66866e8282b84c810fbda454d5e0f5d45f7388ea79808058e9e19de45910812c2b6fb04e05cc0de4e9dcc5f72fd520974da2724d4e0e778619ee2d2c35",
"l10n\/eu.json": "e62cdfca0e9f30e6f1660e8f0349de3395f1eb6b0278e42093a9e522d7f85729de0b8050198229c8144937f70f284cc5c7a407794fa682b29adb7197e31f911f",
"l10n\/fa.js": "32234937e9f8e866d6138ec108e40840845ae3c212586320c65fc08e530c204911e6fc24269d10e24293627fbd6c4932da9212e9225ff55e59c5296bd38c6a69",
"l10n\/fa.json": "a336826428c31121a3693bd6e71f6143dd97b870197de08c412f83bb8a6685aafeaf532e89b6e8c2a37b5dd8636743535fd1584618cba294d1bf3f45752f35a8",
"l10n\/fi.js": "32dbf1f1e91b6d6728f50218910f0de7ca5f6f7b042bc9d43a4827113e57dda069c1b2cc3ac7a58f9a9f5347946ba9a975a21889e6c9e1ff696df448d6b02132",
"l10n\/fi.json": "ade9163c20c8afa8dba268ff297e9a41835a40386a21df3a317856e2ed9d38ef0629a755fe9cc4e9e417e4c88fb82772e267234635f2fe6292b8c4711cea343f",
"l10n\/fr.js": "d55029308cc761db05ff0344e44dac4b63f4030e4d1ba8d93819070e310d650ccb6101b7ea2ceaf29f9bca007d6af043bf1774bf0d61e65d8627e5abf304b929",
"l10n\/fr.json": "4d6c253c323d54efd9d8662de513db506b0c7501b938789c409eed79df9da2efdfcf870959d38126af173473eb76984fe4a3ea1a8626a3a3b0c7990a5caff020",
"l10n\/gl.js": "d38f0ebee4edcba97f92b9d20816c75dd0cf149d0a200fc3b61a70600bb1d2d73c70e0bc09bd1c9cfcc97b41b4d31a065ed4b80f2d592db6330897a54d0cf533",
"l10n\/gl.json": "7a4003f36c8b5d3a7a4f9d514f19dc8e7a761b5bb382ff316183e2fe0c101a70fac6303aafb11d9a8a85e87ca2101db270cbe30dd6fdd450a0ecbd998cb3a0a5",
"l10n\/he.js": "bddfefb3f74c2ab51ee54b4f1d854b79c849e8d84916041bace643b21e2e811f84f667558916b165cdbc2d5407b52ac612b605c05cf98c2fd1434b59e53664fd",
"l10n\/he.json": "c90a6e8116321f841dd29df22d4550c1397dbcc97e1d5d2ebd501207b4c34965144c6803dd7503f7e5009c7d2418aae2028a59130dbcce1a76a7bcbf0cd8b4c6",
"l10n\/hr.js": "0b75fb4d3152531858628ccd69d39b343606d87dec020b29a16fe8a70e43d075f0f2ac48a467d4673b6c425887c1861e21f56ec4231db70a66680ea6bf275488",
"l10n\/hr.json": "1e2318ec26380276714b83704bd9fdb515af5615eb36fc23a95d61322229340891273773bc2d0b4ac8fd56046b601ef0e039f4d4e8203c96b6829642dd443541",
"l10n\/hu.js": "8e2ba551b8ac9407c845aa5a733bb8d09015f78e1fda5c3c1188514eb0ce634bdab9764bb218575273070c76fb7f70ad9b9611f54c45183cb5b99030d964f930",
"l10n\/hu.json": "3973a7cbd837475e857ebf0f1047e38cfda2bcfac66a3f1242589ecc1fd88a73eed99d2141d3904cef28349ac7e25b04eefaaf015bb813ff624105eb8eb10228",
"l10n\/is.js": "15b8e2252f77c3ad1b1bad7025f2bb7fae042f9402ba6e4b49d7ba924d12d1013e3555016b4cca91d1a6d31234cf7144f08fa98f49aa6267e3ce9be64c7485c6",
"l10n\/is.json": "2d0dffb27b96819d67ba28102c746d75584ea847ea6dd6bdf77def73a101bc0d317f1f749c95c642a42bc2808d19d596b45b4ba4c33d8ee48a8aed9f185b2d88",
"l10n\/it.js": "8dec6298a656d6a4be8b8fbbf8417956fa228f5d7005e95b440cdd5b6935272019afa1b19fcedfe3a1275dc7d460828d035a49050effcdf90a60875f293d8b73",
"l10n\/it.json": "205456d1d2456956ab1a778d68433c6ac18000c0621422c712e697f996ff28061ab3491336d7c9b4f8290e4bdccdc14f239669338dcea3ca55f6f8ccf534e261",
"l10n\/ja.js": "816c788eaaecbdcd95111ea3b68e2f41cd4a608d7fcd48c9bb34dbd6e4a257c192501e49ee47de1881718b8c6cb1c0a0b0beda67f3296226f71e2c62a3c3d5ae",
"l10n\/ja.json": "6c2ea30c8d616c10d035ae2bab6b28b9f33e8aa401ea26300588146d6aad626b915ab8cfbf6052e149bb5573120e4c38255fa6dd8bf88a3fe14325e577c6b269",
"l10n\/ko.js": "7ccf8f8ea51cd6bcdc1cf0c9fab893d8a95f58f66bb5e097d1a580844d282c1acd619f075809ef2af48812940457307fdd2c4900eae11f6467d379a06c6cf05e",
"l10n\/ko.json": "a5a63e76421f3e82f9772ce3ea5fb5dcb85226354f3a9fd0e1a1a4ab6f5c8cad75d559e17bcee170f68a9cbca8a93a06df557533d5b8a15bc5acb89cb54ca362",
"l10n\/lo.js": "7776859a291c29a7102ced67f8d6465a9f0c6e710ce12747f8823dbf66a7685fe98db4e587789911ef69a57650294f6285182735e3b9822d99c93339c7712fa9",
"l10n\/lo.json": "c4a7b0d07e0317eb636ef22b7ab974de653251d3b0564ca089018c29a25a09a869fe930264800831e19900c8c56c772fc17fb5a03502daba1f7aa50da62f48f3",
"l10n\/lt_LT.js": "f525ad37e137ff0120015f4c5a40ddfba06bc38ec080f6bf606862582bd01eb0c0d645b6e8ced1843f59a552c6f71e4c1174049542c6acbc11db83941152ee71",
"l10n\/lt_LT.json": "98114c53da8046c4b2ba803a52eba63014ab3281d589465cf9b664a5c06709d21b4c0072fe2fbf8abba3bcd7e56570e32731f2c6d427c9696267695925f9080c",
"l10n\/mk.js": "96698b4ebe2be83cd1cd405163bd990c1df0397ceef95f9377a0688cd17ceecfef9fafd06362a65b5a5fd66dbbfeb10ed11e062d513e1939f04b6bfc68c1ffe5",
"l10n\/mk.json": "4d90e12c312d04df011bf8c6de32ba94799945059c4991e0611b85b68245771fa7664e1f512111896857b7eb102164fccd134fa66777192388d065cadf0c1a43",
"l10n\/nb.js": "fc37abad886b46072998dbba2a31aa0d3c2a5289c38e3811758ae1dc03661ff76fe5ac1d1711d56585b2ccd265499b19c84372f010b802f43f4bea49b1be6563",
"l10n\/nb.json": "b7fef555489c3e4707ae6cb9b0daad8be9950723ed68bed922fbf982160809ae06a5c3fc65434fbcb4bf43ba1af8be9de7501d828ae5b97f16027ed9508aa2c2",
"l10n\/nl.js": "92e9e6f9c0299b3661ce5a6898e50854e7d8466ee155d252b2c6477ad95e14712fe53047e1f6758f091c0b593405b5c13b0338c91dc9d0d114eaa4565ca47894",
"l10n\/nl.json": "c42334dd178373a588f38ce7b3d1a5209a3eabf3d9f9c1ab7110204737182bf3fcb209c1788cec64383ea69442d0d45fb4feaa423002e4e104a59e01572f6ff8",
"l10n\/oc.js": "31b6b4bbb47d697ef6afb9dd95b888b72fed368ae48cad517bb624c7eea40982ad091eab04f3462c63d5ed827372ff688c99c070638df81f5e1369b8228c7f90",
"l10n\/oc.json": "0ff6b23ab342ed59dbeb52a2fd92ee6d50dbc520359fe6c753b8755ddef8045629f74548a1f73d6c9224b3bf9d2822aa9c58b8902bbbd203c7d35eb8940d6507",
"l10n\/pl.js": "04f7ef8bd896bc386f6305668694fc07992e85fbee47313f0977c27c389772a12f8fdda25fadd21c0e0c46335c4e7a77488635f089266bb73b03836cd1e19b22",
"l10n\/pl.json": "f6f466d70f793d25bcb8fb9654f0c9077e6d6db7f598ef003e4521ee26c7416141bc3869793f92652ae270bef4c7636817e8439234fc7dcdfb72696c3fc6eec4",
"l10n\/pt_BR.js": "6c4faee78c32f4fee9c8e942df399e2e01ba67f487a9498d5c7c2b2a725be613414bd50d79def7bf74de4efb26c0cfd77d875e80752f8921f9f0b62a4175a61b",
"l10n\/pt_BR.json": "457769efa8ffa33dda799427f70b777b566f4c5283e5d75c7420dba8600ec5cde970c957f1ca428d5e7537e88c95f221a8e0a1073f8f48c5f1544dfe41fafbec",
"l10n\/pt_PT.js": "5a4717b8e5963ea8e6dbce971cfe816323a780f82b8d35c29b399f56d784677a43151d0dad1e17e4c1c63a5f2c283144e23971cbb5bb323ccd01b36d13f5055c",
"l10n\/pt_PT.json": "1e6d86b93802adc6bc65a3fa7b8938f50b525717852000bad2c3febdd9f1c66bfab75d926b3d7ee57ccd9eeef4b962f3013db64240485c2750ecb9d8972a6754",
"l10n\/ro.js": "9e285c9f51d8eb1569b5a5bd829b21df2ab7b8e201155e2334c13c1dd0a96e17c903f09dfc06bf056ce7abd4a797ffc47bee01ccba0416a58bf401e225a3cb75",
"l10n\/ro.json": "dd7a88d53ffd292b841d5c90276ebc5d77fe53856898a60bcc158f3034b7935dbee3cea65456a6ce811dfda289728318848ea4777bf2e6e2ccd3dc6a11f32d74",
"l10n\/ru.js": "68277f0be66bf13c2dde7a96d470069e53f8a32de190b5363b5e34ca3895d819488d07cfd88c4413ee00eb2ca83830903cd942d10b3ff6428e9c52651cbd658e",
"l10n\/ru.json": "7b57891f778807c22cfef27fdec01f68177f28bc23605f7b49b773debda17186af899d5b93faef4023e4b53d430aa25c1547d2eea27fc6ab4f554dc958f62073",
"l10n\/sc.js": "4a599bedb6a0d91f9c72508e419268b586d4d3e2a37e0254df10e56b2396f321c32a7f485cb1a108f894f2dba9f64431a975659ed6ac743b25e4201398678685",
"l10n\/sc.json": "7a341696c601287068e01cb2e24e0c9d66795a196d013af9e625bf08a9027d347697bd13a99a4b91b08d5cf366f94ef6e6d5fc6427b097a8d5867b2283392500",
"l10n\/sk.js": "9f8bb2ef84015d9bd932589ad85e2c42ebb3890b23b77f37d5b9f09ca400e3c84b30208c5176b6c39152419f3d8d65369d77146752ec7aa590718ecc2040e480",
"l10n\/sk.json": "6a1f82e824f28d3a7bffdc13e457f7f7f2a520b9ed93d9adca83761ac360dd2471d3905b5ad66066a4f892e30500712812d12d3fcb1b57b97b340aa67a5f7dad",
"l10n\/sl.js": "0e78b4678c268bd0a5c726d632030729da6e7a289caa648fbd5f49f8fff3e7ae7b784b1e148efdea1574735bd2fe08ffee6c89e7ec388762bf0f1d3ed2279a71",
"l10n\/sl.json": "2bf0391f0f9079ee71d37259ba437f0d04104db7b34d037163cbc19ed9151c1ed571b105348abd79347bbca282ef51f63863283b9b108125262e3e15ff2af8d7",
"l10n\/sr.js": "1715ef5634e0706fbfc804d1beb0c193c066242da95e2cda922ba8588ef1d2a0be644458b6c319d4fdfd0a32fd862fd9eb4c5337a29cbcbd94cdab86085ebe2c",
"l10n\/sr.json": "a05d07d4a62ccc4bc86cf6e59041d15287c03b990fbf44baa47a1f80d95f417585dbdf5f4836796eda39a4dda54dc5efa199a7df884e9973728787a7c8be410d",
"l10n\/sv.js": "97a9097284408085e2e99e0b96d7e24e0266a485b13dfb01af154194b7b9a5f07e74c842695dc5f94471d00abf593efed62bc3316f9d5aa2c8d186e5ab1bf7e3",
"l10n\/sv.json": "344d5d30717452165943b7df03560f39763761305c28c64a2f100b0e5c1a3e80a7e457eebe3a16e5f137418c36cc08e2489313ced97a295db04a36a88c949213",
"l10n\/th.js": "291620155a24e82f20d544870ee27caa45e3da6711e727e0d8eaae271e801e0b58ca91a148eea0dd4fb73c962fd3d0b1ca154c72b89742ca3bbc649acc4fe452",
"l10n\/th.json": "108d282497c4f8a5faa02fe776cba1005fc6ca63f01e01a079b9304d1ad2e95f4da690b407ae024a8aa6d9e2df400c3a42ab7465fe181655b61d4a0377ec83d3",
"l10n\/tr.js": "bc44f962a675044c99fb3f11eedb126749361856182e7cee5cfa86411a0408ab533718b1ffff59cc7d74c69c694cee9646d2b78c61286d0ce31437b4ccef61ec",
"l10n\/tr.json": "41d40228d5bc33bd703c84f4d2d924e3162b042ae53e3c12b7ba2bff40df92dc85dde3e7c5c653f2bd16e4f40a66d6a71443df098f8871c4b7bc8bbdfa373bbd",
"l10n\/uk.js": "16553edb4086b3fba677575bd9965af332695e3026d502e415215fca2a66fd8609476379b63be8a74e1ffe16064da74a6c27f161d9df9a57b24fe228a729c127",
"l10n\/uk.json": "3fe1552b9ead5626c28b0e43f94684c37828c937d2bf2f0eac3224a1b325ec5b6ea21d5c7e2f144db3ff11e5c4f11d6ad75436a4bced8b9204b61e15963611f5",
"l10n\/uz.js": "8040fed298eb09643e820c7ad5c92cf1daa890838d9fb4d5d97f5405f9c814683c09eb7995c63a65f817518b0e483004b641f4c03c777857caf71bc92fbfb49a",
"l10n\/uz.json": "491bc01d1a36091ce6cd158cd2f7fa6dd430eee704f6d8bcd0c7a9d2db56a828581f67182bcf51cfe483e1c29803dc70007db353e99980e739a3e804d55ea52f",
"l10n\/vi.js": "1bac8c90ba311646eff391d454e98213131af112c096dd458926ebb5cdab3b3c38450d317c85296448453580e51633ad896529e9a92ba2c062b44099a4a8b2f1",
"l10n\/vi.json": "1240046fbf79362b264c0977a7e6000d7ca8974bd550ff0f8ca2f7e207a82d17a3af2d4cc81b4c2215d44b35ee338417ef601b87f7469b79a33c6d79c0bfc1e9",
"l10n\/zh_CN.js": "24ddd329907b086ca74979940eacb25fc24b1ddc7a483f7d87ccd930079b7c4449a06ad17df4cfa08b9cd632ba7036771e321c0287bf4ab8a7317f3868c30fa0",
"l10n\/zh_CN.json": "d84e9996da46ae238daa004d7a3ce07f528918fa7cacf2e5e4973ae9335645a7992474550760f42bbee778d0b53f18c397281f2122e6a9fe1ac2a9549c929590",
"l10n\/zh_HK.js": "b64df5bd4e2dbd397f626a6b0fff3ac6d20d804bf5a40b0492d64795369e36700c081a9c4a3d2f62987f0a337183833960f47c7c4a5e744694805448db82214e",
"l10n\/zh_HK.json": "28d9a62fa916670362908eef70bc46f5b7eb96abd91bcfecb3e67076223bc448df399f977da506d0b0ea97a442f514c6e50f497615d73e9f458f2f58b755e29b",
"l10n\/zh_TW.js": "20d75a5c22e656e5d927d74794e950c1b5978a2a0cc5394b5c03f956302ea680152810ab9caf523944013734ce6e725e643558060f9072fce1b6c18b0d727bce",
"l10n\/zh_TW.json": "6897321520358950d6497e7eab467011c93cc186470e437b4c715bf541e50a165fd78fc709e2645615a5b34917450ff44e3cbece92edfdcfbc3c13c994354a99",
"lib\/AppInfo\/Application.php": "4e0cf2fb038e9edd317e649b047500717749e718a62739c64ed8321f0d3cd898991de03f00b2e02ec00c572b982fb05e357178a8a505c398eab81d4600fa9e72",
"lib\/BackgroundJob\/ClearOldStatusesBackgroundJob.php": "24492111dadf88aea68f0b62a7c0a568e54a5ec5386ba49c3f6c4d547d707b0ced9ea7ce9e6386a3295b291485d245153d88a2aacb046b0e7d9bd5dc759237aa",
"lib\/Capabilities.php": "247f41aa36f6437a659a4649f58243c42ee56feb8bed2af370218dc7b306f1d1ff074e7b46a6066248291e769d08436be01f8dc7866256043445db2a50c0211b",
"lib\/Connector\/UserStatus.php": "e96d906ca8ae83189ded17a3c958365dce0bfb02ad5bc3f703c8a29105529e41ae3c4e581b3abf1f77f0870eebad1ed8177a1e3a1384e8aefb84116f58acdf84",
"lib\/Connector\/UserStatusProvider.php": "95896cac7c561734c7c41498ae4b241fcf50f4f5d1513b0baa961dd4fca13739cab17ef154336f85b273a65d5f0b544b2bca4fee9c07846dc7d7ac99a0f74410",
"lib\/ContactsMenu\/StatusProvider.php": "a3970a4f516184848940f47239cf83c371b0c07357ca202aab26a5d2149f5b24776c68756e5a609340864db35aff0626914b26086a6818c3d84920bafb695382",
"lib\/Controller\/HeartbeatController.php": "88699670e867f387fe1bc2c5fadd10d29a310325bd927844db9bd001871d80a1c09f889ea5017caa5ce0a9a98b8ec19ce0946f12961f94b08b0539550ea9fedc",
"lib\/Controller\/PredefinedStatusController.php": "44659112bdc8c16a72ab4f1b912962ad1da56245afb142b3856c52428936822e5c14c5f6f11368b194bcfb2c60d6c3b82a7a3bba77bc2e967527754b06112430",
"lib\/Controller\/StatusesController.php": "e2a52a73828a10074670afd191dc739928f197dea9fac73bf7f6dfa38e615c0e7d5ae5788694742a4bc0984f90a8a56e3c2db8476a468a5fca873fca058d0049",
"lib\/Controller\/UserStatusController.php": "b68551e98301a191e518e8334205a65fdecf5598fd9582def8d308767edc770e65e26559bc8b1d0069421ddde66dcf173cf0b2a28aaafd918ab4829adb325477",
"lib\/Dashboard\/UserStatusWidget.php": "3a7e7fc9d7d8f7cf84f3991ecc992f85bb1a812874cd5573cf6e26e381cc2a117651b24120aba8f0b68efad081ce839193611120a71bf5711fed83d82ee7b256",
"lib\/Db\/UserStatus.php": "63e7da7076babfd467f5a9a135e6240b13b86d4b445d7d0284058a308c1f390768773b00e22df9aed21a8774c0c957c7d91ceec3198b0d9803fbbd84fa0f6a80",
"lib\/Db\/UserStatusMapper.php": "e3521557a8783611b192118af6ba01fc54ea880f5c31238345264a75ee35f468fcf1a88df10992cfdc2ae5f9261a52cda9309d7772c1db9ae058ef4e3ede14f0",
"lib\/Exception\/InvalidClearAtException.php": "8040103f0152ee56c32e4da2d02a20c408bd6dc34258bc1bf04bd24c7a61095a1597b1ee0ac1726b416acdbd7036e09f0ac7fe9ae0a83110c3212b2e5d9a043d",
"lib\/Exception\/InvalidMessageIdException.php": "2cdaf1614afe87407fd897e4cda6a18af0ea6ce8d86b50691d44d579178f4868126ea0672be4069299a58bc0b5138668fd55dbda944ba6fe92a9ce7f58769529",
"lib\/Exception\/InvalidStatusIconException.php": "d46c5024cbba7efbb8728e0b0cc459ad08f796ed56de3d19a14dd13725efb3c5d04f5bfa327e2e7e86c394e064b7c566d65dbdedf0ae4b46bae7333de109abb3",
"lib\/Exception\/InvalidStatusTypeException.php": "9ff4b09b2c915977e994d0470996facf99d506ec9e7edc3c12cde92b9e13c6d3d598b04347e002730e179d41f64481db86a08ef00064a7833a001ce6d9599fce",
"lib\/Exception\/StatusMessageTooLongException.php": "76eedca645134fb6d01b74a23fd536d07831f58d43c6fea0d3455f35564d94ab382e728d5fea49a3a09702fba4e56cc0944bc39c6233e8290016ba0bca9cf5ee",
"lib\/Listener\/BeforeTemplateRenderedListener.php": "024523de0c04234177f7398bdf04d54d0345afa987d36a1f88e80662299f525ac032dccb6829d38b52ec30032362a7a5bb79eaac672207ba8d29e0c08d703f3f",
"lib\/Listener\/OutOfOfficeStatusListener.php": "2b9934bcf21900db54cb97c7334bcfdc4e422b22ae9e64f2e7e3d29588ff02a9bcc8d4f507c00e4f1fa953c75ecd8716de813dbc5f70348812737776c3566e5f",
"lib\/Listener\/UserDeletedListener.php": "da6a149d002ae50a3f7d0e423d48240ef68b796fdeeb3736211d5a53fc8e4a3841dd3e55f101faf80d6438fe42afa8daa3511ec6ac21b4123f9fb0472bdc39af",
"lib\/Listener\/UserLiveStatusListener.php": "c0bd4e81e0a8a22a6f9bdfbff1fd48711c91fface84581bef37726c94c46d62c0f144c179a022c1d47668bd1e06ef98a5c2b88d638252113016112eec2ea002e",
"lib\/Migration\/Version0001Date20200602134824.php": "7105b39f5c0b535d9ae88a1718ac029ab7836b60285520d7e24c3b6c3ffb52d1744429b167493ada1f877a8304dc1b812b643c31e9b1abdb1c3b4d20f337ab31",
"lib\/Migration\/Version0002Date20200902144824.php": "78e211773b71512937f51dd78e25aa258019e6e36c2d246841d20aa2496e848e3ebd821565c01874a3527245459f2f5fc6a80537ab8c5bb49fdcd91dcc42780d",
"lib\/Migration\/Version1000Date20201111130204.php": "18046eaec73a15807a6044f5ca75ce1b3eb25364d6f588e12a2f5a80549a20a57ffbaedd7f964cb09a562be14a6cddb0f01405dad7f6debaf5dd0d7de57b202f",
"lib\/Migration\/Version1003Date20210809144824.php": "e1b1070e2995e3c928cd2aa276f836b83128f082128db78aec6794ec1f5043fa565df3075db17dce5eb6e92ce52c3bc2a6cc0cda38c39696ed10cabc8364a956",
"lib\/Migration\/Version1008Date20230921144701.php": "0e18fbb5db2b3792ef5590f286f2f05ae2f710cae1bec8dcd291ccdfb3ad2e1b99acaec692a7c9725781d26d60d8e8533bf48152aafc4d03e68db6441e1dea5f",
"lib\/ResponseDefinitions.php": "2ffd2339de5c6188a3b09d7a4d53bec8216471a416fefaf903c1402a396f61cf2bb4f0574088476c5e17fd5eb39ebbc1a743c3e3c34e75632ce25f95599f6fbc",
"lib\/Service\/JSDataService.php": "726f8c25e5a3d445db5331d030ac0e29f0700701a35f759a4a9dc3c9b79ce0a7b3ab507f0b96c6b3a2e41c0e967bf1cce567851ecf763d17a676fbcc9609bb80",
"lib\/Service\/PredefinedStatusService.php": "02b86975007f650c47888123d83a171c56847742263d02cdfa2e337286c9feee7d55c8a4c1a38d76631d18a1e3617be81851685696f982c715a8eb520fc29f5c",
"lib\/Service\/StatusService.php": "3463fdf23d11a0705e1ad62d0f9b40bf689b8912e6ccf66fcb90fa16f9b1f667120ccb8ede510e2fbc2c7e2051b7351c7d2a8ab86cf4441575f490b02e2894d1",
"openapi.json": "1e1fbd18954d93b8ea735b47f97fe6b517a8378df5af9d5421eab65e549f95855d6f9e3644e08751f9f8bd8411415cd8e0d09cf61b35f2f458a5a73131e792fa"
},
"signature": "C0KuGYNC5\/ksUD6WujUEvd1n5ywkIL6KQoXkPDk4Y0uQ78SUyEozB1ttLlyE+f3ftbLd6iBqEpuMN1MPEguMwxGO+8sld+wDihYE863KIH2DBFA\/LQYALDLP0KMFnN4WjlH2reMkF7jgX5Vv2vuepdI52PMKXvfu3wDnx\/964+hJAeGBaUBWZJhbljcocMk64u8MXnb5cKhjOE162vvyC2QcfTFfjTPO7L06Tn0WQDVEQ6DVVuoGPGRGuLVdfv3o1y3ZDIaB55ql5HvF5bfg\/cxvnpxqV5Rfjf7HinBz7+nHv6lWCSxGeHDcorXEdaaFoKgMP9VogFEl+wcByfWVlA==",
"certificate": "-----BEGIN CERTIFICATE-----\r\nMIIEojCCA4qgAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwezELMAkGA1UEBhMCREUx\r\nGzAZBgNVBAgMEkJhZGVuLVd1ZXJ0dGVtYmVyZzEXMBUGA1UECgwOTmV4dGNsb3Vk\r\nIEdtYkgxNjA0BgNVBAMMLU5leHRjbG91ZCBDb2RlIFNpZ25pbmcgSW50ZXJtZWRp\r\nYXRlIEF1dGhvcml0eTAeFw0xNjA2MTIyMTA1MDZaFw00MTA2MDYyMTA1MDZaMGYx\r\nCzAJBgNVBAYTAkRFMRswGQYDVQQIDBJCYWRlbi1XdWVydHRlbWJlcmcxEjAQBgNV\r\nBAcMCVN0dXR0Z2FydDEXMBUGA1UECgwOTmV4dGNsb3VkIEdtYkgxDTALBgNVBAMM\r\nBGNvcmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDUxcrn2DC892IX\r\n8+dJjZVh9YeHF65n2ha886oeAizOuHBdWBfzqt+GoUYTOjqZF93HZMcwy0P+xyCf\r\nQqak5Ke9dybN06RXUuGP45k9UYBp03qzlUzCDalrkj+Jd30LqcSC1sjRTsfuhc+u\r\nvH1IBuBnf7SMUJUcoEffbmmpAPlEcLHxlUGlGnz0q1e8UFzjbEFj3JucMO4ys35F\r\nqZS4dhvCngQhRW3DaMlQLXEUL9k3kFV+BzlkPzVZEtSmk4HJujFCnZj1vMcjQBg\/\r\nBqq1HCmUB6tulnGcxUzt\/Z\/oSIgnuGyENeke077W3EyryINL7EIyD4Xp7sxLizTM\r\nFCFCjjH1AgMBAAGjggFDMIIBPzAJBgNVHRMEAjAAMBEGCWCGSAGG+EIBAQQEAwIG\r\nQDAzBglghkgBhvhCAQ0EJhYkT3BlblNTTCBHZW5lcmF0ZWQgU2VydmVyIENlcnRp\r\nZmljYXRlMB0GA1UdDgQWBBQwc1H9AL8pRlW2e5SLCfPPqtqc0DCBpQYDVR0jBIGd\r\nMIGagBRt6m6qqTcsPIktFz79Ru7DnnjtdKF+pHwwejELMAkGA1UEBhMCREUxGzAZ\r\nBgNVBAgMEkJhZGVuLVd1ZXJ0dGVtYmVyZzESMBAGA1UEBwwJU3R1dHRnYXJ0MRcw\r\nFQYDVQQKDA5OZXh0Y2xvdWQgR21iSDEhMB8GA1UEAwwYTmV4dGNsb3VkIFJvb3Qg\r\nQXV0aG9yaXR5ggIQADAOBgNVHQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYBBQUH\r\nAwEwDQYJKoZIhvcNAQELBQADggEBADZ6+HV\/+0NEH3nahTBFxO6nKyR\/VWigACH0\r\nnaV0ecTcoQwDjKDNNFr+4S1WlHdwITlnNabC7v9rZ\/6QvbkrOTuO9fOR6azp1EwW\r\n2pixWqj0Sb9\/dSIVRpSq+jpBE6JAiX44dSR7zoBxRB8DgVO2Afy0s80xEpr5JAzb\r\nNYuPS7M5UHdAv2dr16fDcDIvn+vk92KpNh1NTeZFjBbRVQ9DXrgkRGW34TK8uSLI\r\nYG6jnfJ6eJgTaO431ywWPXNg1mUMaT\/+QBOgB299QVCKQU+lcZWptQt+RdsJUm46\r\nNY\/nARy4Oi4uOe88SuWITj9KhrFmEvrUlgM8FvoXA1ldrR7KiEg=\r\n-----END CERTIFICATE-----"
}
@@ -0,0 +1,25 @@
<?php
// autoload.php @generated by Composer
if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitUserStatus::getLoader();
@@ -0,0 +1,13 @@
{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "UserStatus"
},
"autoload" : {
"psr-4": {
"OCA\\UserStatus\\": "../lib/"
}
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d751713988987e9331980363e24189ce",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}
@@ -0,0 +1,579 @@
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer\Autoload;
/**
* ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
*
* $loader = new \Composer\Autoload\ClassLoader();
*
* // register classes with namespaces
* $loader->add('Symfony\Component', __DIR__.'/component');
* $loader->add('Symfony', __DIR__.'/framework');
*
* // activate the autoloader
* $loader->register();
*
* // to enable searching the include path (eg. for PEAR packages)
* $loader->setUseIncludePath(true);
*
* In this example, if you try to use a class in the Symfony\Component
* namespace or one of its children (Symfony\Component\Console for instance),
* the autoloader will first look for the class under the component/
* directory, and it will then fallback to the framework/ directory if not
* found before giving up.
*
* This class is loosely based on the Symfony UniversalClassLoader.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-4/
*/
class ClassLoader
{
/** @var \Closure(string):void */
private static $includeFile;
/** @var string|null */
private $vendorDir;
// PSR-4
/**
* @var array<string, array<string, int>>
*/
private $prefixLengthsPsr4 = array();
/**
* @var array<string, list<string>>
*/
private $prefixDirsPsr4 = array();
/**
* @var list<string>
*/
private $fallbackDirsPsr4 = array();
// PSR-0
/**
* List of PSR-0 prefixes
*
* Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
*
* @var array<string, array<string, list<string>>>
*/
private $prefixesPsr0 = array();
/**
* @var list<string>
*/
private $fallbackDirsPsr0 = array();
/** @var bool */
private $useIncludePath = false;
/**
* @var array<string, string>
*/
private $classMap = array();
/** @var bool */
private $classMapAuthoritative = false;
/**
* @var array<string, bool>
*/
private $missingClasses = array();
/** @var string|null */
private $apcuPrefix;
/**
* @var array<string, self>
*/
private static $registeredLoaders = array();
/**
* @param string|null $vendorDir
*/
public function __construct($vendorDir = null)
{
$this->vendorDir = $vendorDir;
self::initializeIncludeClosure();
}
/**
* @return array<string, list<string>>
*/
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}
return array();
}
/**
* @return array<string, list<string>>
*/
public function getPrefixesPsr4()
{
return $this->prefixDirsPsr4;
}
/**
* @return list<string>
*/
public function getFallbackDirs()
{
return $this->fallbackDirsPsr0;
}
/**
* @return list<string>
*/
public function getFallbackDirsPsr4()
{
return $this->fallbackDirsPsr4;
}
/**
* @return array<string, string> Array of classname => path
*/
public function getClassMap()
{
return $this->classMap;
}
/**
* @param array<string, string> $classMap Class to filename map
*
* @return void
*/
public function addClassMap(array $classMap)
{
if ($this->classMap) {
$this->classMap = array_merge($this->classMap, $classMap);
} else {
$this->classMap = $classMap;
}
}
/**
* Registers a set of PSR-0 directories for a given prefix, either
* appending or prepending to the ones previously set for this prefix.
*
* @param string $prefix The prefix
* @param list<string>|string $paths The PSR-0 root directories
* @param bool $prepend Whether to prepend the directories
*
* @return void
*/
public function add($prefix, $paths, $prepend = false)
{
$paths = (array) $paths;
if (!$prefix) {
if ($prepend) {
$this->fallbackDirsPsr0 = array_merge(
$paths,
$this->fallbackDirsPsr0
);
} else {
$this->fallbackDirsPsr0 = array_merge(
$this->fallbackDirsPsr0,
$paths
);
}
return;
}
$first = $prefix[0];
if (!isset($this->prefixesPsr0[$first][$prefix])) {
$this->prefixesPsr0[$first][$prefix] = $paths;
return;
}
if ($prepend) {
$this->prefixesPsr0[$first][$prefix] = array_merge(
$paths,
$this->prefixesPsr0[$first][$prefix]
);
} else {
$this->prefixesPsr0[$first][$prefix] = array_merge(
$this->prefixesPsr0[$first][$prefix],
$paths
);
}
}
/**
* Registers a set of PSR-4 directories for a given namespace, either
* appending or prepending to the ones previously set for this namespace.
*
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param list<string>|string $paths The PSR-4 base directories
* @param bool $prepend Whether to prepend the directories
*
* @throws \InvalidArgumentException
*
* @return void
*/
public function addPsr4($prefix, $paths, $prepend = false)
{
$paths = (array) $paths;
if (!$prefix) {
// Register directories for the root namespace.
if ($prepend) {
$this->fallbackDirsPsr4 = array_merge(
$paths,
$this->fallbackDirsPsr4
);
} else {
$this->fallbackDirsPsr4 = array_merge(
$this->fallbackDirsPsr4,
$paths
);
}
} elseif (!isset($this->prefixDirsPsr4[$prefix])) {
// Register directories for a new namespace.
$length = strlen($prefix);
if ('\\' !== $prefix[$length - 1]) {
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
}
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixDirsPsr4[$prefix] = $paths;
} elseif ($prepend) {
// Prepend directories for an already registered namespace.
$this->prefixDirsPsr4[$prefix] = array_merge(
$paths,
$this->prefixDirsPsr4[$prefix]
);
} else {
// Append directories for an already registered namespace.
$this->prefixDirsPsr4[$prefix] = array_merge(
$this->prefixDirsPsr4[$prefix],
$paths
);
}
}
/**
* Registers a set of PSR-0 directories for a given prefix,
* replacing any others previously set for this prefix.
*
* @param string $prefix The prefix
* @param list<string>|string $paths The PSR-0 base directories
*
* @return void
*/
public function set($prefix, $paths)
{
if (!$prefix) {
$this->fallbackDirsPsr0 = (array) $paths;
} else {
$this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
}
}
/**
* Registers a set of PSR-4 directories for a given namespace,
* replacing any others previously set for this namespace.
*
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param list<string>|string $paths The PSR-4 base directories
*
* @throws \InvalidArgumentException
*
* @return void
*/
public function setPsr4($prefix, $paths)
{
if (!$prefix) {
$this->fallbackDirsPsr4 = (array) $paths;
} else {
$length = strlen($prefix);
if ('\\' !== $prefix[$length - 1]) {
throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
}
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
$this->prefixDirsPsr4[$prefix] = (array) $paths;
}
}
/**
* Turns on searching the include path for class files.
*
* @param bool $useIncludePath
*
* @return void
*/
public function setUseIncludePath($useIncludePath)
{
$this->useIncludePath = $useIncludePath;
}
/**
* Can be used to check if the autoloader uses the include path to check
* for classes.
*
* @return bool
*/
public function getUseIncludePath()
{
return $this->useIncludePath;
}
/**
* Turns off searching the prefix and fallback directories for classes
* that have not been registered with the class map.
*
* @param bool $classMapAuthoritative
*
* @return void
*/
public function setClassMapAuthoritative($classMapAuthoritative)
{
$this->classMapAuthoritative = $classMapAuthoritative;
}
/**
* Should class lookup fail if not found in the current class map?
*
* @return bool
*/
public function isClassMapAuthoritative()
{
return $this->classMapAuthoritative;
}
/**
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
*
* @param string|null $apcuPrefix
*
* @return void
*/
public function setApcuPrefix($apcuPrefix)
{
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}
/**
* The APCu prefix in use, or null if APCu caching is not enabled.
*
* @return string|null
*/
public function getApcuPrefix()
{
return $this->apcuPrefix;
}
/**
* Registers this instance as an autoloader.
*
* @param bool $prepend Whether to prepend the autoloader or not
*
* @return void
*/
public function register($prepend = false)
{
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
if (null === $this->vendorDir) {
return;
}
if ($prepend) {
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
} else {
unset(self::$registeredLoaders[$this->vendorDir]);
self::$registeredLoaders[$this->vendorDir] = $this;
}
}
/**
* Unregisters this instance as an autoloader.
*
* @return void
*/
public function unregister()
{
spl_autoload_unregister(array($this, 'loadClass'));
if (null !== $this->vendorDir) {
unset(self::$registeredLoaders[$this->vendorDir]);
}
}
/**
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
if ($file = $this->findFile($class)) {
$includeFile = self::$includeFile;
$includeFile($file);
return true;
}
return null;
}
/**
* Finds the path to the file where the class is defined.
*
* @param string $class The name of the class
*
* @return string|false The path if found, false otherwise
*/
public function findFile($class)
{
// class map lookup
if (isset($this->classMap[$class])) {
return $this->classMap[$class];
}
if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
return false;
}
if (null !== $this->apcuPrefix) {
$file = apcu_fetch($this->apcuPrefix.$class, $hit);
if ($hit) {
return $file;
}
}
$file = $this->findFileWithExtension($class, '.php');
// Search for Hack files if we are running on HHVM
if (false === $file && defined('HHVM_VERSION')) {
$file = $this->findFileWithExtension($class, '.hh');
}
if (null !== $this->apcuPrefix) {
apcu_add($this->apcuPrefix.$class, $file);
}
if (false === $file) {
// Remember that this class does not exist.
$this->missingClasses[$class] = true;
}
return $file;
}
/**
* Returns the currently registered loaders keyed by their corresponding vendor directories.
*
* @return array<string, self>
*/
public static function getRegisteredLoaders()
{
return self::$registeredLoaders;
}
/**
* @param string $class
* @param string $ext
* @return string|false
*/
private function findFileWithExtension($class, $ext)
{
// PSR-4 lookup
$logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
$first = $class[0];
if (isset($this->prefixLengthsPsr4[$first])) {
$subPath = $class;
while (false !== $lastPos = strrpos($subPath, '\\')) {
$subPath = substr($subPath, 0, $lastPos);
$search = $subPath . '\\';
if (isset($this->prefixDirsPsr4[$search])) {
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
foreach ($this->prefixDirsPsr4[$search] as $dir) {
if (file_exists($file = $dir . $pathEnd)) {
return $file;
}
}
}
}
}
// PSR-4 fallback dirs
foreach ($this->fallbackDirsPsr4 as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
return $file;
}
}
// PSR-0 lookup
if (false !== $pos = strrpos($class, '\\')) {
// namespaced class name
$logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
. strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
} else {
// PEAR-like class name
$logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
}
if (isset($this->prefixesPsr0[$first])) {
foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
if (0 === strpos($class, $prefix)) {
foreach ($dirs as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
}
}
}
// PSR-0 fallback dirs
foreach ($this->fallbackDirsPsr0 as $dir) {
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
return $file;
}
}
// PSR-0 include paths.
if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
return $file;
}
return false;
}
/**
* @return void
*/
private static function initializeIncludeClosure()
{
if (self::$includeFile !== null) {
return;
}
/**
* Scope isolated include.
*
* Prevents access to $this/self from included files.
*
* @param string $file
* @return void
*/
self::$includeFile = \Closure::bind(static function($file) {
include $file;
}, null, null);
}
}
@@ -0,0 +1,359 @@
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer;
use Composer\Autoload\ClassLoader;
use Composer\Semver\VersionParser;
/**
* This class is copied in every Composer installed project and available to all
*
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
*
* To require its presence, you can require `composer-runtime-api ^2.0`
*
* @final
*/
class InstalledVersions
{
/**
* @var mixed[]|null
* @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
*/
private static $installed;
/**
* @var bool|null
*/
private static $canGetVendors;
/**
* @var array[]
* @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
private static $installedByVendor = array();
/**
* Returns a list of all package names which are present, either by being installed, replaced or provided
*
* @return string[]
* @psalm-return list<string>
*/
public static function getInstalledPackages()
{
$packages = array();
foreach (self::getInstalled() as $installed) {
$packages[] = array_keys($installed['versions']);
}
if (1 === \count($packages)) {
return $packages[0];
}
return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
}
/**
* Returns a list of all package names with a specific type e.g. 'library'
*
* @param string $type
* @return string[]
* @psalm-return list<string>
*/
public static function getInstalledPackagesByType($type)
{
$packagesByType = array();
foreach (self::getInstalled() as $installed) {
foreach ($installed['versions'] as $name => $package) {
if (isset($package['type']) && $package['type'] === $type) {
$packagesByType[] = $name;
}
}
}
return $packagesByType;
}
/**
* Checks whether the given package is installed
*
* This also returns true if the package name is provided or replaced by another package
*
* @param string $packageName
* @param bool $includeDevRequirements
* @return bool
*/
public static function isInstalled($packageName, $includeDevRequirements = true)
{
foreach (self::getInstalled() as $installed) {
if (isset($installed['versions'][$packageName])) {
return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false;
}
}
return false;
}
/**
* Checks whether the given package satisfies a version constraint
*
* e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
*
* Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
*
* @param VersionParser $parser Install composer/semver to have access to this class and functionality
* @param string $packageName
* @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
* @return bool
*/
public static function satisfies(VersionParser $parser, $packageName, $constraint)
{
$constraint = $parser->parseConstraints((string) $constraint);
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
return $provided->matches($constraint);
}
/**
* Returns a version constraint representing all the range(s) which are installed for a given package
*
* It is easier to use this via isInstalled() with the $constraint argument if you need to check
* whether a given version of a package is installed, and not just whether it exists
*
* @param string $packageName
* @return string Version constraint usable with composer/semver
*/
public static function getVersionRanges($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
$ranges = array();
if (isset($installed['versions'][$packageName]['pretty_version'])) {
$ranges[] = $installed['versions'][$packageName]['pretty_version'];
}
if (array_key_exists('aliases', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
}
if (array_key_exists('replaced', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
}
if (array_key_exists('provided', $installed['versions'][$packageName])) {
$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
}
return implode(' || ', $ranges);
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
*/
public static function getVersion($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['version'])) {
return null;
}
return $installed['versions'][$packageName]['version'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
*/
public static function getPrettyVersion($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['pretty_version'])) {
return null;
}
return $installed['versions'][$packageName]['pretty_version'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
*/
public static function getReference($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
if (!isset($installed['versions'][$packageName]['reference'])) {
return null;
}
return $installed['versions'][$packageName]['reference'];
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @param string $packageName
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
*/
public static function getInstallPath($packageName)
{
foreach (self::getInstalled() as $installed) {
if (!isset($installed['versions'][$packageName])) {
continue;
}
return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
}
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
}
/**
* @return array
* @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
*/
public static function getRootPackage()
{
$installed = self::getInstalled();
return $installed[0]['root'];
}
/**
* Returns the raw installed.php data for custom implementations
*
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
* @return array[]
* @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
*/
public static function getRawData()
{
@trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
if (null === self::$installed) {
// only require the installed.php file if this file is loaded from its dumped location,
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
if (substr(__DIR__, -8, 1) !== 'C') {
self::$installed = include __DIR__ . '/installed.php';
} else {
self::$installed = array();
}
}
return self::$installed;
}
/**
* Returns the raw data of all installed.php which are currently loaded for custom implementations
*
* @return array[]
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
public static function getAllRawData()
{
return self::getInstalled();
}
/**
* Lets you reload the static array from another file
*
* This is only useful for complex integrations in which a project needs to use
* this class but then also needs to execute another project's autoloader in process,
* and wants to ensure both projects have access to their version of installed.php.
*
* A typical case would be PHPUnit, where it would need to make sure it reads all
* the data it needs from this class, then call reload() with
* `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
* the project in which it runs can then also use this class safely, without
* interference between PHPUnit's dependencies and the project's dependencies.
*
* @param array[] $data A vendor/composer/installed.php data set
* @return void
*
* @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
*/
public static function reload($data)
{
self::$installed = $data;
self::$installedByVendor = array();
}
/**
* @return array[]
* @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
*/
private static function getInstalled()
{
if (null === self::$canGetVendors) {
self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
}
$installed = array();
if (self::$canGetVendors) {
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
if (isset(self::$installedByVendor[$vendorDir])) {
$installed[] = self::$installedByVendor[$vendorDir];
} elseif (is_file($vendorDir.'/composer/installed.php')) {
/** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */
$required = require $vendorDir.'/composer/installed.php';
$installed[] = self::$installedByVendor[$vendorDir] = $required;
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
self::$installed = $installed[count($installed) - 1];
}
}
}
}
if (null === self::$installed) {
// only require the installed.php file if this file is loaded from its dumped location,
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
if (substr(__DIR__, -8, 1) !== 'C') {
/** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */
$required = require __DIR__ . '/installed.php';
self::$installed = $required;
} else {
self::$installed = array();
}
}
if (self::$installed !== array()) {
$installed[] = self::$installed;
}
return $installed;
}
}
@@ -0,0 +1,21 @@
Copyright (c) Nils Adermann, Jordi Boggiano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
@@ -0,0 +1,41 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'OCA\\UserStatus\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
'OCA\\UserStatus\\BackgroundJob\\ClearOldStatusesBackgroundJob' => $baseDir . '/../lib/BackgroundJob/ClearOldStatusesBackgroundJob.php',
'OCA\\UserStatus\\Capabilities' => $baseDir . '/../lib/Capabilities.php',
'OCA\\UserStatus\\Connector\\UserStatus' => $baseDir . '/../lib/Connector/UserStatus.php',
'OCA\\UserStatus\\Connector\\UserStatusProvider' => $baseDir . '/../lib/Connector/UserStatusProvider.php',
'OCA\\UserStatus\\ContactsMenu\\StatusProvider' => $baseDir . '/../lib/ContactsMenu/StatusProvider.php',
'OCA\\UserStatus\\Controller\\HeartbeatController' => $baseDir . '/../lib/Controller/HeartbeatController.php',
'OCA\\UserStatus\\Controller\\PredefinedStatusController' => $baseDir . '/../lib/Controller/PredefinedStatusController.php',
'OCA\\UserStatus\\Controller\\StatusesController' => $baseDir . '/../lib/Controller/StatusesController.php',
'OCA\\UserStatus\\Controller\\UserStatusController' => $baseDir . '/../lib/Controller/UserStatusController.php',
'OCA\\UserStatus\\Dashboard\\UserStatusWidget' => $baseDir . '/../lib/Dashboard/UserStatusWidget.php',
'OCA\\UserStatus\\Db\\UserStatus' => $baseDir . '/../lib/Db/UserStatus.php',
'OCA\\UserStatus\\Db\\UserStatusMapper' => $baseDir . '/../lib/Db/UserStatusMapper.php',
'OCA\\UserStatus\\Exception\\InvalidClearAtException' => $baseDir . '/../lib/Exception/InvalidClearAtException.php',
'OCA\\UserStatus\\Exception\\InvalidMessageIdException' => $baseDir . '/../lib/Exception/InvalidMessageIdException.php',
'OCA\\UserStatus\\Exception\\InvalidStatusIconException' => $baseDir . '/../lib/Exception/InvalidStatusIconException.php',
'OCA\\UserStatus\\Exception\\InvalidStatusTypeException' => $baseDir . '/../lib/Exception/InvalidStatusTypeException.php',
'OCA\\UserStatus\\Exception\\StatusMessageTooLongException' => $baseDir . '/../lib/Exception/StatusMessageTooLongException.php',
'OCA\\UserStatus\\Listener\\BeforeTemplateRenderedListener' => $baseDir . '/../lib/Listener/BeforeTemplateRenderedListener.php',
'OCA\\UserStatus\\Listener\\OutOfOfficeStatusListener' => $baseDir . '/../lib/Listener/OutOfOfficeStatusListener.php',
'OCA\\UserStatus\\Listener\\UserDeletedListener' => $baseDir . '/../lib/Listener/UserDeletedListener.php',
'OCA\\UserStatus\\Listener\\UserLiveStatusListener' => $baseDir . '/../lib/Listener/UserLiveStatusListener.php',
'OCA\\UserStatus\\Migration\\Version0001Date20200602134824' => $baseDir . '/../lib/Migration/Version0001Date20200602134824.php',
'OCA\\UserStatus\\Migration\\Version0002Date20200902144824' => $baseDir . '/../lib/Migration/Version0002Date20200902144824.php',
'OCA\\UserStatus\\Migration\\Version1000Date20201111130204' => $baseDir . '/../lib/Migration/Version1000Date20201111130204.php',
'OCA\\UserStatus\\Migration\\Version1003Date20210809144824' => $baseDir . '/../lib/Migration/Version1003Date20210809144824.php',
'OCA\\UserStatus\\Migration\\Version1008Date20230921144701' => $baseDir . '/../lib/Migration/Version1008Date20230921144701.php',
'OCA\\UserStatus\\ResponseDefinitions' => $baseDir . '/../lib/ResponseDefinitions.php',
'OCA\\UserStatus\\Service\\JSDataService' => $baseDir . '/../lib/Service/JSDataService.php',
'OCA\\UserStatus\\Service\\PredefinedStatusService' => $baseDir . '/../lib/Service/PredefinedStatusService.php',
'OCA\\UserStatus\\Service\\StatusService' => $baseDir . '/../lib/Service/StatusService.php',
);
@@ -0,0 +1,9 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
);
@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'OCA\\UserStatus\\' => array($baseDir . '/../lib'),
);
@@ -0,0 +1,37 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitUserStatus
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitUserStatus', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitUserStatus', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitUserStatus::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
return $loader;
}
}
@@ -0,0 +1,67 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitUserStatus
{
public static $prefixLengthsPsr4 = array (
'O' =>
array (
'OCA\\UserStatus\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'OCA\\UserStatus\\' =>
array (
0 => __DIR__ . '/..' . '/../lib',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\UserStatus\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
'OCA\\UserStatus\\BackgroundJob\\ClearOldStatusesBackgroundJob' => __DIR__ . '/..' . '/../lib/BackgroundJob/ClearOldStatusesBackgroundJob.php',
'OCA\\UserStatus\\Capabilities' => __DIR__ . '/..' . '/../lib/Capabilities.php',
'OCA\\UserStatus\\Connector\\UserStatus' => __DIR__ . '/..' . '/../lib/Connector/UserStatus.php',
'OCA\\UserStatus\\Connector\\UserStatusProvider' => __DIR__ . '/..' . '/../lib/Connector/UserStatusProvider.php',
'OCA\\UserStatus\\ContactsMenu\\StatusProvider' => __DIR__ . '/..' . '/../lib/ContactsMenu/StatusProvider.php',
'OCA\\UserStatus\\Controller\\HeartbeatController' => __DIR__ . '/..' . '/../lib/Controller/HeartbeatController.php',
'OCA\\UserStatus\\Controller\\PredefinedStatusController' => __DIR__ . '/..' . '/../lib/Controller/PredefinedStatusController.php',
'OCA\\UserStatus\\Controller\\StatusesController' => __DIR__ . '/..' . '/../lib/Controller/StatusesController.php',
'OCA\\UserStatus\\Controller\\UserStatusController' => __DIR__ . '/..' . '/../lib/Controller/UserStatusController.php',
'OCA\\UserStatus\\Dashboard\\UserStatusWidget' => __DIR__ . '/..' . '/../lib/Dashboard/UserStatusWidget.php',
'OCA\\UserStatus\\Db\\UserStatus' => __DIR__ . '/..' . '/../lib/Db/UserStatus.php',
'OCA\\UserStatus\\Db\\UserStatusMapper' => __DIR__ . '/..' . '/../lib/Db/UserStatusMapper.php',
'OCA\\UserStatus\\Exception\\InvalidClearAtException' => __DIR__ . '/..' . '/../lib/Exception/InvalidClearAtException.php',
'OCA\\UserStatus\\Exception\\InvalidMessageIdException' => __DIR__ . '/..' . '/../lib/Exception/InvalidMessageIdException.php',
'OCA\\UserStatus\\Exception\\InvalidStatusIconException' => __DIR__ . '/..' . '/../lib/Exception/InvalidStatusIconException.php',
'OCA\\UserStatus\\Exception\\InvalidStatusTypeException' => __DIR__ . '/..' . '/../lib/Exception/InvalidStatusTypeException.php',
'OCA\\UserStatus\\Exception\\StatusMessageTooLongException' => __DIR__ . '/..' . '/../lib/Exception/StatusMessageTooLongException.php',
'OCA\\UserStatus\\Listener\\BeforeTemplateRenderedListener' => __DIR__ . '/..' . '/../lib/Listener/BeforeTemplateRenderedListener.php',
'OCA\\UserStatus\\Listener\\OutOfOfficeStatusListener' => __DIR__ . '/..' . '/../lib/Listener/OutOfOfficeStatusListener.php',
'OCA\\UserStatus\\Listener\\UserDeletedListener' => __DIR__ . '/..' . '/../lib/Listener/UserDeletedListener.php',
'OCA\\UserStatus\\Listener\\UserLiveStatusListener' => __DIR__ . '/..' . '/../lib/Listener/UserLiveStatusListener.php',
'OCA\\UserStatus\\Migration\\Version0001Date20200602134824' => __DIR__ . '/..' . '/../lib/Migration/Version0001Date20200602134824.php',
'OCA\\UserStatus\\Migration\\Version0002Date20200902144824' => __DIR__ . '/..' . '/../lib/Migration/Version0002Date20200902144824.php',
'OCA\\UserStatus\\Migration\\Version1000Date20201111130204' => __DIR__ . '/..' . '/../lib/Migration/Version1000Date20201111130204.php',
'OCA\\UserStatus\\Migration\\Version1003Date20210809144824' => __DIR__ . '/..' . '/../lib/Migration/Version1003Date20210809144824.php',
'OCA\\UserStatus\\Migration\\Version1008Date20230921144701' => __DIR__ . '/..' . '/../lib/Migration/Version1008Date20230921144701.php',
'OCA\\UserStatus\\ResponseDefinitions' => __DIR__ . '/..' . '/../lib/ResponseDefinitions.php',
'OCA\\UserStatus\\Service\\JSDataService' => __DIR__ . '/..' . '/../lib/Service/JSDataService.php',
'OCA\\UserStatus\\Service\\PredefinedStatusService' => __DIR__ . '/..' . '/../lib/Service/PredefinedStatusService.php',
'OCA\\UserStatus\\Service\\StatusService' => __DIR__ . '/..' . '/../lib/Service/StatusService.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitUserStatus::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitUserStatus::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitUserStatus::$classMap;
}, null, ClassLoader::class);
}
}
@@ -0,0 +1,5 @@
{
"packages": [],
"dev": false,
"dev-package-names": []
}
@@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);
@@ -0,0 +1 @@
.icon-user-status{background-image:url("../img/app.svg")}.icon-user-status-dark{background-image:url("../img/app-dark.svg")}/*# sourceMappingURL=user-status-menu.css.map */
@@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["user-status-menu.scss"],"names":[],"mappings":"AAwBA,kBACC,uCAGD,uBACC","file":"user-status-menu.css"}
@@ -0,0 +1,32 @@
/**
* @copyright Copyright (c) 2020 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
@use 'variables';
@import 'functions';
.icon-user-status {
background-image: url("../img/app.svg");
}
.icon-user-status-dark {
background-image: url("../img/app-dark.svg");
}
@@ -0,0 +1 @@
<svg width="24" height="24" enable-background="new 0 0 24 24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="none"/><path d="m10.615 2.1094c-4.8491 0.68106-8.6152 4.8615-8.6152 9.8906 0 5.5 4.5 10 10 10 5.0292 0 9.2096-3.7661 9.8906-8.6152-1.4654 1.601-3.5625 2.6152-5.8906 2.6152-4.4 0-8-3.6-8-8 0-2.3281 1.0143-4.4252 2.6152-5.8906z"/></svg>

After

Width:  |  Height:  |  Size: 401 B

@@ -0,0 +1 @@
<svg width="24" height="24" enable-background="new 0 0 24 24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="none"/><path d="m10.615 2.1094c-4.8491 0.68106-8.6152 4.8615-8.6152 9.8906 0 5.5 4.5 10 10 10 5.0292 0 9.2096-3.7661 9.8906-8.6152-1.4654 1.601-3.5625 2.6152-5.8906 2.6152-4.4 0-8-3.6-8-8 0-2.3281 1.0143-4.4252 2.6152-5.8906z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 413 B

+36
View File
@@ -0,0 +1,36 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Onlangse statusse",
"No recent status changes" : "Geen onlangse statusverandering nie",
"In a meeting" : "In n vergadering",
"Commuting" : "In die verkeer",
"Out sick" : "Siek tuis",
"Vacationing" : "Met vakansie",
"Working remotely" : "Werk in die veld",
"User status" : "Gebruikerstatus",
"Clear status after" : "Wis status na",
"Set status" : "Stel status",
"Online status" : "Aanlyn status",
"Status message" : "Statusboodskap",
"Clear status message" : "Wis statusboodskap",
"Set status message" : "Stel statusboodskap",
"There was an error saving the status" : "Daar was n fout toe status bewaar is",
"There was an error clearing the status" : "Daar was n fout toe die status gewis is",
"Don't clear" : "Moenie wis nie",
"Today" : "Vandag",
"This week" : "Vandeesweek",
"Online" : "Aanlyn",
"Away" : "Weg",
"Do not disturb" : "Moenie pla nie",
"Invisible" : "Onsigbaar",
"Offline" : "Vanlyn",
"There was an error saving the new status" : "Daar was n fout toe nuwe status bewaar is",
"30 minutes" : "30 minute",
"1 hour" : "1 uur",
"4 hours" : "4 uur",
"Mute all notifications" : "Demp alle kennisgewings",
"Appear offline" : "Toon as vanlyn",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,34 @@
{ "translations": {
"Recent statuses" : "Onlangse statusse",
"No recent status changes" : "Geen onlangse statusverandering nie",
"In a meeting" : "In n vergadering",
"Commuting" : "In die verkeer",
"Out sick" : "Siek tuis",
"Vacationing" : "Met vakansie",
"Working remotely" : "Werk in die veld",
"User status" : "Gebruikerstatus",
"Clear status after" : "Wis status na",
"Set status" : "Stel status",
"Online status" : "Aanlyn status",
"Status message" : "Statusboodskap",
"Clear status message" : "Wis statusboodskap",
"Set status message" : "Stel statusboodskap",
"There was an error saving the status" : "Daar was n fout toe status bewaar is",
"There was an error clearing the status" : "Daar was n fout toe die status gewis is",
"Don't clear" : "Moenie wis nie",
"Today" : "Vandag",
"This week" : "Vandeesweek",
"Online" : "Aanlyn",
"Away" : "Weg",
"Do not disturb" : "Moenie pla nie",
"Invisible" : "Onsigbaar",
"Offline" : "Vanlyn",
"There was an error saving the new status" : "Daar was n fout toe nuwe status bewaar is",
"30 minutes" : "30 minute",
"1 hour" : "1 uur",
"4 hours" : "4 uur",
"Mute all notifications" : "Demp alle kennisgewings",
"Appear offline" : "Toon as vanlyn",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "آخر الحالات",
"No recent status changes" : "لم يتم تغيير الحالة مؤخراً",
"In a meeting" : "في اجتماع",
"Commuting" : "تجوال",
"Out sick" : "إجازة مرضية",
"Vacationing" : "في اجازة",
"Out of office" : "خارج المكتب",
"Working remotely" : "عمل عن بعد",
"In a call" : "على الهاتف",
"User status" : "حالة العضو",
"Clear status after" : "مسح رسالة الحالة بعد",
"Emoji for your status message" : "رسم تعبيري \"إيموجي\" لرسالة الحالة الخاصة بك",
"What is your status?" : "ماهي حالتك؟",
"Predefined statuses" : "حالات مُعرّفة مُسبقاً",
"Previously set" : "سبق تعيينها",
"Reset status" : "إعادة تعيين الحالة",
"Set status" : "تعيين الحالة",
"Online status" : "حالة الاتصال",
"Status message" : "رسالة الحالة",
"Your status was set automatically" : "تمّ تعيين حالتك تلقائيّاً",
"Clear status message" : "حذف رسالة الحالة",
"Set status message" : "تعيين رسالة الحالة",
"Reset status to \"{icon} {message}\"" : "إعادة تعيين الحالة إلى \"{icon} {message}\"",
"Reset status to \"{message}\"" : "إعادة تعيين الحالة إلى \"{message}\"",
"Reset status to \"{icon}\"" : "إعادة تعيين الحالة إلى \"{icon}\"",
"There was an error saving the status" : "حدث خطأ اثناء حفظ الحالة",
"There was an error clearing the status" : "حدث خطأ اثناء حذف الحالة",
"There was an error reverting the status" : "حدث خطأ أثناء استرجاع الحالة",
"Don't clear" : "غير محدد",
"Today" : "اليوم",
"This week" : "هذا الأسبوع",
"Online" : "متصل",
"Away" : "بالخارج",
"Do not disturb" : "عدم الازعاج",
"Invisible" : "عدم الظهور",
"Offline" : "غير متصل",
"There was an error saving the new status" : "حدث خطأ اثناء حفظ الحالة الجديدة",
"30 minutes" : "30 دقيقة",
"1 hour" : "1 ساعة",
"4 hours" : "4 ساعات",
"Mute all notifications" : "عدم اظهار جميع التنبيهات",
"Appear offline" : "الحالة غير متصل",
"View profile" : "عرض الملف الشخصي",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "آخر الحالات",
"No recent status changes" : "لم يتم تغيير الحالة مؤخراً",
"In a meeting" : "في اجتماع",
"Commuting" : "تجوال",
"Out sick" : "إجازة مرضية",
"Vacationing" : "في اجازة",
"Out of office" : "خارج المكتب",
"Working remotely" : "عمل عن بعد",
"In a call" : "على الهاتف",
"User status" : "حالة العضو",
"Clear status after" : "مسح رسالة الحالة بعد",
"Emoji for your status message" : "رسم تعبيري \"إيموجي\" لرسالة الحالة الخاصة بك",
"What is your status?" : "ماهي حالتك؟",
"Predefined statuses" : "حالات مُعرّفة مُسبقاً",
"Previously set" : "سبق تعيينها",
"Reset status" : "إعادة تعيين الحالة",
"Set status" : "تعيين الحالة",
"Online status" : "حالة الاتصال",
"Status message" : "رسالة الحالة",
"Your status was set automatically" : "تمّ تعيين حالتك تلقائيّاً",
"Clear status message" : "حذف رسالة الحالة",
"Set status message" : "تعيين رسالة الحالة",
"Reset status to \"{icon} {message}\"" : "إعادة تعيين الحالة إلى \"{icon} {message}\"",
"Reset status to \"{message}\"" : "إعادة تعيين الحالة إلى \"{message}\"",
"Reset status to \"{icon}\"" : "إعادة تعيين الحالة إلى \"{icon}\"",
"There was an error saving the status" : "حدث خطأ اثناء حفظ الحالة",
"There was an error clearing the status" : "حدث خطأ اثناء حذف الحالة",
"There was an error reverting the status" : "حدث خطأ أثناء استرجاع الحالة",
"Don't clear" : "غير محدد",
"Today" : "اليوم",
"This week" : "هذا الأسبوع",
"Online" : "متصل",
"Away" : "بالخارج",
"Do not disturb" : "عدم الازعاج",
"Invisible" : "عدم الظهور",
"Offline" : "غير متصل",
"There was an error saving the new status" : "حدث خطأ اثناء حفظ الحالة الجديدة",
"30 minutes" : "30 دقيقة",
"1 hour" : "1 ساعة",
"4 hours" : "4 ساعات",
"Mute all notifications" : "عدم اظهار جميع التنبيهات",
"Appear offline" : "الحالة غير متصل",
"View profile" : "عرض الملف الشخصي",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estaos de recién",
"No recent status changes" : "Nun hai nengún cambéu d'estáu recién",
"In a meeting" : "Nuna reunión",
"Commuting" : "En desplazamientu",
"Out sick" : "Non disponible por enfermedá",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Trabayando en remoto",
"In a call" : "Nuna llamada",
"User status" : "Estáu del usuariu",
"Clear status after" : "Borrar l'estúa dempués de",
"Emoji for your status message" : "Fustaxes pa los mensaxes d'estáu",
"What is your status?" : "¿Cuál ye'l to estáu?",
"Predefined statuses" : "Estaos predefiníos",
"Previously set" : "Afitóse con anterioridá",
"Reset status" : "Reafitar l'estáu",
"Set status" : "Afitar l'estáu",
"Online status" : "Estáu en llinia",
"Status message" : "Mensaxe del estáu",
"Your status was set automatically" : "L'estáu afitóse automáticamente",
"Clear status message" : "Borrar el mensaxe del estáu",
"Set status message" : "Afitar el mensaxe del estáu",
"Reset status to \"{icon} {message}\"" : "Reafitar l'estáu a «{icon} {message}»",
"Reset status to \"{message}\"" : "Reafitar l'estáu a «{message}»",
"Reset status to \"{icon}\"" : "Reafitar l'estáu a «{icon}»",
"There was an error saving the status" : "Hebo un error al guardar l'estáu",
"There was an error clearing the status" : "Hebo un error al borrar l'estáu",
"There was an error reverting the status" : "Hebo un error al recuperar l'estáu anterior",
"Don't clear" : "Nun borrar",
"Today" : "Güei",
"This week" : "Esta selmana",
"Online" : "En llinia",
"Away" : "Ausente",
"Do not disturb" : "Nun molestar",
"Invisible" : "Invisible",
"Offline" : "Desconectáu",
"There was an error saving the new status" : "Hebo un error al guardar l'estáu nuevu",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 hores",
"Mute all notifications" : "Desactivar tolos avisos",
"Appear offline" : "Apaecer desconectáu",
"View profile" : "Ver el perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Estaos de recién",
"No recent status changes" : "Nun hai nengún cambéu d'estáu recién",
"In a meeting" : "Nuna reunión",
"Commuting" : "En desplazamientu",
"Out sick" : "Non disponible por enfermedá",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Trabayando en remoto",
"In a call" : "Nuna llamada",
"User status" : "Estáu del usuariu",
"Clear status after" : "Borrar l'estúa dempués de",
"Emoji for your status message" : "Fustaxes pa los mensaxes d'estáu",
"What is your status?" : "¿Cuál ye'l to estáu?",
"Predefined statuses" : "Estaos predefiníos",
"Previously set" : "Afitóse con anterioridá",
"Reset status" : "Reafitar l'estáu",
"Set status" : "Afitar l'estáu",
"Online status" : "Estáu en llinia",
"Status message" : "Mensaxe del estáu",
"Your status was set automatically" : "L'estáu afitóse automáticamente",
"Clear status message" : "Borrar el mensaxe del estáu",
"Set status message" : "Afitar el mensaxe del estáu",
"Reset status to \"{icon} {message}\"" : "Reafitar l'estáu a «{icon} {message}»",
"Reset status to \"{message}\"" : "Reafitar l'estáu a «{message}»",
"Reset status to \"{icon}\"" : "Reafitar l'estáu a «{icon}»",
"There was an error saving the status" : "Hebo un error al guardar l'estáu",
"There was an error clearing the status" : "Hebo un error al borrar l'estáu",
"There was an error reverting the status" : "Hebo un error al recuperar l'estáu anterior",
"Don't clear" : "Nun borrar",
"Today" : "Güei",
"This week" : "Esta selmana",
"Online" : "En llinia",
"Away" : "Ausente",
"Do not disturb" : "Nun molestar",
"Invisible" : "Invisible",
"Offline" : "Desconectáu",
"There was an error saving the new status" : "Hebo un error al guardar l'estáu nuevu",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 hores",
"Mute all notifications" : "Desactivar tolos avisos",
"Appear offline" : "Apaecer desconectáu",
"View profile" : "Ver el perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+47
View File
@@ -0,0 +1,47 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Последни състояния",
"No recent status changes" : "Няма скорошни промени в състоянието",
"In a meeting" : "В среща",
"Commuting" : "Работно пътуване",
"Out sick" : "Болничен",
"Vacationing" : "Отпуск",
"Out of office" : "Извън офиса",
"Working remotely" : "Работа от разстояние",
"In a call" : "В обаждане",
"User status" : "Потребителско състояние",
"Clear status after" : "Изчистване на състоянието след",
"What is your status?" : "Какъв е вашият статус?",
"Previously set" : "Предишно зададени",
"Reset status" : "Възстановяване на състоянието",
"Set status" : "Задаване на състояние",
"Online status" : "Състояние на линия",
"Status message" : "Съобщение за състояние",
"Your status was set automatically" : "Състоянието ви беше зададено автоматично",
"Clear status message" : "Изчистване на съобщението за състояние",
"Set status message" : "Задаване на съобщение за състояние",
"Reset status to \"{icon} {message}\"" : "Възстановяване на състоянието на „{icon} {message}“",
"Reset status to \"{message}\"" : "Възстановяване на състоянието на „{message}“",
"Reset status to \"{icon}\"" : "Възстановяване на състоянието на „{icon}“",
"There was an error saving the status" : "Възникна грешка при запазване на състоянието",
"There was an error clearing the status" : "Възникна грешка при изчистване на състоянието",
"There was an error reverting the status" : "Имаше грешка при връщане на състоянието",
"Don't clear" : "Да не се изчиства",
"Today" : "Днес",
"This week" : "Тази седмица",
"Online" : "На линия",
"Away" : "Отсъстващ",
"Do not disturb" : "Не безпокойте",
"Invisible" : "Невидим",
"Offline" : "Офлайн",
"There was an error saving the new status" : "Възникна грешка при запазване на новото състояние",
"30 minutes" : "30 минути",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Заглушаване на всички известия",
"Appear offline" : "Показване като офлайн",
"View profile" : "Преглед на профил",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,45 @@
{ "translations": {
"Recent statuses" : "Последни състояния",
"No recent status changes" : "Няма скорошни промени в състоянието",
"In a meeting" : "В среща",
"Commuting" : "Работно пътуване",
"Out sick" : "Болничен",
"Vacationing" : "Отпуск",
"Out of office" : "Извън офиса",
"Working remotely" : "Работа от разстояние",
"In a call" : "В обаждане",
"User status" : "Потребителско състояние",
"Clear status after" : "Изчистване на състоянието след",
"What is your status?" : "Какъв е вашият статус?",
"Previously set" : "Предишно зададени",
"Reset status" : "Възстановяване на състоянието",
"Set status" : "Задаване на състояние",
"Online status" : "Състояние на линия",
"Status message" : "Съобщение за състояние",
"Your status was set automatically" : "Състоянието ви беше зададено автоматично",
"Clear status message" : "Изчистване на съобщението за състояние",
"Set status message" : "Задаване на съобщение за състояние",
"Reset status to \"{icon} {message}\"" : "Възстановяване на състоянието на „{icon} {message}“",
"Reset status to \"{message}\"" : "Възстановяване на състоянието на „{message}“",
"Reset status to \"{icon}\"" : "Възстановяване на състоянието на „{icon}“",
"There was an error saving the status" : "Възникна грешка при запазване на състоянието",
"There was an error clearing the status" : "Възникна грешка при изчистване на състоянието",
"There was an error reverting the status" : "Имаше грешка при връщане на състоянието",
"Don't clear" : "Да не се изчиства",
"Today" : "Днес",
"This week" : "Тази седмица",
"Online" : "На линия",
"Away" : "Отсъстващ",
"Do not disturb" : "Не безпокойте",
"Invisible" : "Невидим",
"Offline" : "Офлайн",
"There was an error saving the new status" : "Възникна грешка при запазване на новото състояние",
"30 minutes" : "30 минути",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Заглушаване на всички известия",
"Appear offline" : "Показване като офлайн",
"View profile" : "Преглед на профил",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estats recents",
"No recent status changes" : "No hi ha cap canvi d'estat recent",
"In a meeting" : "En una reunió",
"Commuting" : "En desplaçament",
"Out sick" : "No disponible per malaltia",
"Vacationing" : "De vacances",
"Out of office" : "Fora de l'oficina",
"Working remotely" : "Treballant en remot",
"In a call" : "En una trucada",
"User status" : "Estat de l'usuari",
"Clear status after" : "Esborra l'estat després de",
"Emoji for your status message" : "Emoji per al missatge d'estat",
"What is your status?" : "Quin és el vostre estat?",
"Predefined statuses" : "Estats predefinits",
"Previously set" : "Definits anteriorment",
"Reset status" : "Reinicialitza l'estat",
"Set status" : "Indica l'estat",
"Online status" : "Estat en línia",
"Status message" : "Missatge d'estat",
"Your status was set automatically" : "S'ha indicat l'estat automàticament",
"Clear status message" : "Esborra el missatge d'estat",
"Set status message" : "Indica el missatge d'estat",
"Reset status to \"{icon} {message}\"" : "Reinicialitza l'estat a «{icon} {message}»",
"Reset status to \"{message}\"" : "Reinicialitza l'estat a «{message}»",
"Reset status to \"{icon}\"" : "Reinicialitza l'estat a «{icon}»",
"There was an error saving the status" : "S'ha produït un error en desar l'estat",
"There was an error clearing the status" : "S'ha produït un error en esborrar l'estat",
"There was an error reverting the status" : "S'ha produït un error en recuperar l'estat anterior",
"Don't clear" : "No l'esborris",
"Today" : "Avui",
"This week" : "Aquesta setmana",
"Online" : "En línia",
"Away" : "Absent",
"Do not disturb" : "No molesteu",
"Invisible" : "Invisible",
"Offline" : "Fora de línia",
"There was an error saving the new status" : "S'ha produït un error en desar l'estat nou",
"30 minutes" : "30 minuts",
"1 hour" : "1 hora",
"4 hours" : "4 hores",
"Mute all notifications" : "Silencieu totes les notificacions",
"Appear offline" : "Apareixeu fora de línia",
"View profile" : "Visualitza el perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Estats recents",
"No recent status changes" : "No hi ha cap canvi d'estat recent",
"In a meeting" : "En una reunió",
"Commuting" : "En desplaçament",
"Out sick" : "No disponible per malaltia",
"Vacationing" : "De vacances",
"Out of office" : "Fora de l'oficina",
"Working remotely" : "Treballant en remot",
"In a call" : "En una trucada",
"User status" : "Estat de l'usuari",
"Clear status after" : "Esborra l'estat després de",
"Emoji for your status message" : "Emoji per al missatge d'estat",
"What is your status?" : "Quin és el vostre estat?",
"Predefined statuses" : "Estats predefinits",
"Previously set" : "Definits anteriorment",
"Reset status" : "Reinicialitza l'estat",
"Set status" : "Indica l'estat",
"Online status" : "Estat en línia",
"Status message" : "Missatge d'estat",
"Your status was set automatically" : "S'ha indicat l'estat automàticament",
"Clear status message" : "Esborra el missatge d'estat",
"Set status message" : "Indica el missatge d'estat",
"Reset status to \"{icon} {message}\"" : "Reinicialitza l'estat a «{icon} {message}»",
"Reset status to \"{message}\"" : "Reinicialitza l'estat a «{message}»",
"Reset status to \"{icon}\"" : "Reinicialitza l'estat a «{icon}»",
"There was an error saving the status" : "S'ha produït un error en desar l'estat",
"There was an error clearing the status" : "S'ha produït un error en esborrar l'estat",
"There was an error reverting the status" : "S'ha produït un error en recuperar l'estat anterior",
"Don't clear" : "No l'esborris",
"Today" : "Avui",
"This week" : "Aquesta setmana",
"Online" : "En línia",
"Away" : "Absent",
"Do not disturb" : "No molesteu",
"Invisible" : "Invisible",
"Offline" : "Fora de línia",
"There was an error saving the new status" : "S'ha produït un error en desar l'estat nou",
"30 minutes" : "30 minuts",
"1 hour" : "1 hora",
"4 hours" : "4 hores",
"Mute all notifications" : "Silencieu totes les notificacions",
"Appear offline" : "Apareixeu fora de línia",
"View profile" : "Visualitza el perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nedávné stavy",
"No recent status changes" : "Žádné nedávné změny stavu",
"In a meeting" : "Na poradě",
"Commuting" : "Dojíždění",
"Out sick" : "Nemoc",
"Vacationing" : "Dovolená",
"Out of office" : "Mimo kancelář",
"Working remotely" : "Pracuje na dálku",
"In a call" : "Má hovor",
"User status" : "Stav uživatele",
"Clear status after" : "Vyčistit stav po uplynutí",
"Emoji for your status message" : "Emotikona pro vaší stavovou zprávu",
"What is your status?" : "Jaký je váš stav?",
"Predefined statuses" : "Předdefinované stavy",
"Previously set" : "Dříve nastavené",
"Reset status" : "Resetovat stav",
"Set status" : "Nastavit stav",
"Online status" : "Stav online",
"Status message" : "Stavová zpráva",
"Your status was set automatically" : "Váš stav byl nastaven automaticky",
"Clear status message" : "Vyčistit stavovou zprávu",
"Set status message" : "Nastavit stavovou zprávu",
"Reset status to \"{icon} {message}\"" : "Resetovat stav na „{icon} {message}“",
"Reset status to \"{message}\"" : "Resetovat stav na „{message}“",
"Reset status to \"{icon}\"" : "Resetovat stav na „{icon}“",
"There was an error saving the status" : "Došlo k chybě při ukládání stavu",
"There was an error clearing the status" : "Při čištění stavu došlo k chybě",
"There was an error reverting the status" : "Při vracení stavu nazpět došlo k chybě",
"Don't clear" : "Do odvolání",
"Today" : "Dnes",
"This week" : "Tento týden",
"Online" : "Online",
"Away" : "Pryč",
"Do not disturb" : "Nerušit",
"Invisible" : "Není vidět",
"Offline" : "Offline",
"There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě",
"30 minutes" : "30 minut",
"1 hour" : "1 hodina",
"4 hours" : "4 hodiny",
"Mute all notifications" : "Ztlumit veškerá upozornění",
"Appear offline" : "Jevit se offline",
"View profile" : "Zobrazit profil ",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Nedávné stavy",
"No recent status changes" : "Žádné nedávné změny stavu",
"In a meeting" : "Na poradě",
"Commuting" : "Dojíždění",
"Out sick" : "Nemoc",
"Vacationing" : "Dovolená",
"Out of office" : "Mimo kancelář",
"Working remotely" : "Pracuje na dálku",
"In a call" : "Má hovor",
"User status" : "Stav uživatele",
"Clear status after" : "Vyčistit stav po uplynutí",
"Emoji for your status message" : "Emotikona pro vaší stavovou zprávu",
"What is your status?" : "Jaký je váš stav?",
"Predefined statuses" : "Předdefinované stavy",
"Previously set" : "Dříve nastavené",
"Reset status" : "Resetovat stav",
"Set status" : "Nastavit stav",
"Online status" : "Stav online",
"Status message" : "Stavová zpráva",
"Your status was set automatically" : "Váš stav byl nastaven automaticky",
"Clear status message" : "Vyčistit stavovou zprávu",
"Set status message" : "Nastavit stavovou zprávu",
"Reset status to \"{icon} {message}\"" : "Resetovat stav na „{icon} {message}“",
"Reset status to \"{message}\"" : "Resetovat stav na „{message}“",
"Reset status to \"{icon}\"" : "Resetovat stav na „{icon}“",
"There was an error saving the status" : "Došlo k chybě při ukládání stavu",
"There was an error clearing the status" : "Při čištění stavu došlo k chybě",
"There was an error reverting the status" : "Při vracení stavu nazpět došlo k chybě",
"Don't clear" : "Do odvolání",
"Today" : "Dnes",
"This week" : "Tento týden",
"Online" : "Online",
"Away" : "Pryč",
"Do not disturb" : "Nerušit",
"Invisible" : "Není vidět",
"Offline" : "Offline",
"There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě",
"30 minutes" : "30 minut",
"1 hour" : "1 hodina",
"4 hours" : "4 hodiny",
"Mute all notifications" : "Ztlumit veškerá upozornění",
"Appear offline" : "Jevit se offline",
"View profile" : "Zobrazit profil ",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
+39
View File
@@ -0,0 +1,39 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Seneste status",
"No recent status changes" : "Ingen ændringer i status",
"In a meeting" : "I møde",
"Commuting" : "Under vejs",
"Out sick" : "Sygemeldt",
"Vacationing" : "Holder ferie",
"Out of office" : "Ikke på kontoret",
"Working remotely" : "Arbejder hjemmefra",
"In a call" : "Taler i telefon",
"User status" : "Bruger status",
"Clear status after" : "Ryd status efter",
"What is your status?" : "Hvad er din status",
"Set status" : "Sæt status",
"Online status" : "Online status",
"Status message" : "Statusbesked",
"Clear status message" : "Ryd status notifikation",
"Set status message" : "Sæt statusbesked",
"There was an error saving the status" : "Der opstod en fejl ved lagring af status",
"There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
"Don't clear" : "Ryd ikke",
"Today" : "I dag",
"This week" : "Denne uge",
"Online" : "Online",
"Away" : "Ikke tilstede",
"Do not disturb" : "Forstyr ikke",
"Invisible" : "Usynlig",
"Offline" : "Offline",
"There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status",
"30 minutes" : "30 minutter",
"1 hour" : "1 time",
"4 hours" : "4 timer",
"Mute all notifications" : "Vis ikke notifikationer",
"Appear offline" : "Er offline",
"View profile" : "Vis profil"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,37 @@
{ "translations": {
"Recent statuses" : "Seneste status",
"No recent status changes" : "Ingen ændringer i status",
"In a meeting" : "I møde",
"Commuting" : "Under vejs",
"Out sick" : "Sygemeldt",
"Vacationing" : "Holder ferie",
"Out of office" : "Ikke på kontoret",
"Working remotely" : "Arbejder hjemmefra",
"In a call" : "Taler i telefon",
"User status" : "Bruger status",
"Clear status after" : "Ryd status efter",
"What is your status?" : "Hvad er din status",
"Set status" : "Sæt status",
"Online status" : "Online status",
"Status message" : "Statusbesked",
"Clear status message" : "Ryd status notifikation",
"Set status message" : "Sæt statusbesked",
"There was an error saving the status" : "Der opstod en fejl ved lagring af status",
"There was an error clearing the status" : "Der opstod en fejl ved rydning af status",
"Don't clear" : "Ryd ikke",
"Today" : "I dag",
"This week" : "Denne uge",
"Online" : "Online",
"Away" : "Ikke tilstede",
"Do not disturb" : "Forstyr ikke",
"Invisible" : "Usynlig",
"Offline" : "Offline",
"There was an error saving the new status" : "Der opstod en fejl ved lagring af den nye status",
"30 minutes" : "30 minutter",
"1 hour" : "1 time",
"4 hours" : "4 timer",
"Mute all notifications" : "Vis ikke notifikationer",
"Appear offline" : "Er offline",
"View profile" : "Vis profil"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Letzter Status",
"No recent status changes" : "Keine kürzlichen Statusänderungen",
"In a meeting" : "In einer Besprechung",
"Commuting" : "Pendelt",
"Out sick" : "Krankgeschrieben",
"Vacationing" : "Im Urlaub",
"Out of office" : "Nicht im Büro",
"Working remotely" : "Arbeitet aus der Ferne",
"In a call" : "In einem Anruf",
"User status" : "Benutzerstatus",
"Clear status after" : "Status löschen nach",
"Emoji for your status message" : "Emoji für Ihre Statusnachricht",
"What is your status?" : "Wie ist dein Status?",
"Predefined statuses" : "Vordefinierte Status",
"Previously set" : "Zuvor eingestellt",
"Reset status" : "Status zurücksetzen",
"Set status" : "Status setzen",
"Online status" : "Online-Status",
"Status message" : "Statusnachricht",
"Your status was set automatically" : "Dein Status wurde automatisch gesetzt",
"Clear status message" : "Statusnachricht löschen",
"Set status message" : "Statusnachricht setzen",
"Reset status to \"{icon} {message}\"" : "Status auf \"{icon} {message}\" zurücksetzen",
"Reset status to \"{message}\"" : "Status auf \"{message}\" zurücksetzen",
"Reset status to \"{icon}\"" : "Status auf \"{icon}\" zurücksetzen",
"There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status",
"There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status",
"There was an error reverting the status" : "Es ist ein Fehler beim Zurücksetzen des Status aufgetreten",
"Don't clear" : "Nicht löschen",
"Today" : "Heute",
"This week" : "Diese Woche",
"Online" : "Online",
"Away" : "Abwesend",
"Do not disturb" : "Bitte nicht stören",
"Invisible" : "Unsichtbar",
"Offline" : "Offline",
"There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status",
"30 minutes" : "30 Minuten",
"1 hour" : "1 Stunde",
"4 hours" : "4 Stunden",
"Mute all notifications" : "Alle Benachrichtigungen stummschalten",
"Appear offline" : "Offline erscheinen",
"View profile" : "Profil ansehen",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Letzter Status",
"No recent status changes" : "Keine kürzlichen Statusänderungen",
"In a meeting" : "In einer Besprechung",
"Commuting" : "Pendelt",
"Out sick" : "Krankgeschrieben",
"Vacationing" : "Im Urlaub",
"Out of office" : "Nicht im Büro",
"Working remotely" : "Arbeitet aus der Ferne",
"In a call" : "In einem Anruf",
"User status" : "Benutzerstatus",
"Clear status after" : "Status löschen nach",
"Emoji for your status message" : "Emoji für Ihre Statusnachricht",
"What is your status?" : "Wie ist dein Status?",
"Predefined statuses" : "Vordefinierte Status",
"Previously set" : "Zuvor eingestellt",
"Reset status" : "Status zurücksetzen",
"Set status" : "Status setzen",
"Online status" : "Online-Status",
"Status message" : "Statusnachricht",
"Your status was set automatically" : "Dein Status wurde automatisch gesetzt",
"Clear status message" : "Statusnachricht löschen",
"Set status message" : "Statusnachricht setzen",
"Reset status to \"{icon} {message}\"" : "Status auf \"{icon} {message}\" zurücksetzen",
"Reset status to \"{message}\"" : "Status auf \"{message}\" zurücksetzen",
"Reset status to \"{icon}\"" : "Status auf \"{icon}\" zurücksetzen",
"There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status",
"There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status",
"There was an error reverting the status" : "Es ist ein Fehler beim Zurücksetzen des Status aufgetreten",
"Don't clear" : "Nicht löschen",
"Today" : "Heute",
"This week" : "Diese Woche",
"Online" : "Online",
"Away" : "Abwesend",
"Do not disturb" : "Bitte nicht stören",
"Invisible" : "Unsichtbar",
"Offline" : "Offline",
"There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status",
"30 minutes" : "30 Minuten",
"1 hour" : "1 Stunde",
"4 hours" : "4 Stunden",
"Mute all notifications" : "Alle Benachrichtigungen stummschalten",
"Appear offline" : "Offline erscheinen",
"View profile" : "Profil ansehen",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Letzter Status",
"No recent status changes" : "Keine kürzlichen Statusänderungen",
"In a meeting" : "In einer Besprechung",
"Commuting" : "Pendelt",
"Out sick" : "Krank geschrieben",
"Vacationing" : "Im Urlaub",
"Out of office" : "Nicht im Büro",
"Working remotely" : "Arbeitet aus der Ferne",
"In a call" : "In einem Anruf",
"User status" : "Benutzerstatus",
"Clear status after" : "Status löschen nach",
"Emoji for your status message" : "Emoji für Ihre Statusnachricht",
"What is your status?" : "Wie ist Ihr Status?",
"Predefined statuses" : "Vordefinierte Status",
"Previously set" : "Zuvor eingestellt",
"Reset status" : "Status zurücksetzen",
"Set status" : "Status setzen",
"Online status" : "Online-Status",
"Status message" : "Statusnachricht",
"Your status was set automatically" : "Ihr Status wurde automatisch gesetzt",
"Clear status message" : "Statusnachricht löschen",
"Set status message" : "Statusnachricht setzen",
"Reset status to \"{icon} {message}\"" : "Status auf \"{icon} {message}\" zurücksetzen",
"Reset status to \"{message}\"" : "Status auf \"{message}\" zurücksetzen",
"Reset status to \"{icon}\"" : "Status auf \"{icon}\" zurücksetzen",
"There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status",
"There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status",
"There was an error reverting the status" : "Es ist ein Fehler beim Zurücksetzen des Status aufgetreten",
"Don't clear" : "Nicht löschen",
"Today" : "Heute",
"This week" : "Diese Woche",
"Online" : "Online",
"Away" : "Abwesend",
"Do not disturb" : "Bitte nicht stören",
"Invisible" : "Unsichtbar",
"Offline" : "Offline",
"There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status",
"30 minutes" : "30 Minuten",
"1 hour" : "1 Stunde",
"4 hours" : "4 Stunden",
"Mute all notifications" : "Alle Benachrichtigungen stummschalten",
"Appear offline" : "Offline erscheinen",
"View profile" : "Profil ansehen",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Letzter Status",
"No recent status changes" : "Keine kürzlichen Statusänderungen",
"In a meeting" : "In einer Besprechung",
"Commuting" : "Pendelt",
"Out sick" : "Krank geschrieben",
"Vacationing" : "Im Urlaub",
"Out of office" : "Nicht im Büro",
"Working remotely" : "Arbeitet aus der Ferne",
"In a call" : "In einem Anruf",
"User status" : "Benutzerstatus",
"Clear status after" : "Status löschen nach",
"Emoji for your status message" : "Emoji für Ihre Statusnachricht",
"What is your status?" : "Wie ist Ihr Status?",
"Predefined statuses" : "Vordefinierte Status",
"Previously set" : "Zuvor eingestellt",
"Reset status" : "Status zurücksetzen",
"Set status" : "Status setzen",
"Online status" : "Online-Status",
"Status message" : "Statusnachricht",
"Your status was set automatically" : "Ihr Status wurde automatisch gesetzt",
"Clear status message" : "Statusnachricht löschen",
"Set status message" : "Statusnachricht setzen",
"Reset status to \"{icon} {message}\"" : "Status auf \"{icon} {message}\" zurücksetzen",
"Reset status to \"{message}\"" : "Status auf \"{message}\" zurücksetzen",
"Reset status to \"{icon}\"" : "Status auf \"{icon}\" zurücksetzen",
"There was an error saving the status" : "Es gab einen Fehler beim Speichern des Status",
"There was an error clearing the status" : "Es gab einen Fehler beim Löschen des Status",
"There was an error reverting the status" : "Es ist ein Fehler beim Zurücksetzen des Status aufgetreten",
"Don't clear" : "Nicht löschen",
"Today" : "Heute",
"This week" : "Diese Woche",
"Online" : "Online",
"Away" : "Abwesend",
"Do not disturb" : "Bitte nicht stören",
"Invisible" : "Unsichtbar",
"Offline" : "Offline",
"There was an error saving the new status" : "Es gab einen Fehler beim Speichern des neuen Status",
"30 minutes" : "30 Minuten",
"1 hour" : "1 Stunde",
"4 hours" : "4 Stunden",
"Mute all notifications" : "Alle Benachrichtigungen stummschalten",
"Appear offline" : "Offline erscheinen",
"View profile" : "Profil ansehen",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Πρόσφατες καταστάσεις",
"No recent status changes" : "Δεν υπάρχουν πρόσφατες αλλαγές κατάστασης",
"In a meeting" : "Σε συνάντηση",
"Commuting" : "Μετακίνηση προς την εργασία",
"Out sick" : "Αναρρωτική άδεια",
"Vacationing" : "Διακοπάρω",
"Out of office" : "Εκτός γραφείου",
"Working remotely" : "Εργασία εξ αποστάσεως",
"In a call" : "Σε μια κλήση",
"User status" : "Κατάσταση χρήστη",
"Clear status after" : "Εκκαθάριση κατάστασης μετά από",
"What is your status?" : "Ποια είναι η κατάστασή σας;",
"Set status" : "Ορισμός κατάστασης",
"Online status" : "Κατάσταση σε σύνδεση",
"Status message" : "Μήνυμα κατάστασης",
"Clear status message" : "Εκκαθάριση μηνύματος κατάστασης",
"Set status message" : "Ορισμός μηνύματος κατάστασης",
"There was an error saving the status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της κατάστασης",
"There was an error clearing the status" : "Παρουσιάστηκε σφάλμα κατά την εκκαθάριση της κατάστασης",
"Don't clear" : "Να μη γίνεται εκκαθάριση",
"Today" : "Σήμερα",
"This week" : "Αυτή την εβδομάδα",
"Online" : "Σε σύνδεση",
"Away" : "Λείπω",
"Do not disturb" : "Μην ενοχλείτε",
"Invisible" : "Αόρατος",
"Offline" : "Εκτός σύνδεσης",
"There was an error saving the new status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της νέας κατάστασης",
"30 minutes" : "30 λεπτά",
"1 hour" : "1 ώρα",
"4 hours" : "4 ώρες",
"Mute all notifications" : "Σίγαση όλων των ειδοποιήσεων",
"Appear offline" : "Εμφάνιση εκτός σύνδεσης",
"View profile" : "Προβολή προφίλ",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Πρόσφατες καταστάσεις",
"No recent status changes" : "Δεν υπάρχουν πρόσφατες αλλαγές κατάστασης",
"In a meeting" : "Σε συνάντηση",
"Commuting" : "Μετακίνηση προς την εργασία",
"Out sick" : "Αναρρωτική άδεια",
"Vacationing" : "Διακοπάρω",
"Out of office" : "Εκτός γραφείου",
"Working remotely" : "Εργασία εξ αποστάσεως",
"In a call" : "Σε μια κλήση",
"User status" : "Κατάσταση χρήστη",
"Clear status after" : "Εκκαθάριση κατάστασης μετά από",
"What is your status?" : "Ποια είναι η κατάστασή σας;",
"Set status" : "Ορισμός κατάστασης",
"Online status" : "Κατάσταση σε σύνδεση",
"Status message" : "Μήνυμα κατάστασης",
"Clear status message" : "Εκκαθάριση μηνύματος κατάστασης",
"Set status message" : "Ορισμός μηνύματος κατάστασης",
"There was an error saving the status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της κατάστασης",
"There was an error clearing the status" : "Παρουσιάστηκε σφάλμα κατά την εκκαθάριση της κατάστασης",
"Don't clear" : "Να μη γίνεται εκκαθάριση",
"Today" : "Σήμερα",
"This week" : "Αυτή την εβδομάδα",
"Online" : "Σε σύνδεση",
"Away" : "Λείπω",
"Do not disturb" : "Μην ενοχλείτε",
"Invisible" : "Αόρατος",
"Offline" : "Εκτός σύνδεσης",
"There was an error saving the new status" : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της νέας κατάστασης",
"30 minutes" : "30 λεπτά",
"1 hour" : "1 ώρα",
"4 hours" : "4 ώρες",
"Mute all notifications" : "Σίγαση όλων των ειδοποιήσεων",
"Appear offline" : "Εμφάνιση εκτός σύνδεσης",
"View profile" : "Προβολή προφίλ",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Recent statuses",
"No recent status changes" : "No recent status changes",
"In a meeting" : "In a meeting",
"Commuting" : "Commuting",
"Out sick" : "Out sick",
"Vacationing" : "Vacationing",
"Out of office" : "Out of office",
"Working remotely" : "Working remotely",
"In a call" : "In a call",
"User status" : "User status",
"Clear status after" : "Clear status after",
"Emoji for your status message" : "Emoji for your status message",
"What is your status?" : "What is your status?",
"Predefined statuses" : "Predefined statuses",
"Previously set" : "Previously set",
"Reset status" : "Reset status",
"Set status" : "Set status",
"Online status" : "Online status",
"Status message" : "Status message",
"Your status was set automatically" : "Your status was set automatically",
"Clear status message" : "Clear status message",
"Set status message" : "Set status message",
"Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Reset status to \"{message}\"",
"Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
"There was an error saving the status" : "There was an error saving the status",
"There was an error clearing the status" : "There was an error clearing the status",
"There was an error reverting the status" : "There was an error reverting the status",
"Don't clear" : "Don't clear",
"Today" : "Today",
"This week" : "This week",
"Online" : "Online",
"Away" : "Away",
"Do not disturb" : "Do not disturb",
"Invisible" : "Invisible",
"Offline" : "Offline",
"There was an error saving the new status" : "There was an error saving the new status",
"30 minutes" : "30 minutes",
"1 hour" : "1 hour",
"4 hours" : "4 hours",
"Mute all notifications" : "Mute all notifications",
"Appear offline" : "Appear offline",
"View profile" : "View profile",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Recent statuses",
"No recent status changes" : "No recent status changes",
"In a meeting" : "In a meeting",
"Commuting" : "Commuting",
"Out sick" : "Out sick",
"Vacationing" : "Vacationing",
"Out of office" : "Out of office",
"Working remotely" : "Working remotely",
"In a call" : "In a call",
"User status" : "User status",
"Clear status after" : "Clear status after",
"Emoji for your status message" : "Emoji for your status message",
"What is your status?" : "What is your status?",
"Predefined statuses" : "Predefined statuses",
"Previously set" : "Previously set",
"Reset status" : "Reset status",
"Set status" : "Set status",
"Online status" : "Online status",
"Status message" : "Status message",
"Your status was set automatically" : "Your status was set automatically",
"Clear status message" : "Clear status message",
"Set status message" : "Set status message",
"Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Reset status to \"{message}\"",
"Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
"There was an error saving the status" : "There was an error saving the status",
"There was an error clearing the status" : "There was an error clearing the status",
"There was an error reverting the status" : "There was an error reverting the status",
"Don't clear" : "Don't clear",
"Today" : "Today",
"This week" : "This week",
"Online" : "Online",
"Away" : "Away",
"Do not disturb" : "Do not disturb",
"Invisible" : "Invisible",
"Offline" : "Offline",
"There was an error saving the new status" : "There was an error saving the new status",
"30 minutes" : "30 minutes",
"1 hour" : "1 hour",
"4 hours" : "4 hours",
"Mute all notifications" : "Mute all notifications",
"Appear offline" : "Appear offline",
"View profile" : "View profile",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recientes",
"No recent status changes" : "No hay cambios de estado recientes",
"In a meeting" : "En una reunión",
"Commuting" : "De viaje",
"Out sick" : "Ausente por enfermedad",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Teletrabajando",
"In a call" : "En una llamada",
"User status" : "Estado del usuario",
"Clear status after" : "Eliminar el estado después de",
"Emoji for your status message" : "Emoji para sus mensaje de estado",
"What is your status?" : "¿Cuál es su estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Previamente definido",
"Reset status" : "Re-inicializar estado",
"Set status" : "Configurar estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Your status was set automatically" : "Su estado fue definido automáticamente",
"Clear status message" : "Borrar mensaje de estado",
"Set status message" : "Ajustar el mensaje de estado",
"Reset status to \"{icon} {message}\"" : "Re-inicializar estado a \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Re-inicializar estado a \"{message}\"",
"Reset status to \"{icon}\"" : "Re-inicializar estado a \"{icon}\"",
"There was an error saving the status" : "Ha habido un error al guardar el estado",
"There was an error clearing the status" : "Ha habido un error al eliminar el estado",
"There was an error reverting the status" : "Ocurrió un error al revertir el estado",
"Don't clear" : "No eliminar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Away" : "Ausente",
"Do not disturb" : "No molestar",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas las notificaciones",
"Appear offline" : "Aparecer sin conexión",
"View profile" : "Ver perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Estados recientes",
"No recent status changes" : "No hay cambios de estado recientes",
"In a meeting" : "En una reunión",
"Commuting" : "De viaje",
"Out sick" : "Ausente por enfermedad",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Teletrabajando",
"In a call" : "En una llamada",
"User status" : "Estado del usuario",
"Clear status after" : "Eliminar el estado después de",
"Emoji for your status message" : "Emoji para sus mensaje de estado",
"What is your status?" : "¿Cuál es su estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Previamente definido",
"Reset status" : "Re-inicializar estado",
"Set status" : "Configurar estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Your status was set automatically" : "Su estado fue definido automáticamente",
"Clear status message" : "Borrar mensaje de estado",
"Set status message" : "Ajustar el mensaje de estado",
"Reset status to \"{icon} {message}\"" : "Re-inicializar estado a \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Re-inicializar estado a \"{message}\"",
"Reset status to \"{icon}\"" : "Re-inicializar estado a \"{icon}\"",
"There was an error saving the status" : "Ha habido un error al guardar el estado",
"There was an error clearing the status" : "Ha habido un error al eliminar el estado",
"There was an error reverting the status" : "Ocurrió un error al revertir el estado",
"Don't clear" : "No eliminar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Away" : "Ausente",
"Do not disturb" : "No molestar",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas las notificaciones",
"Appear offline" : "Aparecer sin conexión",
"View profile" : "Ver perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
@@ -0,0 +1,22 @@
OC.L10N.register(
"user_status",
{
"Set status" : "Establecer estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Clear status message" : "Limpiar mensaje de estado",
"Set status message" : "Establecer mensaje de estado",
"Away" : "Lejos",
"Do not disturb" : "No molestar",
"Don't clear" : "No vaciar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Clear status message after" : "Limpiar mensaje de estado después"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,20 @@
{ "translations": {
"Set status" : "Establecer estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Clear status message" : "Limpiar mensaje de estado",
"Set status message" : "Establecer mensaje de estado",
"Away" : "Lejos",
"Do not disturb" : "No molestar",
"Don't clear" : "No vaciar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Clear status message after" : "Limpiar mensaje de estado después"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recientes",
"No recent status changes" : "No hay cambios recientes de estado",
"In a meeting" : "En una reunión",
"Commuting" : "Desplazamiento",
"Out sick" : "Ausente por enfermedad",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Trabajando de forma remota",
"In a call" : "En una llamada",
"User status" : "Estado de usuario",
"Clear status after" : "Borrar estado después de",
"Emoji for your status message" : "Emoji para tu mensaje de estado",
"What is your status?" : "¿Cuál es tu estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Previamente establecido",
"Reset status" : "Restablecer estado",
"Set status" : "Establecer estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Your status was set automatically" : "Tu estado se estableció automáticamente",
"Clear status message" : "Borrar mensaje de estado",
"Set status message" : "Establecer mensaje de estado",
"Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icono} {mensaje}\"",
"Reset status to \"{message}\"" : "Restablecer estado a \"{mensaje}\"",
"Reset status to \"{icon}\"" : "Restablecer estado a \"{icono}\"",
"There was an error saving the status" : "Hubo un error al guardar el estado",
"There was an error clearing the status" : "Hubo un error al borrar el estado",
"There was an error reverting the status" : "Hubo un error al revertir el estado",
"Don't clear" : "No borrar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Away" : "Ausente",
"Do not disturb" : "No molestar",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"There was an error saving the new status" : "Hubo un error al guardar el nuevo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas las notificaciones",
"Appear offline" : "Aparecer como desconectado",
"View profile" : "Ver perfil",
"{status}, {timestamp}" : "{estado}, {marca de tiempo}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Estados recientes",
"No recent status changes" : "No hay cambios recientes de estado",
"In a meeting" : "En una reunión",
"Commuting" : "Desplazamiento",
"Out sick" : "Ausente por enfermedad",
"Vacationing" : "De vacaciones",
"Out of office" : "Fuera de la oficina",
"Working remotely" : "Trabajando de forma remota",
"In a call" : "En una llamada",
"User status" : "Estado de usuario",
"Clear status after" : "Borrar estado después de",
"Emoji for your status message" : "Emoji para tu mensaje de estado",
"What is your status?" : "¿Cuál es tu estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Previamente establecido",
"Reset status" : "Restablecer estado",
"Set status" : "Establecer estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Your status was set automatically" : "Tu estado se estableció automáticamente",
"Clear status message" : "Borrar mensaje de estado",
"Set status message" : "Establecer mensaje de estado",
"Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icono} {mensaje}\"",
"Reset status to \"{message}\"" : "Restablecer estado a \"{mensaje}\"",
"Reset status to \"{icon}\"" : "Restablecer estado a \"{icono}\"",
"There was an error saving the status" : "Hubo un error al guardar el estado",
"There was an error clearing the status" : "Hubo un error al borrar el estado",
"There was an error reverting the status" : "Hubo un error al revertir el estado",
"Don't clear" : "No borrar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Away" : "Ausente",
"Do not disturb" : "No molestar",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"There was an error saving the new status" : "Hubo un error al guardar el nuevo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas las notificaciones",
"Appear offline" : "Aparecer como desconectado",
"View profile" : "Ver perfil",
"{status}, {timestamp}" : "{estado}, {marca de tiempo}"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
@@ -0,0 +1,30 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Hiljutised staatused",
"In a meeting" : "Koosolekul",
"Out sick" : "Haige",
"Vacationing" : "Puhkusel",
"Working remotely" : "Kaugtööl",
"User status" : "Kasutaja staatus",
"Clear status after" : "Tühjenda staatus pärast",
"Emoji for your status message" : "Staatuse teate emoji",
"What is your status?" : "Mis on su staatus?",
"Predefined statuses" : "Eeldefineeritud staatused",
"Status message" : "Staatuse teade",
"Clear status message" : "Tühjenda staatuseteade",
"Don't clear" : "Ära tühjenda",
"Today" : "Täna",
"This week" : "Käesolev nädal",
"Online" : "Online",
"Away" : "Eemal",
"Do not disturb" : "Mitte segada",
"Invisible" : "Nähtamatu",
"Offline" : "Offline",
"30 minutes" : "30 minutit",
"1 hour" : "1 tund",
"4 hours" : "4 tundi",
"Mute all notifications" : "Vaigista kõik teavituse",
"View profile" : "Vaata profiili"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,28 @@
{ "translations": {
"Recent statuses" : "Hiljutised staatused",
"In a meeting" : "Koosolekul",
"Out sick" : "Haige",
"Vacationing" : "Puhkusel",
"Working remotely" : "Kaugtööl",
"User status" : "Kasutaja staatus",
"Clear status after" : "Tühjenda staatus pärast",
"Emoji for your status message" : "Staatuse teate emoji",
"What is your status?" : "Mis on su staatus?",
"Predefined statuses" : "Eeldefineeritud staatused",
"Status message" : "Staatuse teade",
"Clear status message" : "Tühjenda staatuseteade",
"Don't clear" : "Ära tühjenda",
"Today" : "Täna",
"This week" : "Käesolev nädal",
"Online" : "Online",
"Away" : "Eemal",
"Do not disturb" : "Mitte segada",
"Invisible" : "Nähtamatu",
"Offline" : "Offline",
"30 minutes" : "30 minutit",
"1 hour" : "1 tund",
"4 hours" : "4 tundi",
"Mute all notifications" : "Vaigista kõik teavituse",
"View profile" : "Vaata profiili"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Azken egoerak",
"No recent status changes" : "Azken egoera-aldaketarik ez",
"In a meeting" : "Bilera batean",
"Commuting" : "Lanerako bidean",
"Out sick" : "Gaixorik",
"Vacationing" : "Oporretan",
"Out of office" : "Bulegotik kanpo",
"Working remotely" : "Urrutitik lanean",
"In a call" : "Dei batean",
"User status" : "Erabiltzaile-egoera",
"Clear status after" : "Garbitu egoera honen ondoren",
"Emoji for your status message" : "Zure egoera-mezurako emojia",
"What is your status?" : "Zein da zure egoera?",
"Predefined statuses" : "Aurrez definitutako egoerak",
"Previously set" : "Lehendik ezarrita",
"Reset status" : "Berrezarri egoera",
"Set status" : "Ezarri egoera",
"Online status" : "Lineako egoera",
"Status message" : "Egoera-mezua",
"Your status was set automatically" : "Zure egoera automatikoki ezarriko dira",
"Clear status message" : "Garbitu egoera-mezua",
"Set status message" : "Ezarri egoera-mezua",
"Reset status to \"{icon} {message}\"" : "Berrezarri egoera \"{icon} {message}\"(e)ra",
"Reset status to \"{message}\"" : "Berrezarri egoera \"{message}\"(e)ra",
"Reset status to \"{icon}\"" : "Berrezarri egoera \"{icon}\"(e)ra",
"There was an error saving the status" : "Errore bat gertatu da egoera gordetzean",
"There was an error clearing the status" : "Errore bat gertatu da egoera garbitzean",
"There was an error reverting the status" : "Errore bat gertatu da egoera berrezartzean",
"Don't clear" : "Ez garbitu",
"Today" : "Gaur",
"This week" : "Aste honetan",
"Online" : "Linean",
"Away" : "Kanpoan",
"Do not disturb" : "Ez molestatu",
"Invisible" : "Ikusezina",
"Offline" : "Lineaz kanpo",
"There was an error saving the new status" : "Errore bat gertatu da egoera berria gordetzean",
"30 minutes" : "30 minutu",
"1 hour" : "Ordu 1",
"4 hours" : "4 ordu",
"Mute all notifications" : "Mututu jakinarazpen guztiak",
"Appear offline" : "Lineaz kanpo agertu",
"View profile" : "Ikusi profila",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Azken egoerak",
"No recent status changes" : "Azken egoera-aldaketarik ez",
"In a meeting" : "Bilera batean",
"Commuting" : "Lanerako bidean",
"Out sick" : "Gaixorik",
"Vacationing" : "Oporretan",
"Out of office" : "Bulegotik kanpo",
"Working remotely" : "Urrutitik lanean",
"In a call" : "Dei batean",
"User status" : "Erabiltzaile-egoera",
"Clear status after" : "Garbitu egoera honen ondoren",
"Emoji for your status message" : "Zure egoera-mezurako emojia",
"What is your status?" : "Zein da zure egoera?",
"Predefined statuses" : "Aurrez definitutako egoerak",
"Previously set" : "Lehendik ezarrita",
"Reset status" : "Berrezarri egoera",
"Set status" : "Ezarri egoera",
"Online status" : "Lineako egoera",
"Status message" : "Egoera-mezua",
"Your status was set automatically" : "Zure egoera automatikoki ezarriko dira",
"Clear status message" : "Garbitu egoera-mezua",
"Set status message" : "Ezarri egoera-mezua",
"Reset status to \"{icon} {message}\"" : "Berrezarri egoera \"{icon} {message}\"(e)ra",
"Reset status to \"{message}\"" : "Berrezarri egoera \"{message}\"(e)ra",
"Reset status to \"{icon}\"" : "Berrezarri egoera \"{icon}\"(e)ra",
"There was an error saving the status" : "Errore bat gertatu da egoera gordetzean",
"There was an error clearing the status" : "Errore bat gertatu da egoera garbitzean",
"There was an error reverting the status" : "Errore bat gertatu da egoera berrezartzean",
"Don't clear" : "Ez garbitu",
"Today" : "Gaur",
"This week" : "Aste honetan",
"Online" : "Linean",
"Away" : "Kanpoan",
"Do not disturb" : "Ez molestatu",
"Invisible" : "Ikusezina",
"Offline" : "Lineaz kanpo",
"There was an error saving the new status" : "Errore bat gertatu da egoera berria gordetzean",
"30 minutes" : "30 minutu",
"1 hour" : "Ordu 1",
"4 hours" : "4 ordu",
"Mute all notifications" : "Mututu jakinarazpen guztiak",
"Appear offline" : "Lineaz kanpo agertu",
"View profile" : "Ikusi profila",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "وضعیت های اخیر",
"No recent status changes" : "هیچ تغییر وضعیت جدیدی وجود ندارد",
"In a meeting" : "در جلسه",
"Commuting" : "در رفت و آمد",
"Out sick" : "مرخصی استعلاجی",
"Vacationing" : "تعطیلات",
"Out of office" : "بیرون از دفتر",
"Working remotely" : "دورکاری",
"In a call" : "در حال تماس تلفنی",
"User status" : "وضعبت کاربر",
"Clear status after" : "پاک کردن وضعیت بعدی",
"Emoji for your status message" : "Emoji for your status message",
"What is your status?" : "وضعیت شما چیست؟",
"Predefined statuses" : "Predefined statuses",
"Previously set" : "Previously set",
"Reset status" : "Reset status",
"Set status" : "تنظیم وضعیت",
"Online status" : "وضعیت آنلاین",
"Status message" : "پیغام وضعیت",
"Your status was set automatically" : "Your status was set automatically",
"Clear status message" : "پیام وضعیت را پاک کن",
"Set status message" : "تنظیم پیام وضعیت",
"Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Reset status to \"{message}\"",
"Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
"There was an error saving the status" : "مشکلی در ذخیره سازی وضعیت پیش آمده",
"There was an error clearing the status" : "مشکلی در پاک کردن وضعیت پیش آمده",
"There was an error reverting the status" : "There was an error reverting the status",
"Don't clear" : "پاک نکن",
"Today" : "امروز",
"This week" : "این هفته",
"Online" : "آنلاین",
"Away" : "بیرون",
"Do not disturb" : "مزاحم نشوید",
"Invisible" : "غیر قابل مشاهده",
"Offline" : "آفلاین",
"There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده",
"30 minutes" : "۳۰ دقیقه",
"1 hour" : "۱ ساعت",
"4 hours" : "۴ ساعت",
"Mute all notifications" : "خاموش کردن همه اعلانات",
"Appear offline" : "نمایش آفلاین",
"View profile" : "مشاهدهٔ نمایه",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n > 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "وضعیت های اخیر",
"No recent status changes" : "هیچ تغییر وضعیت جدیدی وجود ندارد",
"In a meeting" : "در جلسه",
"Commuting" : "در رفت و آمد",
"Out sick" : "مرخصی استعلاجی",
"Vacationing" : "تعطیلات",
"Out of office" : "بیرون از دفتر",
"Working remotely" : "دورکاری",
"In a call" : "در حال تماس تلفنی",
"User status" : "وضعبت کاربر",
"Clear status after" : "پاک کردن وضعیت بعدی",
"Emoji for your status message" : "Emoji for your status message",
"What is your status?" : "وضعیت شما چیست؟",
"Predefined statuses" : "Predefined statuses",
"Previously set" : "Previously set",
"Reset status" : "Reset status",
"Set status" : "تنظیم وضعیت",
"Online status" : "وضعیت آنلاین",
"Status message" : "پیغام وضعیت",
"Your status was set automatically" : "Your status was set automatically",
"Clear status message" : "پیام وضعیت را پاک کن",
"Set status message" : "تنظیم پیام وضعیت",
"Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Reset status to \"{message}\"",
"Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
"There was an error saving the status" : "مشکلی در ذخیره سازی وضعیت پیش آمده",
"There was an error clearing the status" : "مشکلی در پاک کردن وضعیت پیش آمده",
"There was an error reverting the status" : "There was an error reverting the status",
"Don't clear" : "پاک نکن",
"Today" : "امروز",
"This week" : "این هفته",
"Online" : "آنلاین",
"Away" : "بیرون",
"Do not disturb" : "مزاحم نشوید",
"Invisible" : "غیر قابل مشاهده",
"Offline" : "آفلاین",
"There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده",
"30 minutes" : "۳۰ دقیقه",
"1 hour" : "۱ ساعت",
"4 hours" : "۴ ساعت",
"Mute all notifications" : "خاموش کردن همه اعلانات",
"Appear offline" : "نمایش آفلاین",
"View profile" : "مشاهدهٔ نمایه",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Viimeisimmät tilatiedot",
"No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia",
"In a meeting" : "Tapaamisessa",
"Commuting" : "Työmatkalla",
"Out sick" : "Sairaana",
"Vacationing" : "Lomailemassa",
"Out of office" : "Ulkona toimistolta",
"Working remotely" : "Etätyössä",
"In a call" : "Puhelussa",
"User status" : "Käyttäjän tilatieto",
"Clear status after" : "Tyhjennä tilatieto",
"Emoji for your status message" : "Emoji tilaviestiisi",
"What is your status?" : "Mikä on tilatietosi?",
"Predefined statuses" : "Ennalta määritellyt tilatiedot",
"Previously set" : "Aiemmin asetettu",
"Reset status" : "Palauta tilatieto",
"Set status" : "Aseta tilatieto",
"Online status" : "Online-tila",
"Status message" : "Tilaviesti",
"Your status was set automatically" : "Tilatietosi asetettiin automaattisesti",
"Clear status message" : "Tyhjennä tilaviesti",
"Set status message" : "Aseta tilaviesti",
"Reset status to \"{icon} {message}\"" : "Palauta tilatiedoksi \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Palauta tilatiedoksi \"{message}\"",
"Reset status to \"{icon}\"" : "Palauta tilatiedoksi \"{icon}\"",
"There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe",
"There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe",
"There was an error reverting the status" : "Tilatietoa palauttaessa tapahtui virhe",
"Don't clear" : "Älä tyhjennä",
"Today" : "Tänään",
"This week" : "Tällä viikolla",
"Online" : "Paikalla",
"Away" : "Poissa",
"Do not disturb" : "Älä häiritse",
"Invisible" : "Näkymätön",
"Offline" : "Poissa",
"There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe",
"30 minutes" : "30 minuuttia",
"1 hour" : "1 tunti",
"4 hours" : "4 tuntia",
"Mute all notifications" : "Mykistä kaikki ilmoitukset",
"Appear offline" : "Näytä olevan poissa",
"View profile" : "Näytä profiili",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Viimeisimmät tilatiedot",
"No recent status changes" : "Ei viimeisimpiä tilatietomuutoksia",
"In a meeting" : "Tapaamisessa",
"Commuting" : "Työmatkalla",
"Out sick" : "Sairaana",
"Vacationing" : "Lomailemassa",
"Out of office" : "Ulkona toimistolta",
"Working remotely" : "Etätyössä",
"In a call" : "Puhelussa",
"User status" : "Käyttäjän tilatieto",
"Clear status after" : "Tyhjennä tilatieto",
"Emoji for your status message" : "Emoji tilaviestiisi",
"What is your status?" : "Mikä on tilatietosi?",
"Predefined statuses" : "Ennalta määritellyt tilatiedot",
"Previously set" : "Aiemmin asetettu",
"Reset status" : "Palauta tilatieto",
"Set status" : "Aseta tilatieto",
"Online status" : "Online-tila",
"Status message" : "Tilaviesti",
"Your status was set automatically" : "Tilatietosi asetettiin automaattisesti",
"Clear status message" : "Tyhjennä tilaviesti",
"Set status message" : "Aseta tilaviesti",
"Reset status to \"{icon} {message}\"" : "Palauta tilatiedoksi \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Palauta tilatiedoksi \"{message}\"",
"Reset status to \"{icon}\"" : "Palauta tilatiedoksi \"{icon}\"",
"There was an error saving the status" : "Tilatiedon tallentamisessa tapahtui virhe",
"There was an error clearing the status" : "Tilatietoa tyhjentäessä tapahtui virhe",
"There was an error reverting the status" : "Tilatietoa palauttaessa tapahtui virhe",
"Don't clear" : "Älä tyhjennä",
"Today" : "Tänään",
"This week" : "Tällä viikolla",
"Online" : "Paikalla",
"Away" : "Poissa",
"Do not disturb" : "Älä häiritse",
"Invisible" : "Näkymätön",
"Offline" : "Poissa",
"There was an error saving the new status" : "Uuden tilatiedon tallentamisessa tapahtui virhe",
"30 minutes" : "30 minuuttia",
"1 hour" : "1 tunti",
"4 hours" : "4 tuntia",
"Mute all notifications" : "Mykistä kaikki ilmoitukset",
"Appear offline" : "Näytä olevan poissa",
"View profile" : "Näytä profiili",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Statuts récents",
"No recent status changes" : "Aucun changement de statut récent",
"In a meeting" : "En réunion",
"Commuting" : "Trajet",
"Out sick" : "En congé de maladie",
"Vacationing" : "En vacances",
"Out of office" : "Absent du bureau",
"Working remotely" : "Travail à distance",
"In a call" : "En communication",
"User status" : "Statut utilisateur",
"Clear status after" : "Effacer l'état après",
"Emoji for your status message" : "Emoji pour votre message de statut",
"What is your status?" : "Quel est votre statut ?",
"Predefined statuses" : "Statuts prédéfinis",
"Previously set" : "Précédemment défini",
"Reset status" : "Réinitialiser l'état",
"Set status" : "Définir le statut",
"Online status" : "Statut en ligne",
"Status message" : "Message d'état",
"Your status was set automatically" : "Votre état a été automatiquement défini",
"Clear status message" : "Effacer le message d'état",
"Set status message" : "Enregistrer le message d'état",
"Reset status to \"{icon} {message}\"" : "Réinitialiser l'état en \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Réinitialiser l'état en \"{message}\"",
"Reset status to \"{icon}\"" : "Réinitialiser l'état en \"{icon}\"",
"There was an error saving the status" : "Une erreur s'est produite lors de l'enregistrement de l'état",
"There was an error clearing the status" : "Une erreur s'est produite lors de l'effacement de l'état",
"There was an error reverting the status" : "Une erreur est survenue dans le rétablissement d'état",
"Don't clear" : "Ne pas effacer",
"Today" : "Aujourd'hui",
"This week" : "Cette semaine",
"Online" : "En ligne",
"Away" : "Absent(e)",
"Do not disturb" : "Ne pas déranger",
"Invisible" : "Invisible",
"Offline" : "Hors-ligne",
"There was an error saving the new status" : "Une erreur s'est produite lors de l'enregistrement du nouveau statut",
"30 minutes" : "30 minutes",
"1 hour" : "1 heure",
"4 hours" : "4 heures",
"Mute all notifications" : "Désactiver les notifications",
"Appear offline" : "Apparaitre hors-ligne",
"View profile" : "Voir le profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Statuts récents",
"No recent status changes" : "Aucun changement de statut récent",
"In a meeting" : "En réunion",
"Commuting" : "Trajet",
"Out sick" : "En congé de maladie",
"Vacationing" : "En vacances",
"Out of office" : "Absent du bureau",
"Working remotely" : "Travail à distance",
"In a call" : "En communication",
"User status" : "Statut utilisateur",
"Clear status after" : "Effacer l'état après",
"Emoji for your status message" : "Emoji pour votre message de statut",
"What is your status?" : "Quel est votre statut ?",
"Predefined statuses" : "Statuts prédéfinis",
"Previously set" : "Précédemment défini",
"Reset status" : "Réinitialiser l'état",
"Set status" : "Définir le statut",
"Online status" : "Statut en ligne",
"Status message" : "Message d'état",
"Your status was set automatically" : "Votre état a été automatiquement défini",
"Clear status message" : "Effacer le message d'état",
"Set status message" : "Enregistrer le message d'état",
"Reset status to \"{icon} {message}\"" : "Réinitialiser l'état en \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Réinitialiser l'état en \"{message}\"",
"Reset status to \"{icon}\"" : "Réinitialiser l'état en \"{icon}\"",
"There was an error saving the status" : "Une erreur s'est produite lors de l'enregistrement de l'état",
"There was an error clearing the status" : "Une erreur s'est produite lors de l'effacement de l'état",
"There was an error reverting the status" : "Une erreur est survenue dans le rétablissement d'état",
"Don't clear" : "Ne pas effacer",
"Today" : "Aujourd'hui",
"This week" : "Cette semaine",
"Online" : "En ligne",
"Away" : "Absent(e)",
"Do not disturb" : "Ne pas déranger",
"Invisible" : "Invisible",
"Offline" : "Hors-ligne",
"There was an error saving the new status" : "Une erreur s'est produite lors de l'enregistrement du nouveau statut",
"30 minutes" : "30 minutes",
"1 hour" : "1 heure",
"4 hours" : "4 heures",
"Mute all notifications" : "Désactiver les notifications",
"Appear offline" : "Apparaitre hors-ligne",
"View profile" : "Voir le profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recentes",
"No recent status changes" : "Non hai cambios de estado recentes",
"In a meeting" : "Nunha xuntanza",
"Commuting" : "De casa ao traballo ou ao revés",
"Out sick" : "Enfermo",
"Vacationing" : "De vacacións",
"Out of office" : "Fóra da oficina",
"Working remotely" : "Traballando en remoto",
"In a call" : "Nunha chamada",
"User status" : "Estado do usuario",
"Clear status after" : "Limpar o estado após",
"Emoji for your status message" : "«Emoji» para a súa mensaxe de estado",
"What is your status?" : "Cal é o seu estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Estabelecido previamente",
"Reset status" : "Restabelecer o estado",
"Set status" : "Estabelecer o estado",
"Online status" : "Estado en liña",
"Status message" : "Mensaxe de estado",
"Your status was set automatically" : "O seu estado foi estabelecido automaticamente",
"Clear status message" : "Limpar a mensaxe de estado",
"Set status message" : "Estabelecer a mensaxe de estado",
"Reset status to \"{icon} {message}\"" : "Restabelecer o estado a «{icon} {message}»",
"Reset status to \"{message}\"" : "Restabelecer o estado a «{message}»",
"Reset status to \"{icon}\"" : "Restabelecer o estado a «{icon}»",
"There was an error saving the status" : "Produciuse un erro ao gardar o estado",
"There was an error clearing the status" : "Produciuse un erro ao limpar o estado",
"There was an error reverting the status" : "Produciuse un erro ao reverter o estado",
"Don't clear" : "Non limpar",
"Today" : "Hoxe",
"This week" : "Esta semana",
"Online" : "En liña",
"Away" : "Ausente",
"Do not disturb" : "Non molestar",
"Invisible" : "Invisíbel",
"Offline" : "Sen conexión",
"There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas as notificacións",
"Appear offline" : "Aparece coma sen conexión",
"View profile" : "Ver o perfil",
"{status}, {timestamp}" : "{status} ás {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Estados recentes",
"No recent status changes" : "Non hai cambios de estado recentes",
"In a meeting" : "Nunha xuntanza",
"Commuting" : "De casa ao traballo ou ao revés",
"Out sick" : "Enfermo",
"Vacationing" : "De vacacións",
"Out of office" : "Fóra da oficina",
"Working remotely" : "Traballando en remoto",
"In a call" : "Nunha chamada",
"User status" : "Estado do usuario",
"Clear status after" : "Limpar o estado após",
"Emoji for your status message" : "«Emoji» para a súa mensaxe de estado",
"What is your status?" : "Cal é o seu estado?",
"Predefined statuses" : "Estados predefinidos",
"Previously set" : "Estabelecido previamente",
"Reset status" : "Restabelecer o estado",
"Set status" : "Estabelecer o estado",
"Online status" : "Estado en liña",
"Status message" : "Mensaxe de estado",
"Your status was set automatically" : "O seu estado foi estabelecido automaticamente",
"Clear status message" : "Limpar a mensaxe de estado",
"Set status message" : "Estabelecer a mensaxe de estado",
"Reset status to \"{icon} {message}\"" : "Restabelecer o estado a «{icon} {message}»",
"Reset status to \"{message}\"" : "Restabelecer o estado a «{message}»",
"Reset status to \"{icon}\"" : "Restabelecer o estado a «{icon}»",
"There was an error saving the status" : "Produciuse un erro ao gardar o estado",
"There was an error clearing the status" : "Produciuse un erro ao limpar o estado",
"There was an error reverting the status" : "Produciuse un erro ao reverter o estado",
"Don't clear" : "Non limpar",
"Today" : "Hoxe",
"This week" : "Esta semana",
"Online" : "En liña",
"Away" : "Ausente",
"Do not disturb" : "Non molestar",
"Invisible" : "Invisíbel",
"Offline" : "Sen conexión",
"There was an error saving the new status" : "Produciuse un erro ao gardar o novo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas as notificacións",
"Appear offline" : "Aparece coma sen conexión",
"View profile" : "Ver o perfil",
"{status}, {timestamp}" : "{status} ás {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+38
View File
@@ -0,0 +1,38 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "מצבים אחרונים",
"No recent status changes" : "אין שינויים אחרונים למצב",
"In a meeting" : "בפגישה",
"Commuting" : "בדרכים",
"Out sick" : "בחופשת מחלה",
"Vacationing" : "בחופש",
"Out of office" : "מחוץ למשרד",
"Working remotely" : "בעבודה מרחוק",
"User status" : "מצב משתמש",
"Clear status after" : "לפנות את המצב לאחר",
"What is your status?" : "מה המצב שלך?",
"Set status" : "הגדרת מצב",
"Online status" : "מצב מקוון",
"Status message" : "הודעת מצב",
"Clear status message" : "פינוי הודעת המצב",
"Set status message" : "הגדרת הודעת מצב",
"There was an error saving the status" : "אירעה שגיאה בשמירת המצב",
"There was an error clearing the status" : "אירעה שגיאה בפינוי המצב",
"Don't clear" : "לא לפנות",
"Today" : "היום",
"This week" : "השבוע",
"Online" : "מקוון",
"Away" : "לא פה",
"Do not disturb" : "לא להפריע",
"Invisible" : "נסתרת",
"Offline" : "בלתי מקוון",
"There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש",
"30 minutes" : "30 דקות",
"1 hour" : "שעה",
"4 hours" : "4 שעות",
"Mute all notifications" : "השתקת כל ההתראות",
"Appear offline" : "להופיע במצב בלתי מקוון",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
@@ -0,0 +1,36 @@
{ "translations": {
"Recent statuses" : "מצבים אחרונים",
"No recent status changes" : "אין שינויים אחרונים למצב",
"In a meeting" : "בפגישה",
"Commuting" : "בדרכים",
"Out sick" : "בחופשת מחלה",
"Vacationing" : "בחופש",
"Out of office" : "מחוץ למשרד",
"Working remotely" : "בעבודה מרחוק",
"User status" : "מצב משתמש",
"Clear status after" : "לפנות את המצב לאחר",
"What is your status?" : "מה המצב שלך?",
"Set status" : "הגדרת מצב",
"Online status" : "מצב מקוון",
"Status message" : "הודעת מצב",
"Clear status message" : "פינוי הודעת המצב",
"Set status message" : "הגדרת הודעת מצב",
"There was an error saving the status" : "אירעה שגיאה בשמירת המצב",
"There was an error clearing the status" : "אירעה שגיאה בפינוי המצב",
"Don't clear" : "לא לפנות",
"Today" : "היום",
"This week" : "השבוע",
"Online" : "מקוון",
"Away" : "לא פה",
"Do not disturb" : "לא להפריע",
"Invisible" : "נסתרת",
"Offline" : "בלתי מקוון",
"There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש",
"30 minutes" : "30 דקות",
"1 hour" : "שעה",
"4 hours" : "4 שעות",
"Mute all notifications" : "השתקת כל ההתראות",
"Appear offline" : "להופיע במצב בלתי מקוון",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nedavni statusi",
"No recent status changes" : "Nema nedavnih promjena statusa",
"In a meeting" : "Na sastanku",
"Commuting" : "Na putu",
"Out sick" : "Na bolovanju",
"Vacationing" : "Na odmoru",
"Out of office" : "Izvan ureda",
"Working remotely" : "Rad na daljinu",
"In a call" : "U pozivu",
"User status" : "Status korisnika",
"Clear status after" : "Izbriši status nakon",
"What is your status?" : "Koji je vaš status?",
"Set status" : "Postavi status",
"Online status" : "Status na mreži",
"Status message" : "Poruka statusa",
"Clear status message" : "Izbriši poruku statusa",
"Set status message" : "Postavi poruku statusa",
"There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa",
"There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa",
"Don't clear" : "Ne briši",
"Today" : "Danas",
"This week" : "Ovaj tjedan",
"Online" : "Na mreži",
"Away" : "Odsutan",
"Do not disturb" : "Ne ometaj",
"Invisible" : "Nevidljiva",
"Offline" : "Izvanmrežno",
"There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa",
"30 minutes" : "30 minuta",
"1 hour" : "1 sat",
"4 hours" : "4 sata",
"Mute all notifications" : "Utišaj sve obavijesti",
"Appear offline" : "Prikaži izvanmrežno",
"View profile" : "Prikaži profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Nedavni statusi",
"No recent status changes" : "Nema nedavnih promjena statusa",
"In a meeting" : "Na sastanku",
"Commuting" : "Na putu",
"Out sick" : "Na bolovanju",
"Vacationing" : "Na odmoru",
"Out of office" : "Izvan ureda",
"Working remotely" : "Rad na daljinu",
"In a call" : "U pozivu",
"User status" : "Status korisnika",
"Clear status after" : "Izbriši status nakon",
"What is your status?" : "Koji je vaš status?",
"Set status" : "Postavi status",
"Online status" : "Status na mreži",
"Status message" : "Poruka statusa",
"Clear status message" : "Izbriši poruku statusa",
"Set status message" : "Postavi poruku statusa",
"There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa",
"There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa",
"Don't clear" : "Ne briši",
"Today" : "Danas",
"This week" : "Ovaj tjedan",
"Online" : "Na mreži",
"Away" : "Odsutan",
"Do not disturb" : "Ne ometaj",
"Invisible" : "Nevidljiva",
"Offline" : "Izvanmrežno",
"There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa",
"30 minutes" : "30 minuta",
"1 hour" : "1 sat",
"4 hours" : "4 sata",
"Mute all notifications" : "Utišaj sve obavijesti",
"Appear offline" : "Prikaži izvanmrežno",
"View profile" : "Prikaži profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Legutóbbi állapotok",
"No recent status changes" : "Nincsenek legutóbbi állapotváltozások",
"In a meeting" : "Találkozón",
"Commuting" : "Ingázás",
"Out sick" : "Betegszabadságon",
"Vacationing" : "Szabadságon",
"Out of office" : "Irodán kívül",
"Working remotely" : "Távoli munkavégzés",
"In a call" : "Hívásban",
"User status" : "Felhasználói állapot",
"Clear status after" : "Állapot törlése ennyi idő után",
"Emoji for your status message" : "Emodzsi az állapotüzenetéhez",
"What is your status?" : "Mi az állapota?",
"Predefined statuses" : "Előre meghatározott állapotok",
"Previously set" : "Előzőleg beállított",
"Reset status" : "Állapot visszaállítása",
"Set status" : "Állapot beállítása",
"Online status" : "Elérhető állapot",
"Status message" : "Állapotüzenet",
"Your status was set automatically" : "Az állapota automatikusan lett beállítva",
"Clear status message" : "Állapotüzenet törlése",
"Set status message" : "Állapotüzenet beállítása",
"Reset status to \"{icon} {message}\"" : "Állapot visszaállítása erre: „{icon} {message}”",
"Reset status to \"{message}\"" : "Állapot visszaállítása erre: „{message}”",
"Reset status to \"{icon}\"" : "Állapot visszaállítása erre: „{icon}”",
"There was an error saving the status" : "Hiba történt az állapot mentése során",
"There was an error clearing the status" : "Hiba történt az állapot törlése sorá",
"There was an error reverting the status" : "Hiba történt az állapot visszaállítása során",
"Don't clear" : "Ne törölje",
"Today" : "Ma",
"This week" : "Ezen a héten",
"Online" : "Elérhető",
"Away" : "Távol",
"Do not disturb" : "Ne zavarjanak",
"Invisible" : "Láthatatlan",
"Offline" : "Nem kapcsolódott",
"There was an error saving the new status" : "Hiba történt az új állapot mentése sorá",
"30 minutes" : "30 perc",
"1 hour" : "1 óra",
"4 hours" : "4 óra",
"Mute all notifications" : "Összes értesítés némítása",
"Appear offline" : "Megjelenés nem kapcsolódottként",
"View profile" : "Profil megtekintése",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Legutóbbi állapotok",
"No recent status changes" : "Nincsenek legutóbbi állapotváltozások",
"In a meeting" : "Találkozón",
"Commuting" : "Ingázás",
"Out sick" : "Betegszabadságon",
"Vacationing" : "Szabadságon",
"Out of office" : "Irodán kívül",
"Working remotely" : "Távoli munkavégzés",
"In a call" : "Hívásban",
"User status" : "Felhasználói állapot",
"Clear status after" : "Állapot törlése ennyi idő után",
"Emoji for your status message" : "Emodzsi az állapotüzenetéhez",
"What is your status?" : "Mi az állapota?",
"Predefined statuses" : "Előre meghatározott állapotok",
"Previously set" : "Előzőleg beállított",
"Reset status" : "Állapot visszaállítása",
"Set status" : "Állapot beállítása",
"Online status" : "Elérhető állapot",
"Status message" : "Állapotüzenet",
"Your status was set automatically" : "Az állapota automatikusan lett beállítva",
"Clear status message" : "Állapotüzenet törlése",
"Set status message" : "Állapotüzenet beállítása",
"Reset status to \"{icon} {message}\"" : "Állapot visszaállítása erre: „{icon} {message}”",
"Reset status to \"{message}\"" : "Állapot visszaállítása erre: „{message}”",
"Reset status to \"{icon}\"" : "Állapot visszaállítása erre: „{icon}”",
"There was an error saving the status" : "Hiba történt az állapot mentése során",
"There was an error clearing the status" : "Hiba történt az állapot törlése sorá",
"There was an error reverting the status" : "Hiba történt az állapot visszaállítása során",
"Don't clear" : "Ne törölje",
"Today" : "Ma",
"This week" : "Ezen a héten",
"Online" : "Elérhető",
"Away" : "Távol",
"Do not disturb" : "Ne zavarjanak",
"Invisible" : "Láthatatlan",
"Offline" : "Nem kapcsolódott",
"There was an error saving the new status" : "Hiba történt az új állapot mentése sorá",
"30 minutes" : "30 perc",
"1 hour" : "1 óra",
"4 hours" : "4 óra",
"Mute all notifications" : "Összes értesítés némítása",
"Appear offline" : "Megjelenés nem kapcsolódottként",
"View profile" : "Profil megtekintése",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nýlegar stöður",
"No recent status changes" : "Engar nýlegar breytingar á stöðu",
"In a meeting" : "Á fundi",
"Commuting" : "Á ferðinni",
"Out sick" : "Veikindi",
"Vacationing" : "Í fríi",
"Out of office" : "Ekki á staðnum",
"Working remotely" : "Fjarvinna",
"In a call" : "Er í símtali",
"User status" : "Staða notanda",
"Clear status after" : "Hreinsa stöðu eftir",
"Emoji for your status message" : "Tákn fyrir stöðufærsluna þína",
"What is your status?" : "Hver er staðan á þér?",
"Predefined statuses" : "Forákvarðaðar stöður",
"Previously set" : "Áður stillt",
"Reset status" : "Endurstilla stöðu",
"Set status" : "Setja stöðu",
"Online status" : "Staða á netinu",
"Status message" : "Stöðuskilaboð",
"Your status was set automatically" : "Staðan þín var stillt sjálfvirkt",
"Clear status message" : "Hreinsa stöðuskilaboð",
"Set status message" : "Setja stöðuskilaboð",
"Reset status to \"{icon} {message}\"" : "Endurstilla stöðu sem \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Endurstilla stöðu sem \"{message}\"",
"Reset status to \"{icon}\"" : "Endurstilla stöðu sem \"{icon}\"",
"There was an error saving the status" : "Það kom upp villa við að vista stöðuna",
"There was an error clearing the status" : "Það kom upp villa við að hreinsa stöðuna",
"There was an error reverting the status" : "Það kom upp villa við að afturkalla stöðuna",
"Don't clear" : "Ekki hreinsa",
"Today" : "Í dag",
"This week" : "Í þessari viku",
"Online" : "Á netinu",
"Away" : "Fjarverandi",
"Do not disturb" : "Ónáðið ekki",
"Invisible" : "Ósýnilegt",
"Offline" : "Ótengdur neti",
"There was an error saving the new status" : "Það kom upp villa við að vista nýju stöðuna",
"30 minutes" : "30 mínútur",
"1 hour" : "1 klukkustund",
"4 hours" : "4 klukkustundir",
"Mute all notifications" : "Þagga allar tilkynningar",
"Appear offline" : "Birtast ótengt",
"View profile" : "Skoða notandasnið",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Nýlegar stöður",
"No recent status changes" : "Engar nýlegar breytingar á stöðu",
"In a meeting" : "Á fundi",
"Commuting" : "Á ferðinni",
"Out sick" : "Veikindi",
"Vacationing" : "Í fríi",
"Out of office" : "Ekki á staðnum",
"Working remotely" : "Fjarvinna",
"In a call" : "Er í símtali",
"User status" : "Staða notanda",
"Clear status after" : "Hreinsa stöðu eftir",
"Emoji for your status message" : "Tákn fyrir stöðufærsluna þína",
"What is your status?" : "Hver er staðan á þér?",
"Predefined statuses" : "Forákvarðaðar stöður",
"Previously set" : "Áður stillt",
"Reset status" : "Endurstilla stöðu",
"Set status" : "Setja stöðu",
"Online status" : "Staða á netinu",
"Status message" : "Stöðuskilaboð",
"Your status was set automatically" : "Staðan þín var stillt sjálfvirkt",
"Clear status message" : "Hreinsa stöðuskilaboð",
"Set status message" : "Setja stöðuskilaboð",
"Reset status to \"{icon} {message}\"" : "Endurstilla stöðu sem \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Endurstilla stöðu sem \"{message}\"",
"Reset status to \"{icon}\"" : "Endurstilla stöðu sem \"{icon}\"",
"There was an error saving the status" : "Það kom upp villa við að vista stöðuna",
"There was an error clearing the status" : "Það kom upp villa við að hreinsa stöðuna",
"There was an error reverting the status" : "Það kom upp villa við að afturkalla stöðuna",
"Don't clear" : "Ekki hreinsa",
"Today" : "Í dag",
"This week" : "Í þessari viku",
"Online" : "Á netinu",
"Away" : "Fjarverandi",
"Do not disturb" : "Ónáðið ekki",
"Invisible" : "Ósýnilegt",
"Offline" : "Ótengdur neti",
"There was an error saving the new status" : "Það kom upp villa við að vista nýju stöðuna",
"30 minutes" : "30 mínútur",
"1 hour" : "1 klukkustund",
"4 hours" : "4 klukkustundir",
"Mute all notifications" : "Þagga allar tilkynningar",
"Appear offline" : "Birtast ótengt",
"View profile" : "Skoða notandasnið",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Stati recenti",
"No recent status changes" : "Nessun cambio di stato recente",
"In a meeting" : "In una riunione",
"Commuting" : "Pendolare",
"Out sick" : "In malattia",
"Vacationing" : "In vacanza",
"Out of office" : "Fuori sede",
"Working remotely" : "Lavoro da remoto",
"In a call" : "In una chiamata",
"User status" : "Stato utente",
"Clear status after" : "Togli lo stato dopo",
"Emoji for your status message" : "Emoji per il tuo messaggio di stato",
"What is your status?" : "Qual è il tuo stato?",
"Predefined statuses" : "Stati predefiniti",
"Previously set" : "Impostato in precedenza",
"Reset status" : "Ripristina stato",
"Set status" : "Imposta stato",
"Online status" : "Stato in linea",
"Status message" : "Messaggio di stato",
"Your status was set automatically" : "Stato impostato automaticamente",
"Clear status message" : "Cancella il messaggio di stato",
"Set status message" : "Imposta messaggio di stato",
"Reset status to \"{icon} {message}\"" : "Ripristina stato a \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Ripristina stato a \"{message}\"",
"Reset status to \"{icon}\"" : "Ripristina stato a \"{icon}\"",
"There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato",
"There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato",
"There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato",
"Don't clear" : "Non togliere",
"Today" : "Oggi",
"This week" : "Questa settimana",
"Online" : "In linea",
"Away" : "Assente",
"Do not disturb" : "Non disturbare",
"Invisible" : "Invisibile",
"Offline" : "Non in linea",
"There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato",
"30 minutes" : "30 minuti",
"1 hour" : "1 ora",
"4 hours" : "4 ore",
"Mute all notifications" : "Silenzia tutte le notifiche",
"Appear offline" : "Mostrati non in linea",
"View profile" : "Vedi profilo",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Stati recenti",
"No recent status changes" : "Nessun cambio di stato recente",
"In a meeting" : "In una riunione",
"Commuting" : "Pendolare",
"Out sick" : "In malattia",
"Vacationing" : "In vacanza",
"Out of office" : "Fuori sede",
"Working remotely" : "Lavoro da remoto",
"In a call" : "In una chiamata",
"User status" : "Stato utente",
"Clear status after" : "Togli lo stato dopo",
"Emoji for your status message" : "Emoji per il tuo messaggio di stato",
"What is your status?" : "Qual è il tuo stato?",
"Predefined statuses" : "Stati predefiniti",
"Previously set" : "Impostato in precedenza",
"Reset status" : "Ripristina stato",
"Set status" : "Imposta stato",
"Online status" : "Stato in linea",
"Status message" : "Messaggio di stato",
"Your status was set automatically" : "Stato impostato automaticamente",
"Clear status message" : "Cancella il messaggio di stato",
"Set status message" : "Imposta messaggio di stato",
"Reset status to \"{icon} {message}\"" : "Ripristina stato a \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Ripristina stato a \"{message}\"",
"Reset status to \"{icon}\"" : "Ripristina stato a \"{icon}\"",
"There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato",
"There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato",
"There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato",
"Don't clear" : "Non togliere",
"Today" : "Oggi",
"This week" : "Questa settimana",
"Online" : "In linea",
"Away" : "Assente",
"Do not disturb" : "Non disturbare",
"Invisible" : "Invisibile",
"Offline" : "Non in linea",
"There was an error saving the new status" : "Si è verificato un errore durante il salvataggio del nuovo stato",
"30 minutes" : "30 minuti",
"1 hour" : "1 ora",
"4 hours" : "4 ore",
"Mute all notifications" : "Silenzia tutte le notifiche",
"Appear offline" : "Mostrati non in linea",
"View profile" : "Vedi profilo",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "最近のステータス",
"No recent status changes" : "最近のステータスの変更はありません",
"In a meeting" : "会議中",
"Commuting" : "通勤中",
"Out sick" : "体調不良",
"Vacationing" : "休暇",
"Out of office" : "オフィス外",
"Working remotely" : "リモートワーク中",
"In a call" : "通話中",
"User status" : "ユーザーステータス",
"Clear status after" : "ステータスの有効期限",
"Emoji for your status message" : "あなたのステータスメッセージに絵文字を",
"What is your status?" : "現在のオンラインステータスは?",
"Predefined statuses" : "事前定義されたステータス",
"Previously set" : "以前の設定",
"Reset status" : "ステータスをリセット",
"Set status" : "ステータスを設定",
"Online status" : "オンラインステータス",
"Status message" : "状態メッセージ",
"Your status was set automatically" : "あなたのステータスは自動的に設定されました",
"Clear status message" : "ステータスメッセージを消去",
"Set status message" : "ステータスメッセージを設定",
"Reset status to \"{icon} {message}\"" : "ステータスを \"{icon} {message}\" にリセット",
"Reset status to \"{message}\"" : "ステータスを \"{message}\" にリセット",
"Reset status to \"{icon}\"" : "ステータスを \"{icon}\" にリセット",
"There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
"There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
"There was an error reverting the status" : "ステータスを戻す際にエラーが発生しました",
"Don't clear" : "消去しない",
"Today" : "今日",
"This week" : "今週",
"Online" : "オンライン",
"Away" : "離席中",
"Do not disturb" : "取り込み中",
"Invisible" : "ステータスを隠す",
"Offline" : "オフライン",
"There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
"30 minutes" : "30分",
"1 hour" : "1時間",
"4 hours" : "4時間",
"Mute all notifications" : "全ての通知をミュート",
"Appear offline" : "オフライン",
"View profile" : "プロフィールを表示",
"{status}, {timestamp}" : "{status}、{timestamp}"
},
"nplurals=1; plural=0;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "最近のステータス",
"No recent status changes" : "最近のステータスの変更はありません",
"In a meeting" : "会議中",
"Commuting" : "通勤中",
"Out sick" : "体調不良",
"Vacationing" : "休暇",
"Out of office" : "オフィス外",
"Working remotely" : "リモートワーク中",
"In a call" : "通話中",
"User status" : "ユーザーステータス",
"Clear status after" : "ステータスの有効期限",
"Emoji for your status message" : "あなたのステータスメッセージに絵文字を",
"What is your status?" : "現在のオンラインステータスは?",
"Predefined statuses" : "事前定義されたステータス",
"Previously set" : "以前の設定",
"Reset status" : "ステータスをリセット",
"Set status" : "ステータスを設定",
"Online status" : "オンラインステータス",
"Status message" : "状態メッセージ",
"Your status was set automatically" : "あなたのステータスは自動的に設定されました",
"Clear status message" : "ステータスメッセージを消去",
"Set status message" : "ステータスメッセージを設定",
"Reset status to \"{icon} {message}\"" : "ステータスを \"{icon} {message}\" にリセット",
"Reset status to \"{message}\"" : "ステータスを \"{message}\" にリセット",
"Reset status to \"{icon}\"" : "ステータスを \"{icon}\" にリセット",
"There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
"There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
"There was an error reverting the status" : "ステータスを戻す際にエラーが発生しました",
"Don't clear" : "消去しない",
"Today" : "今日",
"This week" : "今週",
"Online" : "オンライン",
"Away" : "離席中",
"Do not disturb" : "取り込み中",
"Invisible" : "ステータスを隠す",
"Offline" : "オフライン",
"There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
"30 minutes" : "30分",
"1 hour" : "1時間",
"4 hours" : "4時間",
"Mute all notifications" : "全ての通知をミュート",
"Appear offline" : "オフライン",
"View profile" : "プロフィールを表示",
"{status}, {timestamp}" : "{status}、{timestamp}"
},"pluralForm" :"nplurals=1; plural=0;"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "최근 상태",
"No recent status changes" : "최근 상태 변경 없음",
"In a meeting" : "회의 중",
"Commuting" : "이동 중",
"Out sick" : "병가",
"Vacationing" : "휴가 중",
"Out of office" : "자리에 없음",
"Working remotely" : "원격 근무 중",
"In a call" : "통화중",
"User status" : "사용자 상태",
"Clear status after" : "상태 메시지 지우기 예약",
"What is your status?" : "당신의 상태는?",
"Set status" : "상태 설정",
"Online status" : "접속 상태",
"Status message" : "상태 메시지",
"Clear status message" : "상태 메시지 지움",
"Set status message" : "상태 메시지 설정",
"There was an error saving the status" : "상태 저장에 오류가 발생했습니다.",
"There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.",
"Don't clear" : "지우지 않음",
"Today" : "오늘",
"This week" : "이번 주",
"Online" : "접속 중",
"Away" : "자리 비움",
"Do not disturb" : "방해 금지",
"Invisible" : "숨겨짐",
"Offline" : "오프라인",
"There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.",
"30 minutes" : "30 분",
"1 hour" : "한 시간",
"4 hours" : "4 시간",
"Mute all notifications" : "모든 알림을 음소거",
"Appear offline" : "접속 안함으로 표시",
"View profile" : "프로필 보기",
"{status}, {timestamp}" : "{status},{timestamp}"
},
"nplurals=1; plural=0;");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "최근 상태",
"No recent status changes" : "최근 상태 변경 없음",
"In a meeting" : "회의 중",
"Commuting" : "이동 중",
"Out sick" : "병가",
"Vacationing" : "휴가 중",
"Out of office" : "자리에 없음",
"Working remotely" : "원격 근무 중",
"In a call" : "통화중",
"User status" : "사용자 상태",
"Clear status after" : "상태 메시지 지우기 예약",
"What is your status?" : "당신의 상태는?",
"Set status" : "상태 설정",
"Online status" : "접속 상태",
"Status message" : "상태 메시지",
"Clear status message" : "상태 메시지 지움",
"Set status message" : "상태 메시지 설정",
"There was an error saving the status" : "상태 저장에 오류가 발생했습니다.",
"There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.",
"Don't clear" : "지우지 않음",
"Today" : "오늘",
"This week" : "이번 주",
"Online" : "접속 중",
"Away" : "자리 비움",
"Do not disturb" : "방해 금지",
"Invisible" : "숨겨짐",
"Offline" : "오프라인",
"There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.",
"30 minutes" : "30 분",
"1 hour" : "한 시간",
"4 hours" : "4 시간",
"Mute all notifications" : "모든 알림을 음소거",
"Appear offline" : "접속 안함으로 표시",
"View profile" : "프로필 보기",
"{status}, {timestamp}" : "{status},{timestamp}"
},"pluralForm" :"nplurals=1; plural=0;"
}
+24
View File
@@ -0,0 +1,24 @@
OC.L10N.register(
"user_status",
{
"Set status" : "ຕັ້ງຄ່າສະຖານະພາບ",
"Online status" : "ສະຖານະພາບອອນລາຍ",
"Status message" : "ສະຖານະຂໍ້ຄວາມ",
"Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ",
"Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ",
"Away" : "ອອກໄປ",
"Do not disturb" : "ຫ້າມລົບກວນ",
"Don't clear" : "ບໍ່ຈະແຈ້ງ",
"Today" : "ມື້ນີ້",
"This week" : "ທິດນີ້",
"Online" : "ອອນລາຍ",
"Invisible" : "ເບິ່ງບໍ່ເຫັນ",
"Offline" : "ອັອບລາຍ",
"30 minutes" : "30 ນາທີ",
"1 hour" : "1 ຊົ່ວໂມງ",
"4 hours" : "4 ຊົ່ວໂມງ",
"Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ",
"Appear offline" : "ເປີດອັອບລາຍ",
"Clear status message after" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມພາຍຫຼັງ"
},
"nplurals=1; plural=0;");
@@ -0,0 +1,22 @@
{ "translations": {
"Set status" : "ຕັ້ງຄ່າສະຖານະພາບ",
"Online status" : "ສະຖານະພາບອອນລາຍ",
"Status message" : "ສະຖານະຂໍ້ຄວາມ",
"Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ",
"Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ",
"Away" : "ອອກໄປ",
"Do not disturb" : "ຫ້າມລົບກວນ",
"Don't clear" : "ບໍ່ຈະແຈ້ງ",
"Today" : "ມື້ນີ້",
"This week" : "ທິດນີ້",
"Online" : "ອອນລາຍ",
"Invisible" : "ເບິ່ງບໍ່ເຫັນ",
"Offline" : "ອັອບລາຍ",
"30 minutes" : "30 ນາທີ",
"1 hour" : "1 ຊົ່ວໂມງ",
"4 hours" : "4 ຊົ່ວໂມງ",
"Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ",
"Appear offline" : "ເປີດອັອບລາຍ",
"Clear status message after" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມພາຍຫຼັງ"
},"pluralForm" :"nplurals=1; plural=0;"
}
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Paskiausios būsenos",
"No recent status changes" : "Jokių paskiausių būsenos pasikeitimų",
"In a meeting" : "Susitikime",
"Commuting" : "Važinėju",
"Out sick" : "Sergu",
"Vacationing" : "Poilsiauju",
"Out of office" : "Ne darbo vietoje",
"Working remotely" : "Dirbu nuotoliniu būdu",
"In a call" : "Dalyvauju skambutyje",
"User status" : "Naudotojo būsena",
"Clear status after" : "Išvalyti būseną po",
"What is your status?" : "Kokia jūsų būsena?",
"Set status" : "Nustatyti būseną",
"Online status" : "Prisijungimo būsena",
"Status message" : "Būsenos žinutė",
"Clear status message" : "Išvalyti būsenos žinutę",
"Set status message" : "Nustatyti būsenos žinutę",
"There was an error saving the status" : "Įrašant būseną, įvyko klaida",
"There was an error clearing the status" : "Išvalant būseną, įvyko klaida",
"Don't clear" : "Neišvalyti",
"Today" : "Šiandien",
"This week" : "Šią savaitę",
"Online" : "Prisijungęs",
"Away" : "Atsitraukęs",
"Do not disturb" : "Netrukdyti",
"Invisible" : "Nematomas",
"Offline" : "Atsijungęs",
"There was an error saving the new status" : "Įrašant naują būseną, įvyko klaida",
"30 minutes" : "30 minučių",
"1 hour" : "1 valanda",
"4 hours" : "4 valandos",
"Mute all notifications" : "Išjungti visus pranešimus",
"Appear offline" : "Atrodyti atsijungusiu",
"View profile" : "Rodyti profilį",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Paskiausios būsenos",
"No recent status changes" : "Jokių paskiausių būsenos pasikeitimų",
"In a meeting" : "Susitikime",
"Commuting" : "Važinėju",
"Out sick" : "Sergu",
"Vacationing" : "Poilsiauju",
"Out of office" : "Ne darbo vietoje",
"Working remotely" : "Dirbu nuotoliniu būdu",
"In a call" : "Dalyvauju skambutyje",
"User status" : "Naudotojo būsena",
"Clear status after" : "Išvalyti būseną po",
"What is your status?" : "Kokia jūsų būsena?",
"Set status" : "Nustatyti būseną",
"Online status" : "Prisijungimo būsena",
"Status message" : "Būsenos žinutė",
"Clear status message" : "Išvalyti būsenos žinutę",
"Set status message" : "Nustatyti būsenos žinutę",
"There was an error saving the status" : "Įrašant būseną, įvyko klaida",
"There was an error clearing the status" : "Išvalant būseną, įvyko klaida",
"Don't clear" : "Neišvalyti",
"Today" : "Šiandien",
"This week" : "Šią savaitę",
"Online" : "Prisijungęs",
"Away" : "Atsitraukęs",
"Do not disturb" : "Netrukdyti",
"Invisible" : "Nematomas",
"Offline" : "Atsijungęs",
"There was an error saving the new status" : "Įrašant naują būseną, įvyko klaida",
"30 minutes" : "30 minučių",
"1 hour" : "1 valanda",
"4 hours" : "4 valandos",
"Mute all notifications" : "Išjungti visus pranešimus",
"Appear offline" : "Atrodyti atsijungusiu",
"View profile" : "Rodyti profilį",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Неодамнешни статуси",
"No recent status changes" : "Нема неодамнешна промена на статус",
"In a meeting" : "На состанок",
"Commuting" : "На пат",
"Out sick" : "На боледување",
"Vacationing" : "На одмор",
"Out of office" : "Надвор од канцеларија",
"Working remotely" : "Присутен од дома",
"In a call" : "Во разговор",
"User status" : "Статус на корисникот",
"Clear status after" : "Тргни го статусот после",
"What is your status?" : "Кој е вашиот статус?",
"Set status" : "Постави статус",
"Online status" : "Присутен",
"Status message" : "Статус порака",
"Clear status message" : "Тргни ја статус пораката",
"Set status message" : "Постави статус порака",
"There was an error saving the status" : "Грешка при зачувување на статус",
"There was an error clearing the status" : "Грешка при отстранување на статус",
"Don't clear" : "Не го тргај",
"Today" : "Денес",
"This week" : "Оваа недела",
"Online" : "Приклучен",
"Away" : "Неактивен",
"Do not disturb" : "Не вознемирувај",
"Invisible" : "Невидливо",
"Offline" : "Исклучен",
"There was an error saving the new status" : "Настана грешка при зачувување на нов статус",
"30 minutes" : "30 минути",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Занеми (Mute) ги сите известувања",
"Appear offline" : "Прикажи исклучен",
"View profile" : "Прегледај профил",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Неодамнешни статуси",
"No recent status changes" : "Нема неодамнешна промена на статус",
"In a meeting" : "На состанок",
"Commuting" : "На пат",
"Out sick" : "На боледување",
"Vacationing" : "На одмор",
"Out of office" : "Надвор од канцеларија",
"Working remotely" : "Присутен од дома",
"In a call" : "Во разговор",
"User status" : "Статус на корисникот",
"Clear status after" : "Тргни го статусот после",
"What is your status?" : "Кој е вашиот статус?",
"Set status" : "Постави статус",
"Online status" : "Присутен",
"Status message" : "Статус порака",
"Clear status message" : "Тргни ја статус пораката",
"Set status message" : "Постави статус порака",
"There was an error saving the status" : "Грешка при зачувување на статус",
"There was an error clearing the status" : "Грешка при отстранување на статус",
"Don't clear" : "Не го тргај",
"Today" : "Денес",
"This week" : "Оваа недела",
"Online" : "Приклучен",
"Away" : "Неактивен",
"Do not disturb" : "Не вознемирувај",
"Invisible" : "Невидливо",
"Offline" : "Исклучен",
"There was an error saving the new status" : "Настана грешка при зачувување на нов статус",
"30 minutes" : "30 минути",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Занеми (Mute) ги сите известувања",
"Appear offline" : "Прикажи исклучен",
"View profile" : "Прегледај профил",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nylige statuser",
"No recent status changes" : "Ingen nylige statusendringer",
"In a meeting" : "I et møte",
"Commuting" : "Pendler",
"Out sick" : "Syk",
"Vacationing" : "På ferie",
"Out of office" : "Fraværende",
"Working remotely" : "Jobber utenfra",
"In a call" : "I en samtale",
"User status" : "Brukerstatus",
"Clear status after" : "Fjern status etter",
"Emoji for your status message" : "Emoji for statusmeldingene dine",
"What is your status?" : "Hva er din status?",
"Predefined statuses" : "Forhåndsdefinerte statuser",
"Previously set" : "Tidligere angitt",
"Reset status" : "Tilbakestill status",
"Set status" : "Velg status",
"Online status" : "Online-status",
"Status message" : "Statusmelding",
"Your status was set automatically" : "Statusen din ble satt",
"Clear status message" : "Fjern statusmelding",
"Set status message" : "Velg statusmelding",
"Reset status to \"{icon} {message}\"" : "Tilbakestill status til \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Tilbakestill status til \"{message}\"",
"Reset status to \"{icon}\"" : "Tilbakestill status til \"{icon}\"",
"There was an error saving the status" : "Det oppsto en feil ved lagring av status",
"There was an error clearing the status" : "Det oppsto en feil ved fjerning av status",
"There was an error reverting the status" : "Det oppstod en feil under tilbakestilling av statusen",
"Don't clear" : "Ikke fjern",
"Today" : "I dag",
"This week" : "Denne uken",
"Online" : "Pålogget",
"Away" : "Borte",
"Do not disturb" : "Ikke forstyrr",
"Invisible" : "Usynlig",
"Offline" : "Frakoblet",
"There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status",
"30 minutes" : "30 minutter",
"1 hour" : "1 time",
"4 hours" : "4 timer",
"Mute all notifications" : "Demp alle varslinger",
"Appear offline" : "Vis som frakoblet",
"View profile" : "Vis profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Nylige statuser",
"No recent status changes" : "Ingen nylige statusendringer",
"In a meeting" : "I et møte",
"Commuting" : "Pendler",
"Out sick" : "Syk",
"Vacationing" : "På ferie",
"Out of office" : "Fraværende",
"Working remotely" : "Jobber utenfra",
"In a call" : "I en samtale",
"User status" : "Brukerstatus",
"Clear status after" : "Fjern status etter",
"Emoji for your status message" : "Emoji for statusmeldingene dine",
"What is your status?" : "Hva er din status?",
"Predefined statuses" : "Forhåndsdefinerte statuser",
"Previously set" : "Tidligere angitt",
"Reset status" : "Tilbakestill status",
"Set status" : "Velg status",
"Online status" : "Online-status",
"Status message" : "Statusmelding",
"Your status was set automatically" : "Statusen din ble satt",
"Clear status message" : "Fjern statusmelding",
"Set status message" : "Velg statusmelding",
"Reset status to \"{icon} {message}\"" : "Tilbakestill status til \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Tilbakestill status til \"{message}\"",
"Reset status to \"{icon}\"" : "Tilbakestill status til \"{icon}\"",
"There was an error saving the status" : "Det oppsto en feil ved lagring av status",
"There was an error clearing the status" : "Det oppsto en feil ved fjerning av status",
"There was an error reverting the status" : "Det oppstod en feil under tilbakestilling av statusen",
"Don't clear" : "Ikke fjern",
"Today" : "I dag",
"This week" : "Denne uken",
"Online" : "Pålogget",
"Away" : "Borte",
"Do not disturb" : "Ikke forstyrr",
"Invisible" : "Usynlig",
"Offline" : "Frakoblet",
"There was an error saving the new status" : "Det oppsto en feil ved lagring av ny status",
"30 minutes" : "30 minutter",
"1 hour" : "1 time",
"4 hours" : "4 timer",
"Mute all notifications" : "Demp alle varslinger",
"Appear offline" : "Vis som frakoblet",
"View profile" : "Vis profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Recente statussen",
"No recent status changes" : "Geen recente statuswijzigingen",
"In a meeting" : "In een vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
"Vacationing" : "Op vakantie",
"Out of office" : "Niet op kantoor",
"Working remotely" : "Thuiswerken",
"In a call" : "In gesprek",
"User status" : "Gebruikersstatus",
"Clear status after" : "Maak de status leeg na",
"What is your status?" : "Wat is jouw status?",
"Set status" : "Status instellen",
"Online status" : "Online status",
"Status message" : "Statusbericht",
"Clear status message" : "Statusbericht wissen",
"Set status message" : "Statusbericht instellen",
"There was an error saving the status" : "Er is een fout opgetreden bij het bewaren van de status",
"There was an error clearing the status" : "Er is een fout opgetreden bij het leegmaken van de status",
"Don't clear" : "Niet schoonmaken",
"Today" : "Vandaag",
"This week" : "Deze week",
"Online" : "Online",
"Away" : "Afwezig",
"Do not disturb" : "Niet storen",
"Invisible" : "Verborgen",
"Offline" : "Off-line",
"There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status",
"30 minutes" : "30 minuten",
"1 hour" : "1 uur",
"4 hours" : "4 uur",
"Mute all notifications" : "Onderdruk alle meldingen",
"Appear offline" : "Toon afwezig",
"View profile" : "Bekijk profiel",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Recente statussen",
"No recent status changes" : "Geen recente statuswijzigingen",
"In a meeting" : "In een vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
"Vacationing" : "Op vakantie",
"Out of office" : "Niet op kantoor",
"Working remotely" : "Thuiswerken",
"In a call" : "In gesprek",
"User status" : "Gebruikersstatus",
"Clear status after" : "Maak de status leeg na",
"What is your status?" : "Wat is jouw status?",
"Set status" : "Status instellen",
"Online status" : "Online status",
"Status message" : "Statusbericht",
"Clear status message" : "Statusbericht wissen",
"Set status message" : "Statusbericht instellen",
"There was an error saving the status" : "Er is een fout opgetreden bij het bewaren van de status",
"There was an error clearing the status" : "Er is een fout opgetreden bij het leegmaken van de status",
"Don't clear" : "Niet schoonmaken",
"Today" : "Vandaag",
"This week" : "Deze week",
"Online" : "Online",
"Away" : "Afwezig",
"Do not disturb" : "Niet storen",
"Invisible" : "Verborgen",
"Offline" : "Off-line",
"There was an error saving the new status" : "Er is een fout opgetreden bij het bewaren van de nieuwe status",
"30 minutes" : "30 minuten",
"1 hour" : "1 uur",
"4 hours" : "4 uur",
"Mute all notifications" : "Onderdruk alle meldingen",
"Appear offline" : "Toon afwezig",
"View profile" : "Bekijk profiel",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estats recents",
"No recent status changes" : "Cap de cambiament recent destat",
"In a meeting" : "En reünion",
"Commuting" : "En comunicacion",
"Out sick" : "Malaut",
"Vacationing" : "En vacanças",
"Out of office" : "Fòra del burèu",
"Working remotely" : "En teletrabalh",
"In a call" : "Al telefòn",
"User status" : "Estat utilizaire",
"Clear status after" : "Escafar lestat aprèp",
"What is your status?" : "Quin es vòstre estat?",
"Set status" : "Definir estat",
"Online status" : "Estat en linha",
"Status message" : "Messatge destat",
"Clear status message" : "Escafar messatge destat",
"Set status message" : "Definir messatge destat",
"There was an error saving the status" : "Error en enregistrant lestat",
"There was an error clearing the status" : "Error en escafant lestat",
"Don't clear" : "Escafar pas",
"Today" : "Uèi",
"This week" : "Aquesta setmana",
"Online" : "En linha",
"Away" : "Absent",
"Do not disturb" : "Me desrengar pas",
"Invisible" : "Invisible",
"Offline" : "Fòra linha",
"There was an error saving the new status" : "Error en enregistrant lestat novèl",
"30 minutes" : "30 minutas",
"1 hour" : "1 ora",
"4 hours" : "4 oras",
"Mute all notifications" : "Amudir totas las notificacions",
"Appear offline" : "Aparéisser fòra linha",
"View profile" : "Veire perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n > 1);");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Estats recents",
"No recent status changes" : "Cap de cambiament recent destat",
"In a meeting" : "En reünion",
"Commuting" : "En comunicacion",
"Out sick" : "Malaut",
"Vacationing" : "En vacanças",
"Out of office" : "Fòra del burèu",
"Working remotely" : "En teletrabalh",
"In a call" : "Al telefòn",
"User status" : "Estat utilizaire",
"Clear status after" : "Escafar lestat aprèp",
"What is your status?" : "Quin es vòstre estat?",
"Set status" : "Definir estat",
"Online status" : "Estat en linha",
"Status message" : "Messatge destat",
"Clear status message" : "Escafar messatge destat",
"Set status message" : "Definir messatge destat",
"There was an error saving the status" : "Error en enregistrant lestat",
"There was an error clearing the status" : "Error en escafant lestat",
"Don't clear" : "Escafar pas",
"Today" : "Uèi",
"This week" : "Aquesta setmana",
"Online" : "En linha",
"Away" : "Absent",
"Do not disturb" : "Me desrengar pas",
"Invisible" : "Invisible",
"Offline" : "Fòra linha",
"There was an error saving the new status" : "Error en enregistrant lestat novèl",
"30 minutes" : "30 minutas",
"1 hour" : "1 ora",
"4 hours" : "4 oras",
"Mute all notifications" : "Amudir totas las notificacions",
"Appear offline" : "Aparéisser fòra linha",
"View profile" : "Veire perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Najnowsze statusy",
"No recent status changes" : "Brak ostatnich zmian statusu",
"In a meeting" : "Na spotkaniu",
"Commuting" : "W drodze",
"Out sick" : "Chory",
"Vacationing" : "Na wakacjach",
"Out of office" : "Biuro nie funkcjonuje",
"Working remotely" : "Praca zdalna",
"In a call" : "Rozmawia",
"User status" : "Status użytkownika",
"Clear status after" : "Wyczyść status po",
"Emoji for your status message" : "Emoji dla komunikatu o statusie",
"What is your status?" : "Jaki jest Twój status?",
"Predefined statuses" : "Predefiniowane statusy",
"Previously set" : "Ustawione wcześniej",
"Reset status" : "Zresetuj status",
"Set status" : "Ustaw status",
"Online status" : "Status online",
"Status message" : "Komunikat statusu",
"Your status was set automatically" : "Twój status został ustawiony automatycznie",
"Clear status message" : "Wyczyść komunikat statusu",
"Set status message" : "Ustaw komunikat statusu",
"Reset status to \"{icon} {message}\"" : "Zresetuj status do \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Zresetuj status do \"{message}\"",
"Reset status to \"{icon}\"" : "Zresetuj status do \"{icon}\"",
"There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu",
"There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu",
"There was an error reverting the status" : "Podczas przywracania statusu wystąpił błąd",
"Don't clear" : "Nie czyść",
"Today" : "Dzisiaj",
"This week" : "W tym tygodniu",
"Online" : "Online",
"Away" : "Bezczynny",
"Do not disturb" : "Nie przeszkadzać",
"Invisible" : "Niewidoczny",
"Offline" : "Offline",
"There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu",
"30 minutes" : "30 minut",
"1 hour" : "1 godzina",
"4 hours" : "4 godziny",
"Mute all notifications" : "Wycisz wszystkie powiadomienia",
"Appear offline" : "Widnieje jako offline",
"View profile" : "Zobacz profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Najnowsze statusy",
"No recent status changes" : "Brak ostatnich zmian statusu",
"In a meeting" : "Na spotkaniu",
"Commuting" : "W drodze",
"Out sick" : "Chory",
"Vacationing" : "Na wakacjach",
"Out of office" : "Biuro nie funkcjonuje",
"Working remotely" : "Praca zdalna",
"In a call" : "Rozmawia",
"User status" : "Status użytkownika",
"Clear status after" : "Wyczyść status po",
"Emoji for your status message" : "Emoji dla komunikatu o statusie",
"What is your status?" : "Jaki jest Twój status?",
"Predefined statuses" : "Predefiniowane statusy",
"Previously set" : "Ustawione wcześniej",
"Reset status" : "Zresetuj status",
"Set status" : "Ustaw status",
"Online status" : "Status online",
"Status message" : "Komunikat statusu",
"Your status was set automatically" : "Twój status został ustawiony automatycznie",
"Clear status message" : "Wyczyść komunikat statusu",
"Set status message" : "Ustaw komunikat statusu",
"Reset status to \"{icon} {message}\"" : "Zresetuj status do \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Zresetuj status do \"{message}\"",
"Reset status to \"{icon}\"" : "Zresetuj status do \"{icon}\"",
"There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu",
"There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu",
"There was an error reverting the status" : "Podczas przywracania statusu wystąpił błąd",
"Don't clear" : "Nie czyść",
"Today" : "Dzisiaj",
"This week" : "W tym tygodniu",
"Online" : "Online",
"Away" : "Bezczynny",
"Do not disturb" : "Nie przeszkadzać",
"Invisible" : "Niewidoczny",
"Offline" : "Offline",
"There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu",
"30 minutes" : "30 minut",
"1 hour" : "1 godzina",
"4 hours" : "4 godziny",
"Mute all notifications" : "Wycisz wszystkie powiadomienia",
"Appear offline" : "Widnieje jako offline",
"View profile" : "Zobacz profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Status recentes",
"No recent status changes" : "Sem alterações de status recentes",
"In a meeting" : "Em reunião",
"Commuting" : "Em trânsito",
"Out sick" : "Doente",
"Vacationing" : "Férias",
"Out of office" : "Fora do escritório",
"Working remotely" : "Em trabalho remoto",
"In a call" : "Numa chamada",
"User status" : "Status do usuário",
"Clear status after" : "Limpar status após",
"Emoji for your status message" : "Emoji para sua mensagem de status",
"What is your status?" : "Qual é o seu status?",
"Predefined statuses" : "Status predefinidos",
"Previously set" : "Definido anteriormente",
"Reset status" : "Reinicie o status",
"Set status" : "Definir status",
"Online status" : "Status online",
"Status message" : "Mensagem de status",
"Your status was set automatically" : "Seu status foi definido automaticamente",
"Clear status message" : "Limpar mensagem de status",
"Set status message" : "Definir mensagem de status",
"Reset status to \"{icon} {message}\"" : "Redefinir status para \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Redefinir status para \"{message}\"",
"Reset status to \"{icon}\"" : "Redefinir status para \"{icon}\"",
"There was an error saving the status" : "Ocorreu um erro ao salvar o status",
"There was an error clearing the status" : "Ocorreu um erro ao limpar o status",
"There was an error reverting the status" : "Ocorreu um erro ao reverter o status",
"Don't clear" : "Não limpar",
"Today" : "Hoje",
"This week" : "Esta semana",
"Online" : "Online",
"Away" : "Fora",
"Do not disturb" : "Não perturbe",
"Invisible" : "Invisível",
"Offline" : "Offline",
"There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas as notificações",
"Appear offline" : "Aparecer offline",
"View profile" : "Visualizar perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Status recentes",
"No recent status changes" : "Sem alterações de status recentes",
"In a meeting" : "Em reunião",
"Commuting" : "Em trânsito",
"Out sick" : "Doente",
"Vacationing" : "Férias",
"Out of office" : "Fora do escritório",
"Working remotely" : "Em trabalho remoto",
"In a call" : "Numa chamada",
"User status" : "Status do usuário",
"Clear status after" : "Limpar status após",
"Emoji for your status message" : "Emoji para sua mensagem de status",
"What is your status?" : "Qual é o seu status?",
"Predefined statuses" : "Status predefinidos",
"Previously set" : "Definido anteriormente",
"Reset status" : "Reinicie o status",
"Set status" : "Definir status",
"Online status" : "Status online",
"Status message" : "Mensagem de status",
"Your status was set automatically" : "Seu status foi definido automaticamente",
"Clear status message" : "Limpar mensagem de status",
"Set status message" : "Definir mensagem de status",
"Reset status to \"{icon} {message}\"" : "Redefinir status para \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Redefinir status para \"{message}\"",
"Reset status to \"{icon}\"" : "Redefinir status para \"{icon}\"",
"There was an error saving the status" : "Ocorreu um erro ao salvar o status",
"There was an error clearing the status" : "Ocorreu um erro ao limpar o status",
"There was an error reverting the status" : "Ocorreu um erro ao reverter o status",
"Don't clear" : "Não limpar",
"Today" : "Hoje",
"This week" : "Esta semana",
"Online" : "Online",
"Away" : "Fora",
"Do not disturb" : "Não perturbe",
"Invisible" : "Invisível",
"Offline" : "Offline",
"There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Silenciar todas as notificações",
"Appear offline" : "Aparecer offline",
"View profile" : "Visualizar perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recentes",
"No recent status changes" : "Sem alterações de estado recentes",
"In a meeting" : "Numa reunião",
"Commuting" : "Em trânsito",
"Out sick" : "Doente",
"Vacationing" : "Férias",
"Out of office" : "Fora do escritório",
"Working remotely" : "A trabalhar à distância",
"In a call" : "Numa chamada",
"User status" : "Estado do utilizador",
"Clear status after" : "Limpar mensagem de estado após",
"What is your status?" : "Qual é o seu estado?",
"Set status" : "Definir estado",
"Online status" : "Estado online",
"Status message" : "Mensagem de estado",
"Clear status message" : "Limpar mensagem de estado",
"Set status message" : "Definir mensagem de estado",
"There was an error saving the status" : "Ocorreu um erro ao guardar o estado",
"There was an error clearing the status" : "Ocorreu um erro ao apagar o estado",
"Don't clear" : "Não apagar",
"Today" : "Hoje",
"This week" : "Esta semana",
"Online" : "Online",
"Away" : "Ausente",
"Do not disturb" : "Não incomodar",
"Invisible" : "Invisível ",
"Offline" : "Offline",
"There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Desativar todas as notificações",
"Appear offline" : "Aparecer offline",
"View profile" : "Visualizar perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
@@ -0,0 +1,38 @@
{ "translations": {
"Recent statuses" : "Estados recentes",
"No recent status changes" : "Sem alterações de estado recentes",
"In a meeting" : "Numa reunião",
"Commuting" : "Em trânsito",
"Out sick" : "Doente",
"Vacationing" : "Férias",
"Out of office" : "Fora do escritório",
"Working remotely" : "A trabalhar à distância",
"In a call" : "Numa chamada",
"User status" : "Estado do utilizador",
"Clear status after" : "Limpar mensagem de estado após",
"What is your status?" : "Qual é o seu estado?",
"Set status" : "Definir estado",
"Online status" : "Estado online",
"Status message" : "Mensagem de estado",
"Clear status message" : "Limpar mensagem de estado",
"Set status message" : "Definir mensagem de estado",
"There was an error saving the status" : "Ocorreu um erro ao guardar o estado",
"There was an error clearing the status" : "Ocorreu um erro ao apagar o estado",
"Don't clear" : "Não apagar",
"Today" : "Hoje",
"This week" : "Esta semana",
"Online" : "Online",
"Away" : "Ausente",
"Do not disturb" : "Não incomodar",
"Invisible" : "Invisível ",
"Offline" : "Offline",
"There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Desativar todas as notificações",
"Appear offline" : "Aparecer offline",
"View profile" : "Visualizar perfil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Statusuri recente",
"No recent status changes" : "Nu există modificări recente ale statutului",
"In a meeting" : "În cadrul unei întâlniri",
"Commuting" : "În deplasare",
"Out sick" : "Bolnav",
"Vacationing" : "În vacanță",
"Out of office" : "În afara serviciului",
"Working remotely" : "Lucru la distanță",
"In a call" : "Într-un apel",
"User status" : "Statusul utilizatorului",
"Clear status after" : "Șterge statusul după",
"Emoji for your status message" : "Emoji pentru mesajul de status",
"What is your status?" : "Care este statusul dumneavoastră?",
"Predefined statuses" : "Stări predefinite",
"Previously set" : "Setat anterior",
"Reset status" : "Resetează starea",
"Set status" : "Setează status",
"Online status" : "Status online",
"Status message" : "Mesaj de status",
"Your status was set automatically" : "Statusul a fost setat automat",
"Clear status message" : "Șterge mesajul de stare",
"Set status message" : "Setează mesajul de status",
"Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"",
"Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"",
"There was an error saving the status" : "S-a produs o eroare la salvarea stării",
"There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului",
"There was an error reverting the status" : "Eroare la revenirea la statusul anterior",
"Don't clear" : "Nu curăța",
"Today" : "Azi",
"This week" : "Săptămâna asta",
"Online" : "Online",
"Away" : "Plecat",
"Do not disturb" : "Nu deranja",
"Invisible" : "Invizibil",
"Offline" : "Offline",
"There was an error saving the new status" : "S-a produs o eroare de salvare a noului status",
"30 minutes" : "30 minute",
"1 hour" : "1 oră",
"4 hours" : "4 ore",
"Mute all notifications" : "Dezactivați toate notificările",
"Appear offline" : "Apari deconectat",
"View profile" : "Vezi profilul",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Statusuri recente",
"No recent status changes" : "Nu există modificări recente ale statutului",
"In a meeting" : "În cadrul unei întâlniri",
"Commuting" : "În deplasare",
"Out sick" : "Bolnav",
"Vacationing" : "În vacanță",
"Out of office" : "În afara serviciului",
"Working remotely" : "Lucru la distanță",
"In a call" : "Într-un apel",
"User status" : "Statusul utilizatorului",
"Clear status after" : "Șterge statusul după",
"Emoji for your status message" : "Emoji pentru mesajul de status",
"What is your status?" : "Care este statusul dumneavoastră?",
"Predefined statuses" : "Stări predefinite",
"Previously set" : "Setat anterior",
"Reset status" : "Resetează starea",
"Set status" : "Setează status",
"Online status" : "Status online",
"Status message" : "Mesaj de status",
"Your status was set automatically" : "Statusul a fost setat automat",
"Clear status message" : "Șterge mesajul de stare",
"Set status message" : "Setează mesajul de status",
"Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"",
"Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"",
"There was an error saving the status" : "S-a produs o eroare la salvarea stării",
"There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului",
"There was an error reverting the status" : "Eroare la revenirea la statusul anterior",
"Don't clear" : "Nu curăța",
"Today" : "Azi",
"This week" : "Săptămâna asta",
"Online" : "Online",
"Away" : "Plecat",
"Do not disturb" : "Nu deranja",
"Invisible" : "Invizibil",
"Offline" : "Offline",
"There was an error saving the new status" : "S-a produs o eroare de salvare a noului status",
"30 minutes" : "30 minute",
"1 hour" : "1 oră",
"4 hours" : "4 ore",
"Mute all notifications" : "Dezactivați toate notificările",
"Appear offline" : "Apari deconectat",
"View profile" : "Vezi profilul",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}
+49
View File
@@ -0,0 +1,49 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Недавние статусы",
"No recent status changes" : "Недавние изменения статуса отсуствуют ",
"In a meeting" : "На встрече",
"Commuting" : "В пути",
"Out sick" : "Болею",
"Vacationing" : "В отпуске",
"Out of office" : "Вне офиса",
"Working remotely" : "Удалённая работа",
"In a call" : "В звонке",
"User status" : "Статус пользователя",
"Clear status after" : "Удалить статус через",
"Emoji for your status message" : "Эмодзи для вашего сообщения о состоянии",
"What is your status?" : "Какой у вас статус?",
"Predefined statuses" : "Предопределенные статусы",
"Previously set" : "Установлено ранее",
"Reset status" : "Сбросить статус",
"Set status" : "Установить статус",
"Online status" : "Статус работы в сети",
"Status message" : "Описание статуса",
"Your status was set automatically" : "Ваш статус был установлен автоматически",
"Clear status message" : "Удалить описание статуса",
"Set status message" : "Установить описание статуса",
"Reset status to \"{icon} {message}\"" : "Сбросить статус на \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Сбросить статус на \"{message}\"",
"Reset status to \"{icon}\"" : "Сбросить статус на \"{icon}\"",
"There was an error saving the status" : "Не удалось сохранить статус",
"There was an error clearing the status" : "Не удалось убрать статус",
"There was an error reverting the status" : "Произошла ошибка при сбросе статуса",
"Don't clear" : "Не очищать",
"Today" : "Сегодня",
"This week" : "Эта неделя",
"Online" : "На связи",
"Away" : "Отошёл",
"Do not disturb" : "Не беспокоить",
"Invisible" : "Невидимка",
"Offline" : "Автономно",
"There was an error saving the new status" : "Не удалось сохранить новый статус",
"30 minutes" : "30 минут",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Отключить все уведомления",
"Appear offline" : "Возможно, не в сети",
"View profile" : "Открыть профиль",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
@@ -0,0 +1,47 @@
{ "translations": {
"Recent statuses" : "Недавние статусы",
"No recent status changes" : "Недавние изменения статуса отсуствуют ",
"In a meeting" : "На встрече",
"Commuting" : "В пути",
"Out sick" : "Болею",
"Vacationing" : "В отпуске",
"Out of office" : "Вне офиса",
"Working remotely" : "Удалённая работа",
"In a call" : "В звонке",
"User status" : "Статус пользователя",
"Clear status after" : "Удалить статус через",
"Emoji for your status message" : "Эмодзи для вашего сообщения о состоянии",
"What is your status?" : "Какой у вас статус?",
"Predefined statuses" : "Предопределенные статусы",
"Previously set" : "Установлено ранее",
"Reset status" : "Сбросить статус",
"Set status" : "Установить статус",
"Online status" : "Статус работы в сети",
"Status message" : "Описание статуса",
"Your status was set automatically" : "Ваш статус был установлен автоматически",
"Clear status message" : "Удалить описание статуса",
"Set status message" : "Установить описание статуса",
"Reset status to \"{icon} {message}\"" : "Сбросить статус на \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Сбросить статус на \"{message}\"",
"Reset status to \"{icon}\"" : "Сбросить статус на \"{icon}\"",
"There was an error saving the status" : "Не удалось сохранить статус",
"There was an error clearing the status" : "Не удалось убрать статус",
"There was an error reverting the status" : "Произошла ошибка при сбросе статуса",
"Don't clear" : "Не очищать",
"Today" : "Сегодня",
"This week" : "Эта неделя",
"Online" : "На связи",
"Away" : "Отошёл",
"Do not disturb" : "Не беспокоить",
"Invisible" : "Невидимка",
"Offline" : "Автономно",
"There was an error saving the new status" : "Не удалось сохранить новый статус",
"30 minutes" : "30 минут",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Отключить все уведомления",
"Appear offline" : "Возможно, не в сети",
"View profile" : "Открыть профиль",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}
+38
View File
@@ -0,0 +1,38 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Istados reghentes",
"No recent status changes" : "Perunu càmbiu de istadu reghente",
"In a meeting" : "In riunione",
"Commuting" : "Biagende",
"Out sick" : "In maladia",
"Vacationing" : "In vacàntzia",
"Out of office" : "Foras de serbìtziu",
"Working remotely" : "Traballende in remotu",
"User status" : "Istadu de s'utente",
"Clear status after" : "Lìmpia s'istadu a pustis",
"What is your status?" : "Cale est s'istadu tuo?",
"Set status" : "Imposta istadu",
"Online status" : "Istadu in lìnia",
"Status message" : "Messàgiu de istadu",
"Clear status message" : "Lìmpia su messàgiu de istadu",
"Set status message" : "Imposta messàgiu de istadu",
"There was an error saving the status" : "B'at àpidu un'errore sarvende s'istadu",
"There was an error clearing the status" : "B'at àpidu un'errore limpiende s'istadu",
"Don't clear" : "Non nche ddu lìmpies",
"Today" : "Oe",
"This week" : "Custa chida",
"Online" : "In lìnia",
"Away" : "Ausente",
"Do not disturb" : "No istorbes",
"Invisible" : "Invisìbile",
"Offline" : "Fora de lìnia",
"There was an error saving the new status" : "B'at àpidu un'errore sarvende s'istadu nou",
"30 minutes" : "30 minutos",
"1 hour" : "1 ora",
"4 hours" : "4 oras",
"Mute all notifications" : "Istuda totu is notìficas",
"Appear offline" : "Mustra•ti foras de lìnia",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n != 1);");
@@ -0,0 +1,36 @@
{ "translations": {
"Recent statuses" : "Istados reghentes",
"No recent status changes" : "Perunu càmbiu de istadu reghente",
"In a meeting" : "In riunione",
"Commuting" : "Biagende",
"Out sick" : "In maladia",
"Vacationing" : "In vacàntzia",
"Out of office" : "Foras de serbìtziu",
"Working remotely" : "Traballende in remotu",
"User status" : "Istadu de s'utente",
"Clear status after" : "Lìmpia s'istadu a pustis",
"What is your status?" : "Cale est s'istadu tuo?",
"Set status" : "Imposta istadu",
"Online status" : "Istadu in lìnia",
"Status message" : "Messàgiu de istadu",
"Clear status message" : "Lìmpia su messàgiu de istadu",
"Set status message" : "Imposta messàgiu de istadu",
"There was an error saving the status" : "B'at àpidu un'errore sarvende s'istadu",
"There was an error clearing the status" : "B'at àpidu un'errore limpiende s'istadu",
"Don't clear" : "Non nche ddu lìmpies",
"Today" : "Oe",
"This week" : "Custa chida",
"Online" : "In lìnia",
"Away" : "Ausente",
"Do not disturb" : "No istorbes",
"Invisible" : "Invisìbile",
"Offline" : "Fora de lìnia",
"There was an error saving the new status" : "B'at àpidu un'errore sarvende s'istadu nou",
"30 minutes" : "30 minutos",
"1 hour" : "1 ora",
"4 hours" : "4 oras",
"Mute all notifications" : "Istuda totu is notìficas",
"Appear offline" : "Mustra•ti foras de lìnia",
"{status}, {timestamp}" : "{status}, {timestamp}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+40
View File
@@ -0,0 +1,40 @@
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nedávne stavy",
"No recent status changes" : "Žiadne nedávne zmeny stavu",
"In a meeting" : "Na schôdzke",
"Commuting" : "Na ceste",
"Out sick" : "Choroba",
"Vacationing" : "Na dovolenke",
"Out of office" : "Mimo kancelárie",
"Working remotely" : "Pracujem na diaľku",
"In a call" : "práve telefonuje",
"User status" : "Stav užívateľa",
"Clear status after" : "Vyčistiť správu o stave po",
"What is your status?" : "Aký je váš stav?",
"Set status" : "Nastaviť stav",
"Online status" : "Stav pripojenia",
"Status message" : "Správa o stave",
"Clear status message" : "Vyčistiť správu o stave",
"Set status message" : "Nastaviť správu o stave",
"There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
"There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
"Don't clear" : "Nemazať",
"Today" : "Dnes",
"This week" : "Tento týždeň",
"Online" : "Pripojené",
"Away" : "Preč",
"Do not disturb" : "Nerušiť",
"Invisible" : "Neviditeľnosť",
"Offline" : "Offline",
"There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
"30 minutes" : "30 minút",
"1 hour" : "1 hodina",
"4 hours" : "4 hodiny",
"Mute all notifications" : "Stíšiť všetky upozornenia",
"Appear offline" : "V odpojenom režime",
"View profile" : "Zobraziť profil",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

Some files were not shown because too many files have changed in this diff Show More