Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 859206e872 | |||
| b141126dd4 | |||
| 8ab00515c9 | |||
| 41bbe99ca3 | |||
| cb2a605425 | |||
| 6779c24fc1 | |||
| a1ac305334 | |||
| 0a5a259e8a | |||
| d6f76536e4 | |||
| 16c4cd6b7d | |||
| 81a8a1715a |
+11
-11
@@ -31,9 +31,9 @@ package-lock.json @nextcloud/server-dependabot
|
||||
/apps/contactsinteraction/lib @kesselb @SebastianKrupinski
|
||||
/apps/contactsinteraction/tests @kesselb @SebastianKrupinski
|
||||
/apps/dashboard/appinfo/info.xml @julien-nc @juliusknorr
|
||||
/apps/dav/lib/CalDAV @ChristophWurst @SebastianKrupinski @tcitworld
|
||||
/apps/dav/lib/CalDAV @st3iny @SebastianKrupinski @tcitworld
|
||||
/apps/dav/lib/CardDAV @hamza221 @SebastianKrupinski
|
||||
/apps/dav/tests/unit/CalDAV @ChristophWurst @SebastianKrupinski @tcitworld
|
||||
/apps/dav/tests/unit/CalDAV @st3iny @SebastianKrupinski @tcitworld
|
||||
/apps/dav/tests/unit/CardDAV @hamza221 @SebastianKrupinski
|
||||
/apps/encryption/appinfo/info.xml @come-nc @icewind1991
|
||||
/apps/federatedfilesharing/appinfo/info.xml @icewind1991 @danxuliu
|
||||
@@ -50,7 +50,7 @@ package-lock.json @nextcloud/server-dependabot
|
||||
/apps/sharebymail/appinfo/info.xml @Altahrim @skjnldsv
|
||||
/apps/systemtags/appinfo/info.xml @Antreesy @marcelklehr
|
||||
/apps/theming/appinfo/info.xml @skjnldsv @juliusknorr
|
||||
/apps/twofactor_backupcodes/appinfo/info.xml @miaulalala @ChristophWurst
|
||||
/apps/twofactor_backupcodes/appinfo/info.xml @st3iny @miaulalala @ChristophWurst
|
||||
/apps/updatenotification/appinfo/info.xml @JuliaKirschenheuter @sorbaugh
|
||||
/apps/user_ldap/appinfo/info.xml @come-nc @blizzz
|
||||
/apps/user_status/appinfo/info.xml @Antreesy @nickvergessen
|
||||
@@ -72,9 +72,9 @@ package-lock.json @nextcloud/server-dependabot
|
||||
|
||||
# Two-Factor Authentication
|
||||
# https://github.com/nextcloud/wg-two-factor-authentication#members
|
||||
**/TwoFactorAuth @ChristophWurst @miaulalala @nickvergessen
|
||||
/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen
|
||||
/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen
|
||||
**/TwoFactorAuth @ChristophWurst @miaulalala @nickvergessen @st3iny
|
||||
/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen @st3iny
|
||||
/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen @st3iny
|
||||
|
||||
# Limit login to IP
|
||||
# Watch login routes for https://github.com/nextcloud/limit_login_to_ip
|
||||
@@ -96,16 +96,16 @@ ResponseDefinitions.php @provokateurin @nextcloud/server-backend
|
||||
*/Notifications/* @nickvergessen @nextcloud/talk-backend
|
||||
|
||||
# Groupware team
|
||||
/build/integration/dav_features/caldav.feature @ChristophWurst @SebastianKrupinski @tcitworld
|
||||
/build/integration/dav_features/caldav.feature @st3iny @SebastianKrupinski @tcitworld
|
||||
/build/integration/dav_features/carddav.feature @hamza221 @SebastianKrupinski
|
||||
/lib/private/Calendar @ChristophWurst @SebastianKrupinski @tcitworld
|
||||
/lib/private/Calendar @st3iny @SebastianKrupinski @tcitworld
|
||||
/lib/private/Contacts @hamza221 @SebastianKrupinski
|
||||
/lib/public/Calendar @ChristophWurst @SebastianKrupinski @tcitworld
|
||||
/lib/public/Calendar @st3iny @SebastianKrupinski @tcitworld
|
||||
/lib/public/Contacts @hamza221 @SebastianKrupinski
|
||||
|
||||
# Desktop client teamn
|
||||
/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @nextcloud/desktop
|
||||
|
||||
# Personal interest
|
||||
*/Activity/* @nickvergessen @nextcloud/server-backend
|
||||
/apps/workflowengine/lib @nickvergessen @blizzz
|
||||
*/Activity/* @nickvergessen @nextcloud/server-backend
|
||||
/apps/workflowengine/lib @nickvergessen @blizzz
|
||||
|
||||
@@ -124,6 +124,28 @@ updates:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
- package-ecosystem: composer
|
||||
target-branch: stable30
|
||||
directories:
|
||||
- "/"
|
||||
- "/build/integration"
|
||||
- "/vendor-bin/cs-fixer"
|
||||
- "/vendor-bin/openapi-extractor"
|
||||
- "/vendor-bin/phpunit"
|
||||
- "/vendor-bin/psalm"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "04:00"
|
||||
timezone: Europe/Paris
|
||||
labels:
|
||||
- "3. to review"
|
||||
- "feature: dependencies"
|
||||
ignore:
|
||||
# only patch updates on stable branches
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
# frontend dependencies
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable31
|
||||
@@ -143,3 +165,22 @@ updates:
|
||||
# no major updates on stable branches
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable30
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "04:00"
|
||||
timezone: Europe/Paris
|
||||
open-pull-requests-limit: 20
|
||||
labels:
|
||||
- "3. to review"
|
||||
- "feature: dependencies"
|
||||
# Disable automatic rebasing because without a build CI will likely fail anyway
|
||||
rebase-strategy: "disabled"
|
||||
ignore:
|
||||
# no major updates on stable branches
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
||||
@@ -32,18 +32,16 @@ jobs:
|
||||
build-mode: none
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
config-file: ./.github/codeql-config.yml
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
|
||||
uses: github/codeql-action/analyze@v3
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
||||
@@ -194,7 +194,6 @@ jobs:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
SPLIT: ${{ matrix.total-containers }}
|
||||
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
|
||||
SPLIT_RANDOM_SEED: ${{ github.run_id }}
|
||||
SETUP_TESTING: ${{ matrix.containers == 'setup' && 'true' || '' }}
|
||||
|
||||
- name: Upload snapshots and videos
|
||||
|
||||
@@ -5,10 +5,9 @@ name: PHPUnit 32bits
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "version.php"
|
||||
- ".github/workflows/phpunit-32bits.yml"
|
||||
- "tests/phpunit-autotest.xml"
|
||||
- "lib/private/Snowflake/*"
|
||||
- 'version.php'
|
||||
- '.github/workflows/phpunit-32bits.yml'
|
||||
- 'tests/phpunit-autotest.xml'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "15 1 * * 1-6"
|
||||
@@ -31,7 +30,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ["8.2", "8.3", "8.4"]
|
||||
php-versions: ['8.2', '8.3', '8.4']
|
||||
|
||||
steps:
|
||||
- name: Checkout server
|
||||
@@ -52,7 +51,8 @@ jobs:
|
||||
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, imagick, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite, apcu, ldap
|
||||
coverage: none
|
||||
ini-file: development
|
||||
ini-values: apc.enabled=on, apc.enable_cli=on, disable_functions= # https://github.com/shivammathur/setup-php/discussions/573
|
||||
ini-values:
|
||||
apc.enabled=on, apc.enable_cli=on, disable_functions= # https://github.com/shivammathur/setup-php/discussions/573
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
+1
-1
Submodule 3rdparty updated: f5e230b126...b295b1dad9
@@ -3,6 +3,12 @@ SPDX-PackageName = "nextcloud"
|
||||
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/server"
|
||||
|
||||
[[annotations]]
|
||||
path = ["dist/rolldown-runtime-*.js"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "rolldown contributors"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = ["lib/l10n/**.js", "lib/l10n/**.json", "core/l10n/**.js", "core/l10n/**.json", "apps/admin_audit/l10n/**.js", "apps/admin_audit/l10n/**.json", "apps/comments/l10n/**.js", "apps/comments/l10n/**.json", "apps/dav/l10n/**.js", "apps/dav/l10n/**.json", "apps/encryption/l10n/**.js", "apps/encryption/l10n/**.json", "apps/federatedfilesharing/l10n/**.js", "apps/federatedfilesharing/l10n/**.json", "apps/federation/l10n/**.js", "apps/federation/l10n/**.json", "apps/files/l10n/**.js", "apps/files/l10n/**.json", "apps/files_external/l10n/**.js", "apps/files_external/l10n/**.json", "apps/files_sharing/l10n/**.js", "apps/files_sharing/l10n/**.json", "apps/files_trashbin/l10n/**.js", "apps/files_trashbin/l10n/**.json", "apps/files_versions/l10n/**.js", "apps/files_versions/l10n/**.json", "apps/provisioning_api/l10n/**.js", "apps/provisioning_api/l10n/**.json", "apps/settings/l10n/**.js", "apps/settings/l10n/**.json", "apps/systemtags/l10n/**.js", "apps/systemtags/l10n/**.json", "apps/updatenotification/l10n/**.js", "apps/updatenotification/l10n/**.json", "apps/user_ldap/l10n/**.js", "apps/user_ldap/l10n/**.json"]
|
||||
precedence = "aggregate"
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ class RequestHandlerController extends Controller {
|
||||
*
|
||||
* @param string $recipientProvider The address of the recipent's provider
|
||||
* @param string $token The token used for the invitation
|
||||
* @param string $userID The userID of the recipient at the recipient's provider
|
||||
* @param string $userId The userId of the recipient at the recipient's provider
|
||||
* @param string $email The email address of the recipient
|
||||
* @param string $name The display name of the recipient
|
||||
*
|
||||
@@ -251,8 +251,8 @@ class RequestHandlerController extends Controller {
|
||||
#[PublicPage]
|
||||
#[NoCSRFRequired]
|
||||
#[BruteForceProtection(action: 'inviteAccepted')]
|
||||
public function inviteAccepted(string $recipientProvider, string $token, string $userID, string $email, string $name): JSONResponse {
|
||||
$this->logger->debug('Processing share invitation for ' . $userID . ' with token ' . $token . ' and email ' . $email . ' and name ' . $name);
|
||||
public function inviteAccepted(string $recipientProvider, string $token, string $userId, string $email, string $name): JSONResponse {
|
||||
$this->logger->debug('Processing share invitation for ' . $userId . ' with token ' . $token . ' and email ' . $email . ' and name ' . $name);
|
||||
|
||||
$updated = $this->timeFactory->getTime();
|
||||
|
||||
@@ -309,7 +309,7 @@ class RequestHandlerController extends Controller {
|
||||
$invitation->setRecipientEmail($email);
|
||||
$invitation->setRecipientName($name);
|
||||
$invitation->setRecipientProvider($recipientProvider);
|
||||
$invitation->setRecipientUserId($userID);
|
||||
$invitation->setRecipientUserId($userId);
|
||||
$invitation->setAcceptedAt($updated);
|
||||
$invitation = $this->federatedInviteMapper->update($invitation);
|
||||
|
||||
|
||||
@@ -354,7 +354,7 @@
|
||||
"required": [
|
||||
"recipientProvider",
|
||||
"token",
|
||||
"userID",
|
||||
"userId",
|
||||
"email",
|
||||
"name"
|
||||
],
|
||||
@@ -367,9 +367,9 @@
|
||||
"type": "string",
|
||||
"description": "The token used for the invitation"
|
||||
},
|
||||
"userID": {
|
||||
"userId": {
|
||||
"type": "string",
|
||||
"description": "The userID of the recipient at the recipient's provider"
|
||||
"description": "The userId of the recipient at the recipient's provider"
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ OC.L10N.register(
|
||||
"Delete comment" : "Smazat komentář",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"New comment" : "Nový komentář",
|
||||
"Write a comment …" : "Napsat komentář …",
|
||||
"Post comment" : "Odeslat komentář",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ pro zmínění, : pro emotikony, / pro inteligentní výběr",
|
||||
"Could not reload comments" : "Znovunačtení komentářů se nezdařilo",
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
"Delete comment" : "Smazat komentář",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"New comment" : "Nový komentář",
|
||||
"Write a comment …" : "Napsat komentář …",
|
||||
"Post comment" : "Odeslat komentář",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ pro zmínění, : pro emotikony, / pro inteligentní výběr",
|
||||
"Could not reload comments" : "Znovunačtení komentářů se nezdařilo",
|
||||
|
||||
@@ -17,7 +17,6 @@ OC.L10N.register(
|
||||
"Delete comment" : "Elimina commento",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"New comment" : "Nuovo commento",
|
||||
"Write a comment …" : "Scrivi un commento ...",
|
||||
"Post comment" : "Pubblica commento",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ per menzioni, : per emoji, / per selettore intelligente",
|
||||
"Could not reload comments" : "Impossibile ricaricare i commenti",
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
"Delete comment" : "Elimina commento",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"New comment" : "Nuovo commento",
|
||||
"Write a comment …" : "Scrivi un commento ...",
|
||||
"Post comment" : "Pubblica commento",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "@ per menzioni, : per emoji, / per selettore intelligente",
|
||||
"Could not reload comments" : "Impossibile ricaricare i commenti",
|
||||
|
||||
@@ -17,7 +17,6 @@ OC.L10N.register(
|
||||
"Delete comment" : "刪除留言",
|
||||
"Cancel edit" : "取消編輯",
|
||||
"New comment" : "新評論",
|
||||
"Write a comment …" : "發表評論 ...",
|
||||
"Post comment" : "張貼留言",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "“@” 表示提及,“:” 表示表情符號,“/” 表示智慧型選擇器",
|
||||
"Could not reload comments" : "無法重新加載評論",
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
"Delete comment" : "刪除留言",
|
||||
"Cancel edit" : "取消編輯",
|
||||
"New comment" : "新評論",
|
||||
"Write a comment …" : "發表評論 ...",
|
||||
"Post comment" : "張貼留言",
|
||||
"@ for mentions, : for emoji, / for smart picker" : "“@” 表示提及,“:” 表示表情符號,“/” 表示智慧型選擇器",
|
||||
"Could not reload comments" : "無法重新加載評論",
|
||||
|
||||
@@ -24,9 +24,10 @@ use Test\TestCase;
|
||||
/**
|
||||
* Class ApplicationTest
|
||||
*
|
||||
* @group DB
|
||||
*
|
||||
* @package OCA\Comments\Tests\Unit\AppInfo
|
||||
*/
|
||||
#[\PHPUnit\Framework\Attributes\Group('DB')]
|
||||
class ApplicationTest extends TestCase {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,9 @@ use Sabre\VObject\Component\VCard;
|
||||
use Sabre\VObject\UUIDUtil;
|
||||
use Test\TestCase;
|
||||
|
||||
#[\PHPUnit\Framework\Attributes\Group('DB')]
|
||||
/**
|
||||
* @group DB
|
||||
*/
|
||||
class RecentContactMapperTest extends TestCase {
|
||||
private RecentContactMapper $recentContactMapper;
|
||||
private ITimeFactory $time;
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
||||
"Edit widgets" : "Modifica widget",
|
||||
"Get more widgets from the App Store" : "Ottieni altri widget dal negozio delle applicazioni",
|
||||
"Weather service" : "Servizio meteo",
|
||||
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server {productName} per tuo conto, per cui il servizio meteo non riceve informazioni personali.",
|
||||
"Weather data from Met.no" : "Dati meteo da Met.no",
|
||||
"geocoding with Nominatim" : "geocodifica conh Nominatim",
|
||||
"elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData",
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
"Edit widgets" : "Modifica widget",
|
||||
"Get more widgets from the App Store" : "Ottieni altri widget dal negozio delle applicazioni",
|
||||
"Weather service" : "Servizio meteo",
|
||||
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server {productName} per tuo conto, per cui il servizio meteo non riceve informazioni personali.",
|
||||
"Weather data from Met.no" : "Dati meteo da Met.no",
|
||||
"geocoding with Nominatim" : "geocodifica conh Nominatim",
|
||||
"elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData",
|
||||
|
||||
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
@@ -26,23 +26,12 @@ use Composer\Semver\VersionParser;
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
/**
|
||||
* @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
|
||||
* @internal
|
||||
*/
|
||||
private static $selfDir = null;
|
||||
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
private static $installedIsLocalDir;
|
||||
|
||||
/**
|
||||
* @var bool|null
|
||||
*/
|
||||
@@ -320,24 +309,6 @@ class InstalledVersions
|
||||
{
|
||||
self::$installed = $data;
|
||||
self::$installedByVendor = array();
|
||||
|
||||
// when using reload, we disable the duplicate protection to ensure that self::$installed data is
|
||||
// always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
|
||||
// so we have to assume it does not, and that may result in duplicate data being returned when listing
|
||||
// all installed packages for example
|
||||
self::$installedIsLocalDir = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
private static function getSelfDir()
|
||||
{
|
||||
if (self::$selfDir === null) {
|
||||
self::$selfDir = strtr(__DIR__, '\\', '/');
|
||||
}
|
||||
|
||||
return self::$selfDir;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -351,27 +322,19 @@ class InstalledVersions
|
||||
}
|
||||
|
||||
$installed = array();
|
||||
$copiedLocalDir = false;
|
||||
|
||||
if (self::$canGetVendors) {
|
||||
$selfDir = self::getSelfDir();
|
||||
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
||||
$vendorDir = strtr($vendorDir, '\\', '/');
|
||||
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';
|
||||
self::$installedByVendor[$vendorDir] = $required;
|
||||
$installed[] = $required;
|
||||
if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
|
||||
self::$installed = $required;
|
||||
self::$installedIsLocalDir = true;
|
||||
$installed[] = self::$installedByVendor[$vendorDir] = $required;
|
||||
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
||||
self::$installed = $installed[count($installed) - 1];
|
||||
}
|
||||
}
|
||||
if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
|
||||
$copiedLocalDir = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -387,7 +350,7 @@ class InstalledVersions
|
||||
}
|
||||
}
|
||||
|
||||
if (self::$installed !== array() && !$copiedLocalDir) {
|
||||
if (self::$installed !== array()) {
|
||||
$installed[] = self::$installed;
|
||||
}
|
||||
|
||||
|
||||
+6
-6
@@ -272,6 +272,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "آخر يوم (متضمن)",
|
||||
"Out of office replacement (optional)" : "البديل لمن هو خارج المكتب (إختياري)",
|
||||
"Name of the replacement" : "اسم البديل",
|
||||
"No results." : "لا نتائج",
|
||||
"Start typing." : "أبدا الكتابة",
|
||||
"Short absence status" : "حالة الغياب القصير",
|
||||
"Long absence Message" : "رسالة الغياب الطويل",
|
||||
"Save" : "حفظ",
|
||||
@@ -298,6 +300,10 @@ OC.L10N.register(
|
||||
"Reset to default" : "اعادة تعيين الافتراضيات",
|
||||
"Import contacts" : "استيراد جهات اتصال",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "استيراد ملف .cvf جديد سوف يؤدي إلى حذف جهات الاتصال التلقائية الحالية واستبدالها بالجديدة. هل ترغب في الاستمرار؟",
|
||||
"Availability" : "أوقات التواجد ",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.",
|
||||
"Absence" : "غياب",
|
||||
"Configure your next absence period." : "تهيئة فترة غيابك القادمة.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادم البريد الالكتروني {linkclose}.",
|
||||
"Calendar server" : "خادم التقويم",
|
||||
@@ -310,17 +316,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "أرسل إشعارات للتذكير إلى المشتركين بالتقويم كذلك",
|
||||
"Reminders are always sent to organizers and attendees." : "إشعارات التذكير يتم إرسالها دائماً إلى مُنظّم أو مُنظّمي الحدث و المستهدفين بحضوره.",
|
||||
"Enable notifications for events via push" : "تمكين الإشعارات حول الأحداث عن طريق أسلوب دفع الإشعارات Push",
|
||||
"Availability" : "أوقات التواجد ",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.",
|
||||
"Absence" : "غياب",
|
||||
"Configure your next absence period." : "تهيئة فترة غيابك القادمة.",
|
||||
"There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.",
|
||||
"Please contact the organizer directly." : "يرجى الاتصال بالمنظم مباشرةً",
|
||||
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
|
||||
"Tentative" : "مبدئي",
|
||||
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
|
||||
"No results." : "لا نتائج",
|
||||
"Start typing." : "أبدا الكتابة",
|
||||
"Time zone:" : "منطقة زمنية:"
|
||||
},
|
||||
"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;");
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
"Last day (inclusive)" : "آخر يوم (متضمن)",
|
||||
"Out of office replacement (optional)" : "البديل لمن هو خارج المكتب (إختياري)",
|
||||
"Name of the replacement" : "اسم البديل",
|
||||
"No results." : "لا نتائج",
|
||||
"Start typing." : "أبدا الكتابة",
|
||||
"Short absence status" : "حالة الغياب القصير",
|
||||
"Long absence Message" : "رسالة الغياب الطويل",
|
||||
"Save" : "حفظ",
|
||||
@@ -296,6 +298,10 @@
|
||||
"Reset to default" : "اعادة تعيين الافتراضيات",
|
||||
"Import contacts" : "استيراد جهات اتصال",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "استيراد ملف .cvf جديد سوف يؤدي إلى حذف جهات الاتصال التلقائية الحالية واستبدالها بالجديدة. هل ترغب في الاستمرار؟",
|
||||
"Availability" : "أوقات التواجد ",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.",
|
||||
"Absence" : "غياب",
|
||||
"Configure your next absence period." : "تهيئة فترة غيابك القادمة.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادم البريد الالكتروني {linkclose}.",
|
||||
"Calendar server" : "خادم التقويم",
|
||||
@@ -308,17 +314,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "أرسل إشعارات للتذكير إلى المشتركين بالتقويم كذلك",
|
||||
"Reminders are always sent to organizers and attendees." : "إشعارات التذكير يتم إرسالها دائماً إلى مُنظّم أو مُنظّمي الحدث و المستهدفين بحضوره.",
|
||||
"Enable notifications for events via push" : "تمكين الإشعارات حول الأحداث عن طريق أسلوب دفع الإشعارات Push",
|
||||
"Availability" : "أوقات التواجد ",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.",
|
||||
"Absence" : "غياب",
|
||||
"Configure your next absence period." : "تهيئة فترة غيابك القادمة.",
|
||||
"There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.",
|
||||
"Please contact the organizer directly." : "يرجى الاتصال بالمنظم مباشرةً",
|
||||
"Are you accepting the invitation?" : "هل تقبل الدعوة؟",
|
||||
"Tentative" : "مبدئي",
|
||||
"Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ",
|
||||
"No results." : "لا نتائج",
|
||||
"Start typing." : "أبدا الكتابة",
|
||||
"Time zone:" : "منطقة زمنية:"
|
||||
},"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;"
|
||||
}
|
||||
@@ -198,6 +198,10 @@ OC.L10N.register(
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "Hebo un error mentanto se guardaba la configuración",
|
||||
"Reset to default" : "Reafitar los valores",
|
||||
"Availability" : "Disponibilidá",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, les demás persones van ver cuando coles de la oficina al acutar una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configura'l próximu periodu d'ausencia",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instala tamién l'{calendarappstoreopen}aplicación Calendariu{linkclose} o {calendardocopen}conecta'l veceru pa ordenadores y/o móviles pa sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de que configuresti afayadizamente'l {emailopen}sirvidor de corréu electrónicu{linkclose}.",
|
||||
"Calendar server" : "Sirvidor de calendarios",
|
||||
@@ -210,10 +214,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Unvia tamién avisos de recordatoriu pa les persones coles que se compartiere'l calendariu",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios únviense siempres a organizadores y asistentes",
|
||||
"Enable notifications for events via push" : "Acriva los avisos automáticos pa los eventos",
|
||||
"Availability" : "Disponibilidá",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, les demás persones van ver cuando coles de la oficina al acutar una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configura'l próximu periodu d'ausencia",
|
||||
"There was an error updating your attendance status." : "Hebo un error al anovar l'estáu de l'asistencia.",
|
||||
"Please contact the organizer directly." : "Ponte en contautu direutamente cola organización.",
|
||||
"Are you accepting the invitation?" : "¿Aceptes la invitación?",
|
||||
|
||||
@@ -196,6 +196,10 @@
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "Hebo un error mentanto se guardaba la configuración",
|
||||
"Reset to default" : "Reafitar los valores",
|
||||
"Availability" : "Disponibilidá",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, les demás persones van ver cuando coles de la oficina al acutar una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configura'l próximu periodu d'ausencia",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instala tamién l'{calendarappstoreopen}aplicación Calendariu{linkclose} o {calendardocopen}conecta'l veceru pa ordenadores y/o móviles pa sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de que configuresti afayadizamente'l {emailopen}sirvidor de corréu electrónicu{linkclose}.",
|
||||
"Calendar server" : "Sirvidor de calendarios",
|
||||
@@ -208,10 +212,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Unvia tamién avisos de recordatoriu pa les persones coles que se compartiere'l calendariu",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios únviense siempres a organizadores y asistentes",
|
||||
"Enable notifications for events via push" : "Acriva los avisos automáticos pa los eventos",
|
||||
"Availability" : "Disponibilidá",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, les demás persones van ver cuando coles de la oficina al acutar una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configura'l próximu periodu d'ausencia",
|
||||
"There was an error updating your attendance status." : "Hebo un error al anovar l'estáu de l'asistencia.",
|
||||
"Please contact the organizer directly." : "Ponte en contautu direutamente cola organización.",
|
||||
"Are you accepting the invitation?" : "¿Aceptes la invitación?",
|
||||
|
||||
+3
-4
@@ -186,12 +186,14 @@ OC.L10N.register(
|
||||
"Delete slot" : "Изтриване на слот",
|
||||
"No working hours set" : "Няма зададено работно време",
|
||||
"Add slot" : "Добавяне на слот",
|
||||
"Weekdays" : "Делнични дни",
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматично задаване на потребителският статус на „Не безпокойте“ извън достъпността, за заглушаване на всички известия.",
|
||||
"Cancel" : "Отказ",
|
||||
"Import" : "Импортиране /внасяне/",
|
||||
"Error while saving settings" : "Грешка при запазване на настройките",
|
||||
"Reset to default" : "Настройки по подразбиране",
|
||||
"Availability" : "Работно време",
|
||||
"Absence" : "Отсъствия",
|
||||
"Configure your next absence period." : "Задай своето съобщение за отсъствие.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
|
||||
"Calendar server" : "Сървър на календар",
|
||||
@@ -204,9 +206,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
|
||||
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
|
||||
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
|
||||
"Availability" : "Работно време",
|
||||
"Absence" : "Отсъствия",
|
||||
"Configure your next absence period." : "Задай своето съобщение за отсъствие.",
|
||||
"There was an error updating your attendance status." : "Възникна грешка при актуализиране на състоянието на присъствието Ви.",
|
||||
"Please contact the organizer directly." : "Моля, свържете се директно с организатора.",
|
||||
"Are you accepting the invitation?" : "Приемате ли поканата?",
|
||||
|
||||
@@ -184,12 +184,14 @@
|
||||
"Delete slot" : "Изтриване на слот",
|
||||
"No working hours set" : "Няма зададено работно време",
|
||||
"Add slot" : "Добавяне на слот",
|
||||
"Weekdays" : "Делнични дни",
|
||||
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Автоматично задаване на потребителският статус на „Не безпокойте“ извън достъпността, за заглушаване на всички известия.",
|
||||
"Cancel" : "Отказ",
|
||||
"Import" : "Импортиране /внасяне/",
|
||||
"Error while saving settings" : "Грешка при запазване на настройките",
|
||||
"Reset to default" : "Настройки по подразбиране",
|
||||
"Availability" : "Работно време",
|
||||
"Absence" : "Отсъствия",
|
||||
"Configure your next absence period." : "Задай своето съобщение за отсъствие.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Също така инсталирайте приложението {calendarappstoreopen}Календар{linkclose} или {calendardocopen}, свържете вашия настолен компютър и мобилен телефон за синхронизиране ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Моля, уверете се, че сте настроили правилно {emailopen} имейл сървъра{linkclose}.",
|
||||
"Calendar server" : "Сървър на календар",
|
||||
@@ -202,9 +204,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Изпращане на известия за напомняния и до споделящите календар",
|
||||
"Reminders are always sent to organizers and attendees." : "Напомнянията винаги се изпращат до организаторите и присъстващите.",
|
||||
"Enable notifications for events via push" : "Активиране на известията за събития чрез push",
|
||||
"Availability" : "Работно време",
|
||||
"Absence" : "Отсъствия",
|
||||
"Configure your next absence period." : "Задай своето съобщение за отсъствие.",
|
||||
"There was an error updating your attendance status." : "Възникна грешка при актуализиране на състоянието на присъствието Ви.",
|
||||
"Please contact the organizer directly." : "Моля, свържете се директно с организатора.",
|
||||
"Are you accepting the invitation?" : "Приемате ли поканата?",
|
||||
|
||||
+6
-6
@@ -272,6 +272,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Darrer dia (inclòs)",
|
||||
"Out of office replacement (optional)" : "Substitució fora de l'oficina (opcional)",
|
||||
"Name of the replacement" : "Nom del substitut",
|
||||
"No results." : "Cap resultat.",
|
||||
"Start typing." : "Comença a escriure.",
|
||||
"Short absence status" : "Estat d'absència breu",
|
||||
"Long absence Message" : "Missatge d'absència llarga",
|
||||
"Save" : "Desa",
|
||||
@@ -291,6 +293,10 @@ OC.L10N.register(
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "S'ha produït un error en desar els paràmetres",
|
||||
"Reset to default" : "Reinicialitza els valors per defecte",
|
||||
"Availability" : "Disponibilitat",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
|
||||
"Absence" : "Absència",
|
||||
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instal·leu també {calendarappstoreopen}l'aplicació Calendari{linkclose} o {calendardocopen}connecteu el vostre dispositiu d'escriptori i el mòbil per a sincronitzar-los ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegureu-vos de configurar correctament el{emailopen}servidor de correu electrònic{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendari",
|
||||
@@ -303,17 +309,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Envia també notificacions de recordatori als usuaris amb qui s'ha compartit el calendari",
|
||||
"Reminders are always sent to organizers and attendees." : "Sempre s'envien recordatoris als organitzadors i als assistents.",
|
||||
"Enable notifications for events via push" : "Habilita les notificacions automàtiques per als esdeveniments",
|
||||
"Availability" : "Disponibilitat",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
|
||||
"Absence" : "Absència",
|
||||
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
|
||||
"There was an error updating your attendance status." : "S'ha produït un error en actualitzar l'estat d'assistència.",
|
||||
"Please contact the organizer directly." : "Contacteu amb l'organització directament.",
|
||||
"Are you accepting the invitation?" : "Accepteu la invitació?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.",
|
||||
"No results." : "Cap resultat.",
|
||||
"Start typing." : "Comença a escriure.",
|
||||
"Time zone:" : "Fus horari:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
"Last day (inclusive)" : "Darrer dia (inclòs)",
|
||||
"Out of office replacement (optional)" : "Substitució fora de l'oficina (opcional)",
|
||||
"Name of the replacement" : "Nom del substitut",
|
||||
"No results." : "Cap resultat.",
|
||||
"Start typing." : "Comença a escriure.",
|
||||
"Short absence status" : "Estat d'absència breu",
|
||||
"Long absence Message" : "Missatge d'absència llarga",
|
||||
"Save" : "Desa",
|
||||
@@ -289,6 +291,10 @@
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "S'ha produït un error en desar els paràmetres",
|
||||
"Reset to default" : "Reinicialitza els valors per defecte",
|
||||
"Availability" : "Disponibilitat",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
|
||||
"Absence" : "Absència",
|
||||
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instal·leu també {calendarappstoreopen}l'aplicació Calendari{linkclose} o {calendardocopen}connecteu el vostre dispositiu d'escriptori i el mòbil per a sincronitzar-los ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegureu-vos de configurar correctament el{emailopen}servidor de correu electrònic{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendari",
|
||||
@@ -301,17 +307,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Envia també notificacions de recordatori als usuaris amb qui s'ha compartit el calendari",
|
||||
"Reminders are always sent to organizers and attendees." : "Sempre s'envien recordatoris als organitzadors i als assistents.",
|
||||
"Enable notifications for events via push" : "Habilita les notificacions automàtiques per als esdeveniments",
|
||||
"Availability" : "Disponibilitat",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta de persones veuran quan sou fora de l'oficina quan planifiquin una reunió.",
|
||||
"Absence" : "Absència",
|
||||
"Configure your next absence period." : "Configureu el pròxim període d'absència.",
|
||||
"There was an error updating your attendance status." : "S'ha produït un error en actualitzar l'estat d'assistència.",
|
||||
"Please contact the organizer directly." : "Contacteu amb l'organització directament.",
|
||||
"Are you accepting the invitation?" : "Accepteu la invitació?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.",
|
||||
"No results." : "Cap resultat.",
|
||||
"Start typing." : "Comença a escriure.",
|
||||
"Time zone:" : "Fus horari:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Poslední den (včetně)",
|
||||
"Out of office replacement (optional)" : "Zástup když mimo kancelář (volitelné)",
|
||||
"Name of the replacement" : "Jméno zástupu",
|
||||
"No results." : "Nic nenalezeno.",
|
||||
"Start typing." : "Začněte psát.",
|
||||
"Short absence status" : "Stav krátké nepřítomnosti",
|
||||
"Long absence Message" : "Zpráva pro dlouhou nepřítomnost",
|
||||
"Save" : "Uložit",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Naimportovat událost kalendáře",
|
||||
"Uploading a new event will overwrite the existing one." : "Nahrání nové události přepíše tu existující.",
|
||||
"Upload event" : "Nahrát událost",
|
||||
"Availability" : "Dostupnost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní lidé při rezervování schůzky uvidí, kdy jste mimo kancelář.",
|
||||
"Absence" : "Nepřítomnost",
|
||||
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Také nainstalujte {calendarappstoreopen}aplikaci Kalendář{linkclose}, nebo {calendardocopen}připojte svůj počítač a telefon pro synchronizaci ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ověřte, že jste správně nastavili {emailopen}e-mailový server{linkclose}.",
|
||||
"Calendar server" : "Kalendářový server",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Upozorňovat na události prostřednictvím služby push",
|
||||
"Example content" : "Obsah pro ukázku",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Obsah pro ukázku slouží pro předvedení funkcí Nextcloud. Výchozí obsah je dodáván s Nextcloud a je možné ho nahradit uživatelsky určeným.",
|
||||
"Availability" : "Dostupnost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní lidé při rezervování schůzky uvidí, kdy jste mimo kancelář.",
|
||||
"Absence" : "Nepřítomnost",
|
||||
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
|
||||
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci vašeho stavu účasti.",
|
||||
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
|
||||
"Are you accepting the invitation?" : "Přijímáte pozvání?",
|
||||
"Tentative" : "Nezávazně",
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
|
||||
"No results." : "Nic nenalezeno.",
|
||||
"Start typing." : "Začněte psát.",
|
||||
"Time zone:" : "Časové pásmo:"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Poslední den (včetně)",
|
||||
"Out of office replacement (optional)" : "Zástup když mimo kancelář (volitelné)",
|
||||
"Name of the replacement" : "Jméno zástupu",
|
||||
"No results." : "Nic nenalezeno.",
|
||||
"Start typing." : "Začněte psát.",
|
||||
"Short absence status" : "Stav krátké nepřítomnosti",
|
||||
"Long absence Message" : "Zpráva pro dlouhou nepřítomnost",
|
||||
"Save" : "Uložit",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Naimportovat událost kalendáře",
|
||||
"Uploading a new event will overwrite the existing one." : "Nahrání nové události přepíše tu existující.",
|
||||
"Upload event" : "Nahrát událost",
|
||||
"Availability" : "Dostupnost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní lidé při rezervování schůzky uvidí, kdy jste mimo kancelář.",
|
||||
"Absence" : "Nepřítomnost",
|
||||
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Také nainstalujte {calendarappstoreopen}aplikaci Kalendář{linkclose}, nebo {calendardocopen}připojte svůj počítač a telefon pro synchronizaci ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ověřte, že jste správně nastavili {emailopen}e-mailový server{linkclose}.",
|
||||
"Calendar server" : "Kalendářový server",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Upozorňovat na události prostřednictvím služby push",
|
||||
"Example content" : "Obsah pro ukázku",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Obsah pro ukázku slouží pro předvedení funkcí Nextcloud. Výchozí obsah je dodáván s Nextcloud a je možné ho nahradit uživatelsky určeným.",
|
||||
"Availability" : "Dostupnost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní lidé při rezervování schůzky uvidí, kdy jste mimo kancelář.",
|
||||
"Absence" : "Nepřítomnost",
|
||||
"Configure your next absence period." : "Nastavte období své nepřítomnosti.",
|
||||
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci vašeho stavu účasti.",
|
||||
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
|
||||
"Are you accepting the invitation?" : "Přijímáte pozvání?",
|
||||
"Tentative" : "Nezávazně",
|
||||
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
|
||||
"No results." : "Nic nenalezeno.",
|
||||
"Start typing." : "Začněte psát.",
|
||||
"Time zone:" : "Časové pásmo:"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
+7
-7
@@ -260,7 +260,7 @@ OC.L10N.register(
|
||||
"DAV system address book" : "DAV system adressebog",
|
||||
"No outstanding DAV system address book sync." : "Ingen udestående synkronisering af DAV-systemets adressebog.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV-systemets adressebogssynkronisering er ikke kørt endnu, da din instans har mere end 1000 brugere, eller fordi der opstod en fejl. Kør det manuelt ved at kalde \"occ dav:sync-system-addressbook\".",
|
||||
"DAV system address book size" : "Størrelse på DAV systemets adressebog",
|
||||
"DAV system address book size" : "Størrelse på DAV-systemets adressebog",
|
||||
"The system address book is disabled" : "Systemets adressebog er deaktiveret",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Systemadressebogen er aktiveret, men indeholder mere end den konfigurerede grænse på %d kontakter",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Systemadressebogen er aktiveret og indeholder mindre end den konfigurerede grænse på %d kontakter",
|
||||
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Sidste dag (indklusiv)",
|
||||
"Out of office replacement (optional)" : "Ikke på kontoret udskiftning (valgfrit)",
|
||||
"Name of the replacement" : "Navn på udskiftning",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynd at skrive.",
|
||||
"Short absence status" : "Kort fraværsstatus",
|
||||
"Long absence Message" : "Langt fravær besked",
|
||||
"Save" : "Gem",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importér kalenderbegivenhed",
|
||||
"Uploading a new event will overwrite the existing one." : "Upload af en ny begivenhed vil overskrive den eksisterende.",
|
||||
"Upload event" : "Upload begivenhed",
|
||||
"Availability" : "tilgængelighed",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer dine arbejdstider, vil andre se, når du er fraværende, når de booker et møde.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din næste fraværsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen}Kalender-appen{linkclose}, eller {calendardocopen}tilslut dit skrivebord og din mobil til synkronisering ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Sørg for at konfigurere {emailopen}e-mail-serveren{linkclose} korrekt.",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Aktiver notifikationer for begivenheder via push",
|
||||
"Example content" : "Eksempelindhold",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Eksempelindhold fremviser funktionerne i Nextcloud. Standardindhold leveres med Nextcloud, og kan erstattes af brugerdefineret indhold.",
|
||||
"Availability" : "tilgængelighed",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer dine arbejdstider, vil andre se, når du er fraværende, når de booker et møde.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din næste fraværsperiode.",
|
||||
"There was an error updating your attendance status." : "Der opstod en fejl under opdatering af din fremmødestatus.",
|
||||
"Please contact the organizer directly." : "Kontakt venligst arrangøren direkte.",
|
||||
"Are you accepting the invitation?" : "Accepter du invitationen?",
|
||||
"Tentative" : "Foreløbig",
|
||||
"Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynd at skrive.",
|
||||
"Time zone:" : "Tidszone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
"DAV system address book" : "DAV system adressebog",
|
||||
"No outstanding DAV system address book sync." : "Ingen udestående synkronisering af DAV-systemets adressebog.",
|
||||
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV-systemets adressebogssynkronisering er ikke kørt endnu, da din instans har mere end 1000 brugere, eller fordi der opstod en fejl. Kør det manuelt ved at kalde \"occ dav:sync-system-addressbook\".",
|
||||
"DAV system address book size" : "Størrelse på DAV systemets adressebog",
|
||||
"DAV system address book size" : "Størrelse på DAV-systemets adressebog",
|
||||
"The system address book is disabled" : "Systemets adressebog er deaktiveret",
|
||||
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "Systemadressebogen er aktiveret, men indeholder mere end den konfigurerede grænse på %d kontakter",
|
||||
"The system address book is enabled and contains less than the configured limit of %d contacts" : "Systemadressebogen er aktiveret og indeholder mindre end den konfigurerede grænse på %d kontakter",
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Sidste dag (indklusiv)",
|
||||
"Out of office replacement (optional)" : "Ikke på kontoret udskiftning (valgfrit)",
|
||||
"Name of the replacement" : "Navn på udskiftning",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynd at skrive.",
|
||||
"Short absence status" : "Kort fraværsstatus",
|
||||
"Long absence Message" : "Langt fravær besked",
|
||||
"Save" : "Gem",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Importér kalenderbegivenhed",
|
||||
"Uploading a new event will overwrite the existing one." : "Upload af en ny begivenhed vil overskrive den eksisterende.",
|
||||
"Upload event" : "Upload begivenhed",
|
||||
"Availability" : "tilgængelighed",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer dine arbejdstider, vil andre se, når du er fraværende, når de booker et møde.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din næste fraværsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen}Kalender-appen{linkclose}, eller {calendardocopen}tilslut dit skrivebord og din mobil til synkronisering ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Sørg for at konfigurere {emailopen}e-mail-serveren{linkclose} korrekt.",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Aktiver notifikationer for begivenheder via push",
|
||||
"Example content" : "Eksempelindhold",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Eksempelindhold fremviser funktionerne i Nextcloud. Standardindhold leveres med Nextcloud, og kan erstattes af brugerdefineret indhold.",
|
||||
"Availability" : "tilgængelighed",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer dine arbejdstider, vil andre se, når du er fraværende, når de booker et møde.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din næste fraværsperiode.",
|
||||
"There was an error updating your attendance status." : "Der opstod en fejl under opdatering af din fremmødestatus.",
|
||||
"Please contact the organizer directly." : "Kontakt venligst arrangøren direkte.",
|
||||
"Are you accepting the invitation?" : "Accepter du invitationen?",
|
||||
"Tentative" : "Foreløbig",
|
||||
"Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynd at skrive.",
|
||||
"Time zone:" : "Tidszone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Letzter Tag (inklusiv)",
|
||||
"Out of office replacement (optional)" : "Abwesenheitsvertretung (optional)",
|
||||
"Name of the replacement" : "Name der Vertretung",
|
||||
"No results." : "Keine Ergebnisse",
|
||||
"Start typing." : "Mit dem Schreiben beginnen.",
|
||||
"Short absence status" : "Kurzer Abwesenheitsstatus",
|
||||
"Long absence Message" : "Lange Abwesenheitsnachricht",
|
||||
"Save" : "Speichern",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Kalenderereignis importieren",
|
||||
"Uploading a new event will overwrite the existing one." : "Das Hochladen eines neuen Termins wird den bestehenden Termin überschreiben.",
|
||||
"Upload event" : "Termin hochladen",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten angibst, können andere beim Buchen einer Besprechung sehen, wann du nicht im Büro bist.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Example content" : "Beispielsinhalt",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Beispielinhalte dienen dazu, die Funktionen von Nextcloud vorzustellen. Standardinhalte werden mit Nextcloud ausgeliefert und können durch benutzerdefinierte Inhalte ersetzt werden.",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten angibst, können andere beim Buchen einer Besprechung sehen, wann du nicht im Büro bist.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
|
||||
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren deines Teilnehmerstatus aufgetreten.",
|
||||
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
|
||||
"Are you accepting the invitation?" : "Die Einladung annehmen?",
|
||||
"Tentative" : "Vorläufig",
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
|
||||
"No results." : "Keine Ergebnisse",
|
||||
"Start typing." : "Mit dem Schreiben beginnen.",
|
||||
"Time zone:" : "Zeitzone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Letzter Tag (inklusiv)",
|
||||
"Out of office replacement (optional)" : "Abwesenheitsvertretung (optional)",
|
||||
"Name of the replacement" : "Name der Vertretung",
|
||||
"No results." : "Keine Ergebnisse",
|
||||
"Start typing." : "Mit dem Schreiben beginnen.",
|
||||
"Short absence status" : "Kurzer Abwesenheitsstatus",
|
||||
"Long absence Message" : "Lange Abwesenheitsnachricht",
|
||||
"Save" : "Speichern",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Kalenderereignis importieren",
|
||||
"Uploading a new event will overwrite the existing one." : "Das Hochladen eines neuen Termins wird den bestehenden Termin überschreiben.",
|
||||
"Upload event" : "Termin hochladen",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten angibst, können andere beim Buchen einer Besprechung sehen, wann du nicht im Büro bist.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Example content" : "Beispielsinhalt",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Beispielinhalte dienen dazu, die Funktionen von Nextcloud vorzustellen. Standardinhalte werden mit Nextcloud ausgeliefert und können durch benutzerdefinierte Inhalte ersetzt werden.",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten angibst, können andere beim Buchen einer Besprechung sehen, wann du nicht im Büro bist.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richte deinen nächsten Abwesenheitszeitraum ein.",
|
||||
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren deines Teilnehmerstatus aufgetreten.",
|
||||
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
|
||||
"Are you accepting the invitation?" : "Die Einladung annehmen?",
|
||||
"Tentative" : "Vorläufig",
|
||||
"Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.",
|
||||
"No results." : "Keine Ergebnisse",
|
||||
"Start typing." : "Mit dem Schreiben beginnen.",
|
||||
"Time zone:" : "Zeitzone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Letzter Tag (inklusiv)",
|
||||
"Out of office replacement (optional)" : "Abwesenheitsvertretung (optional)",
|
||||
"Name of the replacement" : "Name der Vertretung",
|
||||
"No results." : "Keine Ergebnisse.",
|
||||
"Start typing." : "Anfangen zu tippen.",
|
||||
"Short absence status" : "Kurzer Abwesenheitsstatus",
|
||||
"Long absence Message" : "Lange Abwesenheitsnachricht",
|
||||
"Save" : "Speichern",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Kalendertermin importieren",
|
||||
"Uploading a new event will overwrite the existing one." : "Das Hochladen eines neuen Termins wird den bestehenden Termin überschreiben.",
|
||||
"Upload event" : "Termin hochladen",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß eingerichtet haben.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Example content" : "Beispielsinhalt",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Beispielinhalte dienen dazu, die Funktionen von Nextcloud vorzustellen. Standardinhalte werden mit Nextcloud ausgeliefert und können durch benutzerdefinierte Inhalte ersetzt werden.",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein.",
|
||||
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren Ihres Teilnehmerstatus aufgetreten.",
|
||||
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
|
||||
"Are you accepting the invitation?" : "Die Einladung annehmen?",
|
||||
"Tentative" : "Vorläufig",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"No results." : "Keine Ergebnisse.",
|
||||
"Start typing." : "Anfangen zu tippen.",
|
||||
"Time zone:" : "Zeitzone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Letzter Tag (inklusiv)",
|
||||
"Out of office replacement (optional)" : "Abwesenheitsvertretung (optional)",
|
||||
"Name of the replacement" : "Name der Vertretung",
|
||||
"No results." : "Keine Ergebnisse.",
|
||||
"Start typing." : "Anfangen zu tippen.",
|
||||
"Short absence status" : "Kurzer Abwesenheitsstatus",
|
||||
"Long absence Message" : "Lange Abwesenheitsnachricht",
|
||||
"Save" : "Speichern",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Kalendertermin importieren",
|
||||
"Uploading a new event will overwrite the existing one." : "Das Hochladen eines neuen Termins wird den bestehenden Termin überschreiben.",
|
||||
"Upload event" : "Termin hochladen",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß eingerichtet haben.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Example content" : "Beispielsinhalt",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Beispielinhalte dienen dazu, die Funktionen von Nextcloud vorzustellen. Standardinhalte werden mit Nextcloud ausgeliefert und können durch benutzerdefinierte Inhalte ersetzt werden.",
|
||||
"Availability" : "Verfügbarkeit",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten angeben, können andere beim Buchen einer Besprechung sehen, wann Sie nicht im Büro sind.",
|
||||
"Absence" : "Abwesenheit",
|
||||
"Configure your next absence period." : "Richten Sie ihren nächsten Abwesenheitszeitraum ein.",
|
||||
"There was an error updating your attendance status." : "Es ist ein Fehler beim Aktualisieren Ihres Teilnehmerstatus aufgetreten.",
|
||||
"Please contact the organizer directly." : "Bitte den Organisator direkt kontaktieren.",
|
||||
"Are you accepting the invitation?" : "Die Einladung annehmen?",
|
||||
"Tentative" : "Vorläufig",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"No results." : "Keine Ergebnisse.",
|
||||
"Start typing." : "Anfangen zu tippen.",
|
||||
"Time zone:" : "Zeitzone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Τελευταία ημέρα (συμπεριλαμβανομένης)",
|
||||
"Out of office replacement (optional)" : "Αντικαταστάτης εκτός γραφείου (προαιρετικό)",
|
||||
"Name of the replacement" : "Όνομα του αντικαταστάτη",
|
||||
"No results." : "Κανένα αποτέλεσμα.",
|
||||
"Start typing." : "Ξεκινήστε να πληκτρολογείτε.",
|
||||
"Short absence status" : "Σύντομη κατάσταση απουσίας",
|
||||
"Long absence Message" : "Μήνυμα παρατεταμένης απουσίας",
|
||||
"Save" : "Αποθήκευση",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Εισαγωγή εκδήλωσης ημερολογίου",
|
||||
"Uploading a new event will overwrite the existing one." : "Η μεταφόρτωση μιας νέας εκδήλωσης θα αντικαταστήσει την υπάρχουσα.",
|
||||
"Upload event" : "Μεταφόρτωση εκδήλωσης",
|
||||
"Availability" : "Διαθεσιμότητα",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Εάν ρυθμίσετε τις ώρες εργασίας σας, άλλοι άνθρωποι θα βλέπουν πότε είστε εκτός γραφείου όταν κλείνουν μια συνάντηση.",
|
||||
"Absence" : "Απουσία",
|
||||
"Configure your next absence period." : "Ρυθμίστε την επόμενη περίοδο απουσίας σας.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Εγκαταστήστε επίσης την {calendarappstoreopen}Εφαρμογή ημερολογίου{linkclose}, ή {calendardocopen}συνδέστε τον υπολογιστή & το κινητό σας για συγχρονισμό ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Παρακαλώ σιγουρευτείτε για την σωστή ρύθμιση {emailopen}του διακομιστή αλληλογραφίας{linkclose}.",
|
||||
"Calendar server" : "Διακομιστής ημερολογίου",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Ενεργοποίηση ειδοποιήσεων μέσω push",
|
||||
"Example content" : "Περιεχόμενο παραδείγματος",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Το περιεχόμενο παραδείγματος χρησιμεύει για την επίδειξη των λειτουργιών του Nextcloud. Προεπιλεγμένο περιεχόμενο περιλαμβάνεται στο Nextcloud και μπορεί να αντικατασταθεί από προσαρμοσμένο περιεχόμενο.",
|
||||
"Availability" : "Διαθεσιμότητα",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Εάν ρυθμίσετε τις ώρες εργασίας σας, άλλοι άνθρωποι θα βλέπουν πότε είστε εκτός γραφείου όταν κλείνουν μια συνάντηση.",
|
||||
"Absence" : "Απουσία",
|
||||
"Configure your next absence period." : "Ρυθμίστε την επόμενη περίοδο απουσίας σας.",
|
||||
"There was an error updating your attendance status." : "Σφάλμα ενημέρωσης κατάστασής σας.",
|
||||
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
|
||||
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
|
||||
"Tentative" : "Δοκιμαστικό",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
|
||||
"No results." : "Κανένα αποτέλεσμα.",
|
||||
"Start typing." : "Ξεκινήστε να πληκτρολογείτε.",
|
||||
"Time zone:" : "Ζώνη ώρας:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Τελευταία ημέρα (συμπεριλαμβανομένης)",
|
||||
"Out of office replacement (optional)" : "Αντικαταστάτης εκτός γραφείου (προαιρετικό)",
|
||||
"Name of the replacement" : "Όνομα του αντικαταστάτη",
|
||||
"No results." : "Κανένα αποτέλεσμα.",
|
||||
"Start typing." : "Ξεκινήστε να πληκτρολογείτε.",
|
||||
"Short absence status" : "Σύντομη κατάσταση απουσίας",
|
||||
"Long absence Message" : "Μήνυμα παρατεταμένης απουσίας",
|
||||
"Save" : "Αποθήκευση",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Εισαγωγή εκδήλωσης ημερολογίου",
|
||||
"Uploading a new event will overwrite the existing one." : "Η μεταφόρτωση μιας νέας εκδήλωσης θα αντικαταστήσει την υπάρχουσα.",
|
||||
"Upload event" : "Μεταφόρτωση εκδήλωσης",
|
||||
"Availability" : "Διαθεσιμότητα",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Εάν ρυθμίσετε τις ώρες εργασίας σας, άλλοι άνθρωποι θα βλέπουν πότε είστε εκτός γραφείου όταν κλείνουν μια συνάντηση.",
|
||||
"Absence" : "Απουσία",
|
||||
"Configure your next absence period." : "Ρυθμίστε την επόμενη περίοδο απουσίας σας.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Εγκαταστήστε επίσης την {calendarappstoreopen}Εφαρμογή ημερολογίου{linkclose}, ή {calendardocopen}συνδέστε τον υπολογιστή & το κινητό σας για συγχρονισμό ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Παρακαλώ σιγουρευτείτε για την σωστή ρύθμιση {emailopen}του διακομιστή αλληλογραφίας{linkclose}.",
|
||||
"Calendar server" : "Διακομιστής ημερολογίου",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Ενεργοποίηση ειδοποιήσεων μέσω push",
|
||||
"Example content" : "Περιεχόμενο παραδείγματος",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Το περιεχόμενο παραδείγματος χρησιμεύει για την επίδειξη των λειτουργιών του Nextcloud. Προεπιλεγμένο περιεχόμενο περιλαμβάνεται στο Nextcloud και μπορεί να αντικατασταθεί από προσαρμοσμένο περιεχόμενο.",
|
||||
"Availability" : "Διαθεσιμότητα",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Εάν ρυθμίσετε τις ώρες εργασίας σας, άλλοι άνθρωποι θα βλέπουν πότε είστε εκτός γραφείου όταν κλείνουν μια συνάντηση.",
|
||||
"Absence" : "Απουσία",
|
||||
"Configure your next absence period." : "Ρυθμίστε την επόμενη περίοδο απουσίας σας.",
|
||||
"There was an error updating your attendance status." : "Σφάλμα ενημέρωσης κατάστασής σας.",
|
||||
"Please contact the organizer directly." : "Παρακαλώ επικοινωνήστε απ' ευθείας με τον διοργανωτή.",
|
||||
"Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;",
|
||||
"Tentative" : "Δοκιμαστικό",
|
||||
"Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.",
|
||||
"No results." : "Κανένα αποτέλεσμα.",
|
||||
"Start typing." : "Ξεκινήστε να πληκτρολογείτε.",
|
||||
"Time zone:" : "Ζώνη ώρας:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Last day (inclusive)",
|
||||
"Out of office replacement (optional)" : "Out of office replacement (optional)",
|
||||
"Name of the replacement" : "Name of the replacement",
|
||||
"No results." : "No results.",
|
||||
"Start typing." : "Start typing.",
|
||||
"Short absence status" : "Short absence status",
|
||||
"Long absence Message" : "Long absence Message",
|
||||
"Save" : "Save",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Import calendar event",
|
||||
"Uploading a new event will overwrite the existing one." : "Uploading a new event will overwrite the existing one.",
|
||||
"Upload event" : "Upload event",
|
||||
"Availability" : "Availability",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
|
||||
"Calendar server" : "Calendar server",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Enable notifications for events via push",
|
||||
"Example content" : "Example content",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content.",
|
||||
"Availability" : "Availability",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
|
||||
"Please contact the organizer directly." : "Please contact the organiser directly.",
|
||||
"Are you accepting the invitation?" : "Are you accepting the invitation?",
|
||||
"Tentative" : "Tentative",
|
||||
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
|
||||
"No results." : "No results.",
|
||||
"Start typing." : "Start typing.",
|
||||
"Time zone:" : "Time zone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Last day (inclusive)",
|
||||
"Out of office replacement (optional)" : "Out of office replacement (optional)",
|
||||
"Name of the replacement" : "Name of the replacement",
|
||||
"No results." : "No results.",
|
||||
"Start typing." : "Start typing.",
|
||||
"Short absence status" : "Short absence status",
|
||||
"Long absence Message" : "Long absence Message",
|
||||
"Save" : "Save",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Import calendar event",
|
||||
"Uploading a new event will overwrite the existing one." : "Uploading a new event will overwrite the existing one.",
|
||||
"Upload event" : "Upload event",
|
||||
"Availability" : "Availability",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
|
||||
"Calendar server" : "Calendar server",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Enable notifications for events via push",
|
||||
"Example content" : "Example content",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content.",
|
||||
"Availability" : "Availability",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "If you configure your working hours, other people will see when you are out of office when they book a meeting.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
|
||||
"Please contact the organizer directly." : "Please contact the organiser directly.",
|
||||
"Are you accepting the invitation?" : "Are you accepting the invitation?",
|
||||
"Tentative" : "Tentative",
|
||||
"Your attendance was updated successfully." : "Your attendance was updated successfully.",
|
||||
"No results." : "No results.",
|
||||
"Start typing." : "Start typing.",
|
||||
"Time zone:" : "Time zone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Último día (incluido)",
|
||||
"Out of office replacement (optional)" : "Sustituto durante vacaciones/ausencia (opcional)",
|
||||
"Name of the replacement" : "Nombre del sustituto",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empiece a escribir.",
|
||||
"Short absence status" : "Estado de ausencia corta",
|
||||
"Long absence Message" : "Mensaje de ausencia larga",
|
||||
"Save" : "Guardar",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importar evento del calendario",
|
||||
"Uploading a new event will overwrite the existing one." : "Cargar un evento nuevo sobrescribirá el existente. ",
|
||||
"Upload event" : "Cargar evento",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure el siguiente periodo en que estará ausente",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}app de Calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor web{linkclose}",
|
||||
"Calendar server" : "Servidor de calendario",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Activar notificaciones push para eventos",
|
||||
"Example content" : "Contenido de ejemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "El contenido de ejemplo sirve para mostrar las características de Nextcloud. Se proporciona un contenido predeterminado con Nextcloud, y puede ser reemplazado por un contenido personalizado.",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure el siguiente periodo en que estará ausente",
|
||||
"There was an error updating your attendance status." : "Ha habido un error al actualizar tu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacta directamente con el organizador.",
|
||||
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empiece a escribir.",
|
||||
"Time zone:" : "Zona horaria:"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Último día (incluido)",
|
||||
"Out of office replacement (optional)" : "Sustituto durante vacaciones/ausencia (opcional)",
|
||||
"Name of the replacement" : "Nombre del sustituto",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empiece a escribir.",
|
||||
"Short absence status" : "Estado de ausencia corta",
|
||||
"Long absence Message" : "Mensaje de ausencia larga",
|
||||
"Save" : "Guardar",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Importar evento del calendario",
|
||||
"Uploading a new event will overwrite the existing one." : "Cargar un evento nuevo sobrescribirá el existente. ",
|
||||
"Upload event" : "Cargar evento",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure el siguiente periodo en que estará ausente",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}app de Calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor web{linkclose}",
|
||||
"Calendar server" : "Servidor de calendario",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Activar notificaciones push para eventos",
|
||||
"Example content" : "Contenido de ejemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "El contenido de ejemplo sirve para mostrar las características de Nextcloud. Se proporciona un contenido predeterminado con Nextcloud, y puede ser reemplazado por un contenido personalizado.",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuando está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure el siguiente periodo en que estará ausente",
|
||||
"There was an error updating your attendance status." : "Ha habido un error al actualizar tu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacta directamente con el organizador.",
|
||||
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empiece a escribir.",
|
||||
"Time zone:" : "Zona horaria:"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -185,6 +185,7 @@ OC.L10N.register(
|
||||
"Import" : "Importar",
|
||||
"Error while saving settings" : "Error al guardar la configuración.",
|
||||
"Reset to default" : "Restablecer al predeterminado",
|
||||
"Availability" : "Disponibilidad",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "También instala la {calendarappstoreopen}aplicación Calendario{linkclose}, o {calendardocopen}conecta tu escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendario",
|
||||
@@ -197,7 +198,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorios a los asistentes del calendario también",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
|
||||
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
|
||||
"Availability" : "Disponibilidad",
|
||||
"There was an error updating your attendance status." : "Hubo un error al actualizar tu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacta directamente al organizador.",
|
||||
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
|
||||
|
||||
@@ -183,6 +183,7 @@
|
||||
"Import" : "Importar",
|
||||
"Error while saving settings" : "Error al guardar la configuración.",
|
||||
"Reset to default" : "Restablecer al predeterminado",
|
||||
"Availability" : "Disponibilidad",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "También instala la {calendarappstoreopen}aplicación Calendario{linkclose}, o {calendardocopen}conecta tu escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrate de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendario",
|
||||
@@ -195,7 +196,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorios a los asistentes del calendario también",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios siempre se envían a los organizadores y asistentes.",
|
||||
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
|
||||
"Availability" : "Disponibilidad",
|
||||
"There was an error updating your attendance status." : "Hubo un error al actualizar tu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacta directamente al organizador.",
|
||||
"Are you accepting the invitation?" : "¿Aceptas la invitación?",
|
||||
|
||||
@@ -202,6 +202,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Último día (inclusivo)",
|
||||
"Out of office replacement (optional)" : "Reemplazo para cuando fuera de la oficina (opcional)",
|
||||
"Name of the replacement" : "Nombre del reemplazo",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empezar a escribir.",
|
||||
"Short absence status" : "Estado de ausencia corta",
|
||||
"Long absence Message" : "Mensaje de ausencia larga",
|
||||
"Save" : "Guardar",
|
||||
@@ -221,6 +223,10 @@ OC.L10N.register(
|
||||
"Import" : "Importar",
|
||||
"Error while saving settings" : "Error al guardar la configuración",
|
||||
"Reset to default" : "Restablecer al predeterminado",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuándo está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure su siguiente periodo de ausencia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}aplicación de calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}",
|
||||
"Calendar server" : "Servidor del calendario",
|
||||
@@ -233,17 +239,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorio también a los usuarios con los que se comparte el calendario",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios se envían siempre a los organizadores y asistentes.",
|
||||
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuándo está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure su siguiente periodo de ausencia.",
|
||||
"There was an error updating your attendance status." : "Ocurrió un error al actualizar su estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacte al organizador directamente.",
|
||||
"Are you accepting the invitation?" : "¿Acepta la invitación?",
|
||||
"Tentative" : "Tentativo",
|
||||
"Your attendance was updated successfully." : "Su asistencia se actualizó correctamente.",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empezar a escribir.",
|
||||
"Time zone:" : "Zona horaria:"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -200,6 +200,8 @@
|
||||
"Last day (inclusive)" : "Último día (inclusivo)",
|
||||
"Out of office replacement (optional)" : "Reemplazo para cuando fuera de la oficina (opcional)",
|
||||
"Name of the replacement" : "Nombre del reemplazo",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empezar a escribir.",
|
||||
"Short absence status" : "Estado de ausencia corta",
|
||||
"Long absence Message" : "Mensaje de ausencia larga",
|
||||
"Save" : "Guardar",
|
||||
@@ -219,6 +221,10 @@
|
||||
"Import" : "Importar",
|
||||
"Error while saving settings" : "Error al guardar la configuración",
|
||||
"Reset to default" : "Restablecer al predeterminado",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuándo está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure su siguiente periodo de ausencia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale también la {calendarappstoreopen}aplicación de calendario{linkclose} o {calendardocopen}conecte su escritorio y móvil para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Por favor, asegúrese de configurar correctamente {emailopen}el servidor de correo electrónico{linkclose}",
|
||||
"Calendar server" : "Servidor del calendario",
|
||||
@@ -231,17 +237,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Enviar recordatorio también a los usuarios con los que se comparte el calendario",
|
||||
"Reminders are always sent to organizers and attendees." : "Los recordatorios se envían siempre a los organizadores y asistentes.",
|
||||
"Enable notifications for events via push" : "Habilitar notificaciones para eventos mediante push",
|
||||
"Availability" : "Disponibilidad",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otras personas verán cuándo está fuera de la oficina cuando agenden una reunión.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configure su siguiente periodo de ausencia.",
|
||||
"There was an error updating your attendance status." : "Ocurrió un error al actualizar su estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Por favor, contacte al organizador directamente.",
|
||||
"Are you accepting the invitation?" : "¿Acepta la invitación?",
|
||||
"Tentative" : "Tentativo",
|
||||
"Your attendance was updated successfully." : "Su asistencia se actualizó correctamente.",
|
||||
"No results." : "Sin resultados.",
|
||||
"Start typing." : "Empezar a escribir.",
|
||||
"Time zone:" : "Zona horaria:"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Viimane päev (kaasaarvatud)",
|
||||
"Out of office replacement (optional)" : "Asendaja äraoleku ajaks (valikuline)",
|
||||
"Name of the replacement" : "Asendaja nimi",
|
||||
"No results." : "Vasteid ei leitud.",
|
||||
"Start typing." : "Alusta kirjutamist.",
|
||||
"Short absence status" : "Äraoleku lühinimi",
|
||||
"Long absence Message" : "Äraoleku pikk sõnum",
|
||||
"Save" : "Salvesta",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Impordi kalendrisündmus",
|
||||
"Uploading a new event will overwrite the existing one." : "Uue sündmuse üleslaadimisel asendatakse olemasolevad.",
|
||||
"Upload event" : "Laadi sündmus üles",
|
||||
"Availability" : "Saadavus",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.",
|
||||
"Absence" : "Äraolek",
|
||||
"Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Palun paigalda ka {calendarappstoreopen}Kalendrirakendus{linkclose} või {calendardocopen}lisa sünkroniseerimine oma töölaule ja nutiseadmesse ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Palun kontrolli, et {emailopen}e-posti server{linkclose} on seadistatud korrektselt.",
|
||||
"Calendar server" : "Kalendriserver",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Võta kasutusele tõuketeenustepõhised teavitused",
|
||||
"Example content" : "Sisunäidis",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Sisunäidis annab ülevaate Nexctcloudi võimalustest. Vaikimisi sisu tuleb Nexctcloudi paigaldusega kaasa ja seda saab alati oma sisuga asendada.",
|
||||
"Availability" : "Saadavus",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.",
|
||||
"Absence" : "Äraolek",
|
||||
"Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.",
|
||||
"There was an error updating your attendance status." : "Sinu osalemise oleku muutmisel tekkis viga.",
|
||||
"Please contact the organizer directly." : "Palun võta ühendust korraldajaga otse.",
|
||||
"Are you accepting the invitation?" : "Kas sa nõustud kutsega?",
|
||||
"Tentative" : "Esialgne",
|
||||
"Your attendance was updated successfully." : "Sinu osalemise oleku muutmine õnnestus.",
|
||||
"No results." : "Vasteid ei leitud.",
|
||||
"Start typing." : "Alusta kirjutamist.",
|
||||
"Time zone:" : "Ajavöönd:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Viimane päev (kaasaarvatud)",
|
||||
"Out of office replacement (optional)" : "Asendaja äraoleku ajaks (valikuline)",
|
||||
"Name of the replacement" : "Asendaja nimi",
|
||||
"No results." : "Vasteid ei leitud.",
|
||||
"Start typing." : "Alusta kirjutamist.",
|
||||
"Short absence status" : "Äraoleku lühinimi",
|
||||
"Long absence Message" : "Äraoleku pikk sõnum",
|
||||
"Save" : "Salvesta",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Impordi kalendrisündmus",
|
||||
"Uploading a new event will overwrite the existing one." : "Uue sündmuse üleslaadimisel asendatakse olemasolevad.",
|
||||
"Upload event" : "Laadi sündmus üles",
|
||||
"Availability" : "Saadavus",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.",
|
||||
"Absence" : "Äraolek",
|
||||
"Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Palun paigalda ka {calendarappstoreopen}Kalendrirakendus{linkclose} või {calendardocopen}lisa sünkroniseerimine oma töölaule ja nutiseadmesse ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Palun kontrolli, et {emailopen}e-posti server{linkclose} on seadistatud korrektselt.",
|
||||
"Calendar server" : "Kalendriserver",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Võta kasutusele tõuketeenustepõhised teavitused",
|
||||
"Example content" : "Sisunäidis",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Sisunäidis annab ülevaate Nexctcloudi võimalustest. Vaikimisi sisu tuleb Nexctcloudi paigaldusega kaasa ja seda saab alati oma sisuga asendada.",
|
||||
"Availability" : "Saadavus",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.",
|
||||
"Absence" : "Äraolek",
|
||||
"Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.",
|
||||
"There was an error updating your attendance status." : "Sinu osalemise oleku muutmisel tekkis viga.",
|
||||
"Please contact the organizer directly." : "Palun võta ühendust korraldajaga otse.",
|
||||
"Are you accepting the invitation?" : "Kas sa nõustud kutsega?",
|
||||
"Tentative" : "Esialgne",
|
||||
"Your attendance was updated successfully." : "Sinu osalemise oleku muutmine õnnestus.",
|
||||
"No results." : "Vasteid ei leitud.",
|
||||
"Start typing." : "Alusta kirjutamist.",
|
||||
"Time zone:" : "Ajavöönd:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Azken eguna (barne)",
|
||||
"Out of office replacement (optional)" : "Bulegotik kanpo ordezkatzea (aukerakoa)",
|
||||
"Name of the replacement" : "Ordezkoaren izena",
|
||||
"No results." : "Ez dago emaitzarik.",
|
||||
"Start typing." : "Hasi idazten.",
|
||||
"Short absence status" : "Absentzia-egoera laburra",
|
||||
"Long absence Message" : "Absentzia-mezu luzea",
|
||||
"Save" : "Gorde",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Inportatu egutegiko gertaera",
|
||||
"Uploading a new event will overwrite the existing one." : "Gertaera berri bat igotzeak dagoena gainidatz dezake",
|
||||
"Upload event" : "Igo gertaera",
|
||||
"Availability" : "Eskuragarritasuna",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.",
|
||||
"Absence" : "Absentzia",
|
||||
"Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instalatu ezazu {calendarappstoreopen}Egutegi aplikazioa{linkclose} ere, edo {calendardocopen}konektatu zure ordenagailua eta mugikorra sinkronizatzeko ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Egiaztatu {emailopen}posta elektroniko zerbitzaria{linkclose} ondo konfiguratuta dagoela.",
|
||||
"Calendar server" : "Egutegi-zerbitzaria",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat",
|
||||
"Example content" : "Adibideko edukia",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Adibideko edukiak Nextcloud-en ezaugarriak erakusteko balio du. Eduki lehenetsia Nextcloud-ekin bidaltzen da, eta eduki pertsonalizatuarekin ordezka daiteke.",
|
||||
"Availability" : "Eskuragarritasuna",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.",
|
||||
"Absence" : "Absentzia",
|
||||
"Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.",
|
||||
"There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.",
|
||||
"Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.",
|
||||
"Are you accepting the invitation?" : "Gonbidapena onartzen duzu?",
|
||||
"Tentative" : "Behin behinekoa",
|
||||
"Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.",
|
||||
"No results." : "Ez dago emaitzarik.",
|
||||
"Start typing." : "Hasi idazten.",
|
||||
"Time zone:" : "Ordu-zona:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Azken eguna (barne)",
|
||||
"Out of office replacement (optional)" : "Bulegotik kanpo ordezkatzea (aukerakoa)",
|
||||
"Name of the replacement" : "Ordezkoaren izena",
|
||||
"No results." : "Ez dago emaitzarik.",
|
||||
"Start typing." : "Hasi idazten.",
|
||||
"Short absence status" : "Absentzia-egoera laburra",
|
||||
"Long absence Message" : "Absentzia-mezu luzea",
|
||||
"Save" : "Gorde",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Inportatu egutegiko gertaera",
|
||||
"Uploading a new event will overwrite the existing one." : "Gertaera berri bat igotzeak dagoena gainidatz dezake",
|
||||
"Upload event" : "Igo gertaera",
|
||||
"Availability" : "Eskuragarritasuna",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.",
|
||||
"Absence" : "Absentzia",
|
||||
"Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instalatu ezazu {calendarappstoreopen}Egutegi aplikazioa{linkclose} ere, edo {calendardocopen}konektatu zure ordenagailua eta mugikorra sinkronizatzeko ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Egiaztatu {emailopen}posta elektroniko zerbitzaria{linkclose} ondo konfiguratuta dagoela.",
|
||||
"Calendar server" : "Egutegi-zerbitzaria",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Gaitu push bidezko jakinarazpenak gertaerentzat",
|
||||
"Example content" : "Adibideko edukia",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Adibideko edukiak Nextcloud-en ezaugarriak erakusteko balio du. Eduki lehenetsia Nextcloud-ekin bidaltzen da, eta eduki pertsonalizatuarekin ordezka daiteke.",
|
||||
"Availability" : "Eskuragarritasuna",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.",
|
||||
"Absence" : "Absentzia",
|
||||
"Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.",
|
||||
"There was an error updating your attendance status." : "Errore bat gertatu da zure parte-hartze egoera eguneratzerakoan.",
|
||||
"Please contact the organizer directly." : "Mesedez jarri harremanetan antolatzailearekin zuzenean.",
|
||||
"Are you accepting the invitation?" : "Gonbidapena onartzen duzu?",
|
||||
"Tentative" : "Behin behinekoa",
|
||||
"Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.",
|
||||
"No results." : "Ez dago emaitzarik.",
|
||||
"Start typing." : "Hasi idazten.",
|
||||
"Time zone:" : "Ordu-zona:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -272,6 +272,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "روز آخر (شامل)",
|
||||
"Out of office replacement (optional)" : "جایگزین خارج از دفتر (اختیاری)",
|
||||
"Name of the replacement" : "نام جایگزین",
|
||||
"No results." : "نتیجهای یافت نشد.",
|
||||
"Start typing." : "شروع به تایپ کنید.",
|
||||
"Short absence status" : "وضعیت کوتاه غیبت",
|
||||
"Long absence Message" : "پیام طولانی غیبت",
|
||||
"Save" : "ذخیره",
|
||||
@@ -298,6 +300,10 @@ OC.L10N.register(
|
||||
"Reset to default" : "بازنشانی به پیشگزیده",
|
||||
"Import contacts" : "وارد کردن مخاطبین",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "وارد کردن یک فایل .vcf جدید، مخاطب پیشفرض موجود را حذف کرده و آن را با مخاطب جدید جایگزین میکند. آیا میخواهید ادامه دهید؟",
|
||||
"Availability" : "در دسترس بودن",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "اگر ساعات کاری خود را پیکربندی کنید، دیگران هنگام رزرو جلسه متوجه خواهند شد که شما در دفتر نیستید.",
|
||||
"Absence" : "غیبت",
|
||||
"Configure your next absence period." : "دوره غیبت بعدی خود را پیکربندی کنید.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "همچنین {calendarappstoreopen}برنامه تقویم{linkclose} را نصب کنید، یا {calendardocopen}دسکتاپ و موبایل خود را برای همگامسازی متصل کنید ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "لطفاً مطمئن شوید که {emailopen}سرور ایمیل{linkclose} را به درستی تنظیم کردهاید.",
|
||||
"Calendar server" : "سرور تقویم",
|
||||
@@ -310,17 +316,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "ارسال اعلانهای یادآوری به اشتراکگذاران تقویم نیز",
|
||||
"Reminders are always sent to organizers and attendees." : "یادآوریها همیشه برای برگزارکنندگان و شرکتکنندگان ارسال میشوند.",
|
||||
"Enable notifications for events via push" : "فعال کردن اعلانها برای رویدادها از طریق پوش",
|
||||
"Availability" : "در دسترس بودن",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "اگر ساعات کاری خود را پیکربندی کنید، دیگران هنگام رزرو جلسه متوجه خواهند شد که شما در دفتر نیستید.",
|
||||
"Absence" : "غیبت",
|
||||
"Configure your next absence period." : "دوره غیبت بعدی خود را پیکربندی کنید.",
|
||||
"There was an error updating your attendance status." : "خطایی در بهروزرسانی وضعیت حضور شما رخ داد.",
|
||||
"Please contact the organizer directly." : "لطفاً مستقیماً با برگزارکننده تماس بگیرید.",
|
||||
"Are you accepting the invitation?" : "آیا دعوت را میپذیرید؟",
|
||||
"Tentative" : "آزمایشی",
|
||||
"Your attendance was updated successfully." : "وضعیت حضور شما با موفقیت بهروزرسانی شد.",
|
||||
"No results." : "نتیجهای یافت نشد.",
|
||||
"Start typing." : "شروع به تایپ کنید.",
|
||||
"Time zone:" : "منطقه زمانی:"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
"Last day (inclusive)" : "روز آخر (شامل)",
|
||||
"Out of office replacement (optional)" : "جایگزین خارج از دفتر (اختیاری)",
|
||||
"Name of the replacement" : "نام جایگزین",
|
||||
"No results." : "نتیجهای یافت نشد.",
|
||||
"Start typing." : "شروع به تایپ کنید.",
|
||||
"Short absence status" : "وضعیت کوتاه غیبت",
|
||||
"Long absence Message" : "پیام طولانی غیبت",
|
||||
"Save" : "ذخیره",
|
||||
@@ -296,6 +298,10 @@
|
||||
"Reset to default" : "بازنشانی به پیشگزیده",
|
||||
"Import contacts" : "وارد کردن مخاطبین",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "وارد کردن یک فایل .vcf جدید، مخاطب پیشفرض موجود را حذف کرده و آن را با مخاطب جدید جایگزین میکند. آیا میخواهید ادامه دهید؟",
|
||||
"Availability" : "در دسترس بودن",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "اگر ساعات کاری خود را پیکربندی کنید، دیگران هنگام رزرو جلسه متوجه خواهند شد که شما در دفتر نیستید.",
|
||||
"Absence" : "غیبت",
|
||||
"Configure your next absence period." : "دوره غیبت بعدی خود را پیکربندی کنید.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "همچنین {calendarappstoreopen}برنامه تقویم{linkclose} را نصب کنید، یا {calendardocopen}دسکتاپ و موبایل خود را برای همگامسازی متصل کنید ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "لطفاً مطمئن شوید که {emailopen}سرور ایمیل{linkclose} را به درستی تنظیم کردهاید.",
|
||||
"Calendar server" : "سرور تقویم",
|
||||
@@ -308,17 +314,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "ارسال اعلانهای یادآوری به اشتراکگذاران تقویم نیز",
|
||||
"Reminders are always sent to organizers and attendees." : "یادآوریها همیشه برای برگزارکنندگان و شرکتکنندگان ارسال میشوند.",
|
||||
"Enable notifications for events via push" : "فعال کردن اعلانها برای رویدادها از طریق پوش",
|
||||
"Availability" : "در دسترس بودن",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "اگر ساعات کاری خود را پیکربندی کنید، دیگران هنگام رزرو جلسه متوجه خواهند شد که شما در دفتر نیستید.",
|
||||
"Absence" : "غیبت",
|
||||
"Configure your next absence period." : "دوره غیبت بعدی خود را پیکربندی کنید.",
|
||||
"There was an error updating your attendance status." : "خطایی در بهروزرسانی وضعیت حضور شما رخ داد.",
|
||||
"Please contact the organizer directly." : "لطفاً مستقیماً با برگزارکننده تماس بگیرید.",
|
||||
"Are you accepting the invitation?" : "آیا دعوت را میپذیرید؟",
|
||||
"Tentative" : "آزمایشی",
|
||||
"Your attendance was updated successfully." : "وضعیت حضور شما با موفقیت بهروزرسانی شد.",
|
||||
"No results." : "نتیجهای یافت نشد.",
|
||||
"Start typing." : "شروع به تایپ کنید.",
|
||||
"Time zone:" : "منطقه زمانی:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
+6
-6
@@ -274,6 +274,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Dernier jour (inclus)",
|
||||
"Out of office replacement (optional)" : "Remplaçant pendant l'absence (optionnel)",
|
||||
"Name of the replacement" : "Nom du remplaçant",
|
||||
"No results." : "Pas de résultat.",
|
||||
"Start typing." : "Commencez à écrire.",
|
||||
"Short absence status" : "Résumé du message d’absence",
|
||||
"Long absence Message" : "Message d’absence complet",
|
||||
"Save" : "Enregistrer",
|
||||
@@ -308,6 +310,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importer l'événement du calendrier",
|
||||
"Uploading a new event will overwrite the existing one." : "Charger un nouvel événement qui va remplacer l'actuel.",
|
||||
"Upload event" : "Téléverser un événement",
|
||||
"Availability" : "Disponibilités",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer aussi {calendarappstoreopen}l'application Calendrier{linkclose}, ou {calendardocopen}connecter à votre PC & téléphone pour synchroniser ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Merci de vérifier d'avoir correctement configuré {emailopen}le serveur de messagerie{linkclose}.",
|
||||
"Calendar server" : "Serveur de calendrier",
|
||||
@@ -322,17 +328,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Activer les notifications push pour les évènements",
|
||||
"Example content" : "Exemple de contenu",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Les exemples de contenu servent à présenter les fonctionnalités de Nextcloud. Le contenu par défaut est fourni avec Nextcloud et peut être remplacé par du contenu personnalisé.",
|
||||
"Availability" : "Disponibilités",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
|
||||
"There was an error updating your attendance status." : "Une erreur est survenue lors de la mise à jour de votre statut de présence.",
|
||||
"Please contact the organizer directly." : "Merci de contacter l'organisateur directement.",
|
||||
"Are you accepting the invitation?" : "Acceptez-vous l'invitation ?",
|
||||
"Tentative" : "Provisoire",
|
||||
"Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.",
|
||||
"No results." : "Pas de résultat.",
|
||||
"Start typing." : "Commencez à écrire.",
|
||||
"Time zone:" : "Fuseau horaire :"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -272,6 +272,8 @@
|
||||
"Last day (inclusive)" : "Dernier jour (inclus)",
|
||||
"Out of office replacement (optional)" : "Remplaçant pendant l'absence (optionnel)",
|
||||
"Name of the replacement" : "Nom du remplaçant",
|
||||
"No results." : "Pas de résultat.",
|
||||
"Start typing." : "Commencez à écrire.",
|
||||
"Short absence status" : "Résumé du message d’absence",
|
||||
"Long absence Message" : "Message d’absence complet",
|
||||
"Save" : "Enregistrer",
|
||||
@@ -306,6 +308,10 @@
|
||||
"Import calendar event" : "Importer l'événement du calendrier",
|
||||
"Uploading a new event will overwrite the existing one." : "Charger un nouvel événement qui va remplacer l'actuel.",
|
||||
"Upload event" : "Téléverser un événement",
|
||||
"Availability" : "Disponibilités",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer aussi {calendarappstoreopen}l'application Calendrier{linkclose}, ou {calendardocopen}connecter à votre PC & téléphone pour synchroniser ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Merci de vérifier d'avoir correctement configuré {emailopen}le serveur de messagerie{linkclose}.",
|
||||
"Calendar server" : "Serveur de calendrier",
|
||||
@@ -320,17 +326,11 @@
|
||||
"Enable notifications for events via push" : "Activer les notifications push pour les évènements",
|
||||
"Example content" : "Exemple de contenu",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Les exemples de contenu servent à présenter les fonctionnalités de Nextcloud. Le contenu par défaut est fourni avec Nextcloud et peut être remplacé par du contenu personnalisé.",
|
||||
"Availability" : "Disponibilités",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres personnes verront si vous êtes disponible quand ils planifient une réunion.",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configurez votre prochaine période d'absence.",
|
||||
"There was an error updating your attendance status." : "Une erreur est survenue lors de la mise à jour de votre statut de présence.",
|
||||
"Please contact the organizer directly." : "Merci de contacter l'organisateur directement.",
|
||||
"Are you accepting the invitation?" : "Acceptez-vous l'invitation ?",
|
||||
"Tentative" : "Provisoire",
|
||||
"Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.",
|
||||
"No results." : "Pas de résultat.",
|
||||
"Start typing." : "Commencez à écrire.",
|
||||
"Time zone:" : "Fuseau horaire :"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Lá deiridh (san áireamh)",
|
||||
"Out of office replacement (optional)" : "Athsholáthar as oifig (roghnach)",
|
||||
"Name of the replacement" : "Ainm an athsholáthair",
|
||||
"No results." : "Gan torthaí.",
|
||||
"Start typing." : "Tosaigh ag clóscríobh.",
|
||||
"Short absence status" : "Stádas asláithreachta gearr",
|
||||
"Long absence Message" : "Neamhláithreacht fada Teachtaireacht",
|
||||
"Save" : "Sábháil",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Imeacht féilire a allmhairiú",
|
||||
"Uploading a new event will overwrite the existing one." : "Scríobhfar an ceann atá ann cheana má uaslódálann tú imeacht nua.",
|
||||
"Upload event" : "Uaslódáil imeacht",
|
||||
"Availability" : "Infhaighteacht",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.",
|
||||
"Absence" : "Neamhláithreacht",
|
||||
"Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Suiteáil an {calendarappstoreopen}Féilire aip{linkclose} freisin, nó {calendardocopen}ceangail do dheasc & do ghutháin phóca le haghaidh sioncronaithe ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Cinntigh le do thoil go socróidh tú {emailopen}an freastalaí ríomhphoist{linkclose} i gceart.",
|
||||
"Calendar server" : "Freastalaí féilire",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Cumasaigh fógraí le haghaidh imeachtaí trí bhrú",
|
||||
"Example content" : "Ábhar samplach",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Feidhmíonn ábhar samplach chun gnéithe Nextcloud a thaispeáint. Seoltar ábhar réamhshocraithe le Nextcloud, agus is féidir ábhar saincheaptha a chur ina áit.",
|
||||
"Availability" : "Infhaighteacht",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.",
|
||||
"Absence" : "Neamhláithreacht",
|
||||
"Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.",
|
||||
"There was an error updating your attendance status." : "Tharla earráid agus do stádas freastail á nuashonrú.",
|
||||
"Please contact the organizer directly." : "Téigh i dteagmháil leis an eagraí go díreach le do thoil.",
|
||||
"Are you accepting the invitation?" : "An bhfuil tú ag glacadh leis an gcuireadh?",
|
||||
"Tentative" : "Sealadach",
|
||||
"Your attendance was updated successfully." : "D'éirigh le do thinreamh a nuashonrú.",
|
||||
"No results." : "Gan torthaí.",
|
||||
"Start typing." : "Tosaigh ag clóscríobh.",
|
||||
"Time zone:" : "Crios ama:"
|
||||
},
|
||||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Lá deiridh (san áireamh)",
|
||||
"Out of office replacement (optional)" : "Athsholáthar as oifig (roghnach)",
|
||||
"Name of the replacement" : "Ainm an athsholáthair",
|
||||
"No results." : "Gan torthaí.",
|
||||
"Start typing." : "Tosaigh ag clóscríobh.",
|
||||
"Short absence status" : "Stádas asláithreachta gearr",
|
||||
"Long absence Message" : "Neamhláithreacht fada Teachtaireacht",
|
||||
"Save" : "Sábháil",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Imeacht féilire a allmhairiú",
|
||||
"Uploading a new event will overwrite the existing one." : "Scríobhfar an ceann atá ann cheana má uaslódálann tú imeacht nua.",
|
||||
"Upload event" : "Uaslódáil imeacht",
|
||||
"Availability" : "Infhaighteacht",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.",
|
||||
"Absence" : "Neamhláithreacht",
|
||||
"Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Suiteáil an {calendarappstoreopen}Féilire aip{linkclose} freisin, nó {calendardocopen}ceangail do dheasc & do ghutháin phóca le haghaidh sioncronaithe ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Cinntigh le do thoil go socróidh tú {emailopen}an freastalaí ríomhphoist{linkclose} i gceart.",
|
||||
"Calendar server" : "Freastalaí féilire",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Cumasaigh fógraí le haghaidh imeachtaí trí bhrú",
|
||||
"Example content" : "Ábhar samplach",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Feidhmíonn ábhar samplach chun gnéithe Nextcloud a thaispeáint. Seoltar ábhar réamhshocraithe le Nextcloud, agus is féidir ábhar saincheaptha a chur ina áit.",
|
||||
"Availability" : "Infhaighteacht",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.",
|
||||
"Absence" : "Neamhláithreacht",
|
||||
"Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.",
|
||||
"There was an error updating your attendance status." : "Tharla earráid agus do stádas freastail á nuashonrú.",
|
||||
"Please contact the organizer directly." : "Téigh i dteagmháil leis an eagraí go díreach le do thoil.",
|
||||
"Are you accepting the invitation?" : "An bhfuil tú ag glacadh leis an gcuireadh?",
|
||||
"Tentative" : "Sealadach",
|
||||
"Your attendance was updated successfully." : "D'éirigh le do thinreamh a nuashonrú.",
|
||||
"No results." : "Gan torthaí.",
|
||||
"Start typing." : "Tosaigh ag clóscríobh.",
|
||||
"Time zone:" : "Crios ama:"
|
||||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Último día (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substitución fóra da oficina (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Sen resultados",
|
||||
"Start typing." : "Comece a escribir.",
|
||||
"Short absence status" : "Estado de ausencia breve",
|
||||
"Long absence Message" : "Mensaxe de ausencia prolongada",
|
||||
"Save" : "Gardar",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importar un evento do calendario",
|
||||
"Uploading a new event will overwrite the existing one." : "Ao enviar un novo evento sobrescribirá o existente.",
|
||||
"Upload event" : "Enviar o evento",
|
||||
"Availability" : "Dispoñibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale tamén a {calendarappstoreopen}aplicación do Calendario{linkclose} ou {calendardocopen}conecte os seus escritorio e móbil para sincronizalos ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrese de ter configurado correctamente {emailopen}o servidor de correo-e{linkclose}.",
|
||||
"Calendar server" : "Servidor do calendario",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Activar o envío de notificacións emerxentes para eventos",
|
||||
"Example content" : "Contido de exemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O contido de exemplo serve para amosar as funcionalidades de Nextcloud. O contido predeterminado envíase con Nextcloud e pode ser substituído por contido personalizado.",
|
||||
"Availability" : "Dispoñibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
|
||||
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Contacte directamente co organizador.",
|
||||
"Are you accepting the invitation?" : "Acepta Vde. o convite?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
|
||||
"No results." : "Sen resultados",
|
||||
"Start typing." : "Comece a escribir.",
|
||||
"Time zone:" : "Fuso horario:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Último día (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substitución fóra da oficina (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Sen resultados",
|
||||
"Start typing." : "Comece a escribir.",
|
||||
"Short absence status" : "Estado de ausencia breve",
|
||||
"Long absence Message" : "Mensaxe de ausencia prolongada",
|
||||
"Save" : "Gardar",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Importar un evento do calendario",
|
||||
"Uploading a new event will overwrite the existing one." : "Ao enviar un novo evento sobrescribirá o existente.",
|
||||
"Upload event" : "Enviar o evento",
|
||||
"Availability" : "Dispoñibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale tamén a {calendarappstoreopen}aplicación do Calendario{linkclose} ou {calendardocopen}conecte os seus escritorio e móbil para sincronizalos ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Asegúrese de ter configurado correctamente {emailopen}o servidor de correo-e{linkclose}.",
|
||||
"Calendar server" : "Servidor do calendario",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Activar o envío de notificacións emerxentes para eventos",
|
||||
"Example content" : "Contido de exemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O contido de exemplo serve para amosar as funcionalidades de Nextcloud. O contido predeterminado envíase con Nextcloud e pode ser substituído por contido personalizado.",
|
||||
"Availability" : "Dispoñibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.",
|
||||
"Absence" : "Ausencia",
|
||||
"Configure your next absence period." : "Configurar o próximo período de ausencia.",
|
||||
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
|
||||
"Please contact the organizer directly." : "Contacte directamente co organizador.",
|
||||
"Are you accepting the invitation?" : "Acepta Vde. o convite?",
|
||||
"Tentative" : "Provisional",
|
||||
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
|
||||
"No results." : "Sen resultados",
|
||||
"Start typing." : "Comece a escribir.",
|
||||
"Time zone:" : "Fuso horario:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -226,6 +226,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Utolsó nap (beleértve)",
|
||||
"Out of office replacement (optional)" : "Távolléti helyettesítő (nem kötelező)",
|
||||
"Name of the replacement" : "Helyettesítő neve",
|
||||
"No results." : "Nincs eredmény.",
|
||||
"Start typing." : "Kezdjen gépelni.",
|
||||
"Short absence status" : "Rövid távolléti állapot",
|
||||
"Long absence Message" : "Hosszú távolléti állapot",
|
||||
"Save" : "Mentés",
|
||||
@@ -245,6 +247,10 @@ OC.L10N.register(
|
||||
"Import" : "Importálás",
|
||||
"Error while saving settings" : "Hiba a beállítások mentése során",
|
||||
"Reset to default" : "Visszaállítás alapértelmezettre",
|
||||
"Availability" : "Elérhetőség",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más emberek a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el.",
|
||||
"Absence" : "Távollét",
|
||||
"Configure your next absence period." : "A követkeő távolléti periódus beállítása.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Telepítse a {calendarappstoreopen}Naptár alkalmazást{linkclose}, vagy {calendardocopen}csatlakoztassa asztali számítógépét és mobilját a szinkronizáláshoz ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ne felejtse el megfelelően beállítani az {emailopen}e-mail kiszolgálót{linkclose}.",
|
||||
"Calendar server" : "Naptárkiszolgáló",
|
||||
@@ -257,17 +263,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Emlékeztető értesítések küldése azoknak is, akikkel a naptár meg van osztva",
|
||||
"Reminders are always sent to organizers and attendees." : "Az értesítések mindig a szervezőknek és a résztvevőknek lesznek elküldve.",
|
||||
"Enable notifications for events via push" : "Leküldéses értesítések engedélyezése az eseményekhez",
|
||||
"Availability" : "Elérhetőség",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más emberek a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el.",
|
||||
"Absence" : "Távollét",
|
||||
"Configure your next absence period." : "A követkeő távolléti periódus beállítása.",
|
||||
"There was an error updating your attendance status." : "Hiba történt a részvételi állapotának frissítése során.",
|
||||
"Please contact the organizer directly." : "Vegye fel a kapcsolatot közvetlenül a szervezővel.",
|
||||
"Are you accepting the invitation?" : "Elfogadja az meghívást?",
|
||||
"Tentative" : "Feltételes",
|
||||
"Your attendance was updated successfully." : "A részvétele frissítése sikeres.",
|
||||
"No results." : "Nincs eredmény.",
|
||||
"Start typing." : "Kezdjen gépelni.",
|
||||
"Time zone:" : "Időzóna:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -224,6 +224,8 @@
|
||||
"Last day (inclusive)" : "Utolsó nap (beleértve)",
|
||||
"Out of office replacement (optional)" : "Távolléti helyettesítő (nem kötelező)",
|
||||
"Name of the replacement" : "Helyettesítő neve",
|
||||
"No results." : "Nincs eredmény.",
|
||||
"Start typing." : "Kezdjen gépelni.",
|
||||
"Short absence status" : "Rövid távolléti állapot",
|
||||
"Long absence Message" : "Hosszú távolléti állapot",
|
||||
"Save" : "Mentés",
|
||||
@@ -243,6 +245,10 @@
|
||||
"Import" : "Importálás",
|
||||
"Error while saving settings" : "Hiba a beállítások mentése során",
|
||||
"Reset to default" : "Visszaállítás alapértelmezettre",
|
||||
"Availability" : "Elérhetőség",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más emberek a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el.",
|
||||
"Absence" : "Távollét",
|
||||
"Configure your next absence period." : "A követkeő távolléti periódus beállítása.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Telepítse a {calendarappstoreopen}Naptár alkalmazást{linkclose}, vagy {calendardocopen}csatlakoztassa asztali számítógépét és mobilját a szinkronizáláshoz ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ne felejtse el megfelelően beállítani az {emailopen}e-mail kiszolgálót{linkclose}.",
|
||||
"Calendar server" : "Naptárkiszolgáló",
|
||||
@@ -255,17 +261,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Emlékeztető értesítések küldése azoknak is, akikkel a naptár meg van osztva",
|
||||
"Reminders are always sent to organizers and attendees." : "Az értesítések mindig a szervezőknek és a résztvevőknek lesznek elküldve.",
|
||||
"Enable notifications for events via push" : "Leküldéses értesítések engedélyezése az eseményekhez",
|
||||
"Availability" : "Elérhetőség",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más emberek a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el.",
|
||||
"Absence" : "Távollét",
|
||||
"Configure your next absence period." : "A követkeő távolléti periódus beállítása.",
|
||||
"There was an error updating your attendance status." : "Hiba történt a részvételi állapotának frissítése során.",
|
||||
"Please contact the organizer directly." : "Vegye fel a kapcsolatot közvetlenül a szervezővel.",
|
||||
"Are you accepting the invitation?" : "Elfogadja az meghívást?",
|
||||
"Tentative" : "Feltételes",
|
||||
"Your attendance was updated successfully." : "A részvétele frissítése sikeres.",
|
||||
"No results." : "Nincs eredmény.",
|
||||
"Start typing." : "Kezdjen gépelni.",
|
||||
"Time zone:" : "Időzóna:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Síðasta dag (meðtalinn)",
|
||||
"Out of office replacement (optional)" : "Afleysing við fjarveru utan fyrirtækis (valfrjálst)",
|
||||
"Name of the replacement" : "Nafn þess sem tekur við í afleysingu",
|
||||
"No results." : "Engar niðurstöður.",
|
||||
"Start typing." : "Byrjaðu að skrifa.",
|
||||
"Short absence status" : "Staða stuttrar fjarveru",
|
||||
"Long absence Message" : "Skilaboð vegna langrar fjarveru",
|
||||
"Save" : "Vista",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Flytja inn dagatalsatburð",
|
||||
"Uploading a new event will overwrite the existing one." : "Innsending á nýjum atburði mun skrifa yfir þann fyrirliggjandi.",
|
||||
"Upload event" : "Senda inn atburð",
|
||||
"Availability" : "Aðgengileiki",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenær þú sért fjarverandi þegar þeir bóka fundi með þér.",
|
||||
"Absence" : "Fjarverandi",
|
||||
"Configure your next absence period." : "Stilltu næsta fjarvistatímabilið þitt",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Settu líka upp {calendarappstoreopen}Calendar-forritið{linkclose}, eða {calendardocopen}-tengdu tölvuna þína & farsíma fyrir samstillingu ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Gakktu úr skugga um að {emailopen}póstþjóninn{linkclose} sé rétt uppsettur.",
|
||||
"Calendar server" : "Dagatalaþjónn",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Senda tilkynningar fyrir atburði sem ýtitilkynningar",
|
||||
"Example content" : "Sýnidæmi um efni",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Sýnishorn af efni er til að sýna eiginleika Nextcloud. Sjálfgefið efni fylgir með Nextcloud og er hægt að skipta því út með sérsniðnu efni.",
|
||||
"Availability" : "Aðgengileiki",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenær þú sért fjarverandi þegar þeir bóka fundi með þér.",
|
||||
"Absence" : "Fjarverandi",
|
||||
"Configure your next absence period." : "Stilltu næsta fjarvistatímabilið þitt",
|
||||
"There was an error updating your attendance status." : "Það kom upp villa við að uppfæra mætingarstöðu þína.",
|
||||
"Please contact the organizer directly." : "Hafðu samband beint við skipuleggjendurna.",
|
||||
"Are you accepting the invitation?" : "Ætlar þú að samþykkja boðið?",
|
||||
"Tentative" : "Bráðabirgða",
|
||||
"Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.",
|
||||
"No results." : "Engar niðurstöður.",
|
||||
"Start typing." : "Byrjaðu að skrifa.",
|
||||
"Time zone:" : "Tímabelti:"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Síðasta dag (meðtalinn)",
|
||||
"Out of office replacement (optional)" : "Afleysing við fjarveru utan fyrirtækis (valfrjálst)",
|
||||
"Name of the replacement" : "Nafn þess sem tekur við í afleysingu",
|
||||
"No results." : "Engar niðurstöður.",
|
||||
"Start typing." : "Byrjaðu að skrifa.",
|
||||
"Short absence status" : "Staða stuttrar fjarveru",
|
||||
"Long absence Message" : "Skilaboð vegna langrar fjarveru",
|
||||
"Save" : "Vista",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Flytja inn dagatalsatburð",
|
||||
"Uploading a new event will overwrite the existing one." : "Innsending á nýjum atburði mun skrifa yfir þann fyrirliggjandi.",
|
||||
"Upload event" : "Senda inn atburð",
|
||||
"Availability" : "Aðgengileiki",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenær þú sért fjarverandi þegar þeir bóka fundi með þér.",
|
||||
"Absence" : "Fjarverandi",
|
||||
"Configure your next absence period." : "Stilltu næsta fjarvistatímabilið þitt",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Settu líka upp {calendarappstoreopen}Calendar-forritið{linkclose}, eða {calendardocopen}-tengdu tölvuna þína & farsíma fyrir samstillingu ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Gakktu úr skugga um að {emailopen}póstþjóninn{linkclose} sé rétt uppsettur.",
|
||||
"Calendar server" : "Dagatalaþjónn",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Senda tilkynningar fyrir atburði sem ýtitilkynningar",
|
||||
"Example content" : "Sýnidæmi um efni",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Sýnishorn af efni er til að sýna eiginleika Nextcloud. Sjálfgefið efni fylgir með Nextcloud og er hægt að skipta því út með sérsniðnu efni.",
|
||||
"Availability" : "Aðgengileiki",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenær þú sért fjarverandi þegar þeir bóka fundi með þér.",
|
||||
"Absence" : "Fjarverandi",
|
||||
"Configure your next absence period." : "Stilltu næsta fjarvistatímabilið þitt",
|
||||
"There was an error updating your attendance status." : "Það kom upp villa við að uppfæra mætingarstöðu þína.",
|
||||
"Please contact the organizer directly." : "Hafðu samband beint við skipuleggjendurna.",
|
||||
"Are you accepting the invitation?" : "Ætlar þú að samþykkja boðið?",
|
||||
"Tentative" : "Bráðabirgða",
|
||||
"Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.",
|
||||
"No results." : "Engar niðurstöður.",
|
||||
"Start typing." : "Byrjaðu að skrifa.",
|
||||
"Time zone:" : "Tímabelti:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
+4
-6
@@ -72,8 +72,6 @@ OC.L10N.register(
|
||||
"Description: %s" : "Descrizione: %s",
|
||||
"Where: %s" : "Dove: %s",
|
||||
"%1$s via %2$s" : "%1$s tramite %2$s",
|
||||
"In the past on %1$s for the entire day" : "In passato ogni %1$s per l'intero giorno",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno"],
|
||||
"Every Day for the entire day" : "Ogni giorno per l'intero giorno",
|
||||
"Every Day for the entire day until %1$s" : "Ogni Giorno per l'intero giorno fino a %1$s",
|
||||
"Every Day between %1$s - %2$s" : "Ogni giorno tra %1$s-%2$s",
|
||||
@@ -212,6 +210,10 @@ OC.L10N.register(
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "Errore durante il salvataggio delle impostazioni",
|
||||
"Reset to default" : "Ripristina valori predefiniti",
|
||||
"Availability" : "Disponibilità",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
|
||||
"Absence" : "Assenza",
|
||||
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'applicazione Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sincronizzazione ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.",
|
||||
"Calendar server" : "Server di calendari",
|
||||
@@ -224,10 +226,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Invia notifiche di promemoria anche ai partecipanti al calendario",
|
||||
"Reminders are always sent to organizers and attendees." : "I promemoria vengono sempre inviati agli organizzatori e ai partecipanti.",
|
||||
"Enable notifications for events via push" : "Abilita notifiche per eventi tramite push",
|
||||
"Availability" : "Disponibilità",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
|
||||
"Absence" : "Assenza",
|
||||
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
|
||||
"There was an error updating your attendance status." : "Si è verificato un errore durante l'aggiornamento dello stato della tua partecipazione.",
|
||||
"Please contact the organizer directly." : "Contatta direttamente l'amministratore.",
|
||||
"Are you accepting the invitation?" : "Accetti l'invito?",
|
||||
|
||||
@@ -70,8 +70,6 @@
|
||||
"Description: %s" : "Descrizione: %s",
|
||||
"Where: %s" : "Dove: %s",
|
||||
"%1$s via %2$s" : "%1$s tramite %2$s",
|
||||
"In the past on %1$s for the entire day" : "In passato ogni %1$s per l'intero giorno",
|
||||
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno"],
|
||||
"Every Day for the entire day" : "Ogni giorno per l'intero giorno",
|
||||
"Every Day for the entire day until %1$s" : "Ogni Giorno per l'intero giorno fino a %1$s",
|
||||
"Every Day between %1$s - %2$s" : "Ogni giorno tra %1$s-%2$s",
|
||||
@@ -210,6 +208,10 @@
|
||||
"Import" : "Importa",
|
||||
"Error while saving settings" : "Errore durante il salvataggio delle impostazioni",
|
||||
"Reset to default" : "Ripristina valori predefiniti",
|
||||
"Availability" : "Disponibilità",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
|
||||
"Absence" : "Assenza",
|
||||
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'applicazione Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sincronizzazione ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.",
|
||||
"Calendar server" : "Server di calendari",
|
||||
@@ -222,10 +224,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Invia notifiche di promemoria anche ai partecipanti al calendario",
|
||||
"Reminders are always sent to organizers and attendees." : "I promemoria vengono sempre inviati agli organizzatori e ai partecipanti.",
|
||||
"Enable notifications for events via push" : "Abilita notifiche per eventi tramite push",
|
||||
"Availability" : "Disponibilità",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
|
||||
"Absence" : "Assenza",
|
||||
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
|
||||
"There was an error updating your attendance status." : "Si è verificato un errore durante l'aggiornamento dello stato della tua partecipazione.",
|
||||
"Please contact the organizer directly." : "Contatta direttamente l'amministratore.",
|
||||
"Are you accepting the invitation?" : "Accetti l'invito?",
|
||||
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "最終日(含む)",
|
||||
"Out of office replacement (optional)" : "不在時の代理者(オプション)",
|
||||
"Name of the replacement" : "交代要員の氏名",
|
||||
"No results." : "結果はありません。",
|
||||
"Start typing." : "入力を開始する。",
|
||||
"Short absence status" : "短い不在のステータス",
|
||||
"Long absence Message" : "長期不在のメッセージ",
|
||||
"Save" : "保存",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "カレンダーイベントのインポート",
|
||||
"Uploading a new event will overwrite the existing one." : "新しいイベントをアップロードすると既存のイベントは上書きされます。",
|
||||
"Upload event" : "イベントをアップロード",
|
||||
"Availability" : "応対可能日時",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。",
|
||||
"Absence" : "不在",
|
||||
"Configure your next absence period." : "次の不在期間を設定します。",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバー{linkclose}を正しく設定してください。",
|
||||
"Calendar server" : "カレンダーサーバー",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "イベントのプッシュ通知を有効にする",
|
||||
"Example content" : "コンテンツ例",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "コンテンツ例はNextcloudの機能を紹介するものです。デフォルトのコンテンツはNextcloudに同梱されており、カスタムコンテンツで置き換えることができます。",
|
||||
"Availability" : "応対可能日時",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。",
|
||||
"Absence" : "不在",
|
||||
"Configure your next absence period." : "次の不在期間を設定します。",
|
||||
"There was an error updating your attendance status." : "出席状況の更新中にエラーが発生しました。",
|
||||
"Please contact the organizer directly." : "主催者に直接お問い合わせください。",
|
||||
"Are you accepting the invitation?" : "招待を受け入れていますか?",
|
||||
"Tentative" : "暫定的",
|
||||
"Your attendance was updated successfully." : "出席は正常に更新されました。",
|
||||
"No results." : "結果はありません。",
|
||||
"Start typing." : "入力を開始する。",
|
||||
"Time zone:" : "タイムゾーン:"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "最終日(含む)",
|
||||
"Out of office replacement (optional)" : "不在時の代理者(オプション)",
|
||||
"Name of the replacement" : "交代要員の氏名",
|
||||
"No results." : "結果はありません。",
|
||||
"Start typing." : "入力を開始する。",
|
||||
"Short absence status" : "短い不在のステータス",
|
||||
"Long absence Message" : "長期不在のメッセージ",
|
||||
"Save" : "保存",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "カレンダーイベントのインポート",
|
||||
"Uploading a new event will overwrite the existing one." : "新しいイベントをアップロードすると既存のイベントは上書きされます。",
|
||||
"Upload event" : "イベントをアップロード",
|
||||
"Availability" : "応対可能日時",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。",
|
||||
"Absence" : "不在",
|
||||
"Configure your next absence period." : "次の不在期間を設定します。",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバー{linkclose}を正しく設定してください。",
|
||||
"Calendar server" : "カレンダーサーバー",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "イベントのプッシュ通知を有効にする",
|
||||
"Example content" : "コンテンツ例",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "コンテンツ例はNextcloudの機能を紹介するものです。デフォルトのコンテンツはNextcloudに同梱されており、カスタムコンテンツで置き換えることができます。",
|
||||
"Availability" : "応対可能日時",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。",
|
||||
"Absence" : "不在",
|
||||
"Configure your next absence period." : "次の不在期間を設定します。",
|
||||
"There was an error updating your attendance status." : "出席状況の更新中にエラーが発生しました。",
|
||||
"Please contact the organizer directly." : "主催者に直接お問い合わせください。",
|
||||
"Are you accepting the invitation?" : "招待を受け入れていますか?",
|
||||
"Tentative" : "暫定的",
|
||||
"Your attendance was updated successfully." : "出席は正常に更新されました。",
|
||||
"No results." : "結果はありません。",
|
||||
"Start typing." : "入力を開始する。",
|
||||
"Time zone:" : "タイムゾーン:"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
+3
-3
@@ -195,6 +195,9 @@ OC.L10N.register(
|
||||
"Import" : "Import",
|
||||
"Error while saving settings" : "Error while saving settings",
|
||||
"Reset to default" : "Reset to default",
|
||||
"Availability" : "Availability",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
|
||||
"Calendar server" : "Calendar server",
|
||||
@@ -207,9 +210,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
|
||||
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
|
||||
"Enable notifications for events via push" : "Enable notifications for events via push",
|
||||
"Availability" : "Availability",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
|
||||
"Please contact the organizer directly." : "Please contact the organizer directly.",
|
||||
"Are you accepting the invitation?" : "Are you accepting the invitation?",
|
||||
|
||||
@@ -193,6 +193,9 @@
|
||||
"Import" : "Import",
|
||||
"Error while saving settings" : "Error while saving settings",
|
||||
"Reset to default" : "Reset to default",
|
||||
"Availability" : "Availability",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Please make sure to properly set up {emailopen}the email server{linkclose}.",
|
||||
"Calendar server" : "Calendar server",
|
||||
@@ -205,9 +208,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Send reminder notifications to calendar sharees as well",
|
||||
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
|
||||
"Enable notifications for events via push" : "Enable notifications for events via push",
|
||||
"Availability" : "Availability",
|
||||
"Absence" : "Absence",
|
||||
"Configure your next absence period." : "Configure your next absence period.",
|
||||
"There was an error updating your attendance status." : "There was an error updating your attendance status.",
|
||||
"Please contact the organizer directly." : "Please contact the organizer directly.",
|
||||
"Are you accepting the invitation?" : "Are you accepting the invitation?",
|
||||
|
||||
+4
-4
@@ -195,6 +195,10 @@ OC.L10N.register(
|
||||
"Import" : "가져오기",
|
||||
"Error while saving settings" : "설정 저장 중 오류 발생",
|
||||
"Reset to default" : "기본값으로 초기화",
|
||||
"Availability" : "시간 조율",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.",
|
||||
"Absence" : "부재",
|
||||
"Configure your next absence period." : "다음 부재 기간을 설정하십시오.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}달력 앱{linkclose}을 설치하거나 {calendardocopen}동기화할 데스크톱과 모바일 장치를 연결 ↗{linkclose}하십시오.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}이메일 서버{linkclose}가 올바르게 설치되어 있는지 확인하십시오..",
|
||||
"Calendar server" : "달력 서버",
|
||||
@@ -207,10 +211,6 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "캘린더 공유자에게도 미리 알림 보내기",
|
||||
"Reminders are always sent to organizers and attendees." : "미리 알림은 주최자와 참석자에게 항상 전송됩니다.",
|
||||
"Enable notifications for events via push" : "일정에 대한 푸시 알림 활성화",
|
||||
"Availability" : "시간 조율",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.",
|
||||
"Absence" : "부재",
|
||||
"Configure your next absence period." : "다음 부재 기간을 설정하십시오.",
|
||||
"There was an error updating your attendance status." : "참석 상태를 업데이트하는 중 오류가 발생했습니다.",
|
||||
"Please contact the organizer directly." : "주최자에게 직접 연락하십시오.",
|
||||
"Are you accepting the invitation?" : "초대를 수락하시겠습니까?",
|
||||
|
||||
@@ -193,6 +193,10 @@
|
||||
"Import" : "가져오기",
|
||||
"Error while saving settings" : "설정 저장 중 오류 발생",
|
||||
"Reset to default" : "기본값으로 초기화",
|
||||
"Availability" : "시간 조율",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.",
|
||||
"Absence" : "부재",
|
||||
"Configure your next absence period." : "다음 부재 기간을 설정하십시오.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}달력 앱{linkclose}을 설치하거나 {calendardocopen}동기화할 데스크톱과 모바일 장치를 연결 ↗{linkclose}하십시오.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}이메일 서버{linkclose}가 올바르게 설치되어 있는지 확인하십시오..",
|
||||
"Calendar server" : "달력 서버",
|
||||
@@ -205,10 +209,6 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "캘린더 공유자에게도 미리 알림 보내기",
|
||||
"Reminders are always sent to organizers and attendees." : "미리 알림은 주최자와 참석자에게 항상 전송됩니다.",
|
||||
"Enable notifications for events via push" : "일정에 대한 푸시 알림 활성화",
|
||||
"Availability" : "시간 조율",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.",
|
||||
"Absence" : "부재",
|
||||
"Configure your next absence period." : "다음 부재 기간을 설정하십시오.",
|
||||
"There was an error updating your attendance status." : "참석 상태를 업데이트하는 중 오류가 발생했습니다.",
|
||||
"Please contact the organizer directly." : "주최자에게 직접 연락하십시오.",
|
||||
"Are you accepting the invitation?" : "초대를 수락하시겠습니까?",
|
||||
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Последен ден (вклучително)",
|
||||
"Out of office replacement (optional)" : "Замена надвор од канцеларија (опционално)",
|
||||
"Name of the replacement" : "Има на замената",
|
||||
"No results." : "Нема резултати.",
|
||||
"Start typing." : "Започни со пишување.",
|
||||
"Short absence status" : "Статус на кратко отсуство",
|
||||
"Long absence Message" : "Порака за долго отсуство",
|
||||
"Save" : "Зачувај",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Увези календарски настан",
|
||||
"Uploading a new event will overwrite the existing one." : "Прикачувањето нов настан ќе го презапише постојниот.",
|
||||
"Upload event" : "Прикачи настан",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
"Configure your next absence period." : "Поставете го вашиот следен период на отсуство.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Исто така инсталирајте ја {calendarappstoreopen}Календар апликацијата{linkclose}, или {calendardocopen}поврзете го вашиот компјутер & мобилен за синхронизација ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Бидете сигурни дека правилно се поставени {emailopen}параметрите за Е-пошта{linkclose}.",
|
||||
"Calendar server" : "Календар сервер",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Овозможи известувања за настани преку push",
|
||||
"Example content" : "Пример содржина",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример-содржината служи за прикажување на можностите на Nextcloud. Основната содржина се испорачува со Nextcloud и може да се замени со прилагодена содржина.",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
"Configure your next absence period." : "Поставете го вашиот следен период на отсуство.",
|
||||
"There was an error updating your attendance status." : "Настана грешка при ажурирање на вашето присуство.",
|
||||
"Please contact the organizer directly." : "Контактирајте го организаторот директно.",
|
||||
"Are you accepting the invitation?" : "Дали ја прифаќате поканата?",
|
||||
"Tentative" : "Прелиминарно",
|
||||
"Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.",
|
||||
"No results." : "Нема резултати.",
|
||||
"Start typing." : "Започни со пишување.",
|
||||
"Time zone:" : "Временска зона:"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Последен ден (вклучително)",
|
||||
"Out of office replacement (optional)" : "Замена надвор од канцеларија (опционално)",
|
||||
"Name of the replacement" : "Има на замената",
|
||||
"No results." : "Нема резултати.",
|
||||
"Start typing." : "Започни со пишување.",
|
||||
"Short absence status" : "Статус на кратко отсуство",
|
||||
"Long absence Message" : "Порака за долго отсуство",
|
||||
"Save" : "Зачувај",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Увези календарски настан",
|
||||
"Uploading a new event will overwrite the existing one." : "Прикачувањето нов настан ќе го презапише постојниот.",
|
||||
"Upload event" : "Прикачи настан",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
"Configure your next absence period." : "Поставете го вашиот следен период на отсуство.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Исто така инсталирајте ја {calendarappstoreopen}Календар апликацијата{linkclose}, или {calendardocopen}поврзете го вашиот компјутер & мобилен за синхронизација ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Бидете сигурни дека правилно се поставени {emailopen}параметрите за Е-пошта{linkclose}.",
|
||||
"Calendar server" : "Календар сервер",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Овозможи известувања за настани преку push",
|
||||
"Example content" : "Пример содржина",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример-содржината служи за прикажување на можностите на Nextcloud. Основната содржина се испорачува со Nextcloud и може да се замени со прилагодена содржина.",
|
||||
"Availability" : "Достапност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок.",
|
||||
"Absence" : "Отсуство",
|
||||
"Configure your next absence period." : "Поставете го вашиот следен период на отсуство.",
|
||||
"There was an error updating your attendance status." : "Настана грешка при ажурирање на вашето присуство.",
|
||||
"Please contact the organizer directly." : "Контактирајте го организаторот директно.",
|
||||
"Are you accepting the invitation?" : "Дали ја прифаќате поканата?",
|
||||
"Tentative" : "Прелиминарно",
|
||||
"Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.",
|
||||
"No results." : "Нема резултати.",
|
||||
"Start typing." : "Започни со пишување.",
|
||||
"Time zone:" : "Временска зона:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
+6
-6
@@ -278,6 +278,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Siste dag (inklusive)",
|
||||
"Out of office replacement (optional)" : "Ikke til stede erstatter (valgfritt)",
|
||||
"Name of the replacement" : "Navn på erstatteren",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynn å skrive.",
|
||||
"Short absence status" : "Kort fraværsstatus",
|
||||
"Long absence Message" : "Lang fraværsmelding",
|
||||
"Save" : "Lagre",
|
||||
@@ -308,6 +310,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importer kalenderhendelse",
|
||||
"Uploading a new event will overwrite the existing one." : "Opplasting av en ny hendelse vil overskrive den eksiterende hendelsen",
|
||||
"Upload event" : "Last opp hendelse",
|
||||
"Availability" : "Arbeidstid",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre personer se når du ikke er på kontoret når de bestiller et møte.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din neste fraværsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen} Kalender-appen {linkclose}, eller {calendardocopen} knytt datamaskinen og mobilen din for synkronisering ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Vennligst sørg for å sette opp {emailopen}e-postinnstillingene{linkclose} på riktig måte.",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
@@ -321,17 +327,11 @@ OC.L10N.register(
|
||||
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
|
||||
"Enable notifications for events via push" : "Aktiver varsler for hendelser via push",
|
||||
"Example content" : "Eksempelinnhold",
|
||||
"Availability" : "Arbeidstid",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre personer se når du ikke er på kontoret når de bestiller et møte.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din neste fraværsperiode.",
|
||||
"There was an error updating your attendance status." : "Det oppsto en feil under oppdateringen av oppmøtestatusen din.",
|
||||
"Please contact the organizer directly." : "Ta kontakt med arrangøren direkte.",
|
||||
"Are you accepting the invitation?" : "Aksepterer du invitasjonen?",
|
||||
"Tentative" : "Foreløpig",
|
||||
"Your attendance was updated successfully." : "Deltakelsen din ble oppdatert.",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynn å skrive.",
|
||||
"Time zone:" : "Tidssone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -276,6 +276,8 @@
|
||||
"Last day (inclusive)" : "Siste dag (inklusive)",
|
||||
"Out of office replacement (optional)" : "Ikke til stede erstatter (valgfritt)",
|
||||
"Name of the replacement" : "Navn på erstatteren",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynn å skrive.",
|
||||
"Short absence status" : "Kort fraværsstatus",
|
||||
"Long absence Message" : "Lang fraværsmelding",
|
||||
"Save" : "Lagre",
|
||||
@@ -306,6 +308,10 @@
|
||||
"Import calendar event" : "Importer kalenderhendelse",
|
||||
"Uploading a new event will overwrite the existing one." : "Opplasting av en ny hendelse vil overskrive den eksiterende hendelsen",
|
||||
"Upload event" : "Last opp hendelse",
|
||||
"Availability" : "Arbeidstid",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre personer se når du ikke er på kontoret når de bestiller et møte.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din neste fraværsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installer også {calendarappstoreopen} Kalender-appen {linkclose}, eller {calendardocopen} knytt datamaskinen og mobilen din for synkronisering ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Vennligst sørg for å sette opp {emailopen}e-postinnstillingene{linkclose} på riktig måte.",
|
||||
"Calendar server" : "Kalenderserver",
|
||||
@@ -319,17 +325,11 @@
|
||||
"Reminders are always sent to organizers and attendees." : "Reminders are always sent to organizers and attendees.",
|
||||
"Enable notifications for events via push" : "Aktiver varsler for hendelser via push",
|
||||
"Example content" : "Eksempelinnhold",
|
||||
"Availability" : "Arbeidstid",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre personer se når du ikke er på kontoret når de bestiller et møte.",
|
||||
"Absence" : "Fravær",
|
||||
"Configure your next absence period." : "Konfigurer din neste fraværsperiode.",
|
||||
"There was an error updating your attendance status." : "Det oppsto en feil under oppdateringen av oppmøtestatusen din.",
|
||||
"Please contact the organizer directly." : "Ta kontakt med arrangøren direkte.",
|
||||
"Are you accepting the invitation?" : "Aksepterer du invitasjonen?",
|
||||
"Tentative" : "Foreløpig",
|
||||
"Your attendance was updated successfully." : "Deltakelsen din ble oppdatert.",
|
||||
"No results." : "Ingen resultater.",
|
||||
"Start typing." : "Begynn å skrive.",
|
||||
"Time zone:" : "Tidssone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+5
-5
@@ -247,6 +247,8 @@ OC.L10N.register(
|
||||
"WebDAV" : "WebDAV",
|
||||
"Out of office replacement (optional)" : "Vervanger bij afwezigheid (optioneel)",
|
||||
"Name of the replacement" : "Naam van de vervanger",
|
||||
"No results." : "Geen resultaten.",
|
||||
"Start typing." : "Start met typen.",
|
||||
"Short absence status" : "Korte afwezigheidsstatus",
|
||||
"Long absence Message" : "Lang afwezigheidsbericht",
|
||||
"Save" : "Opslaan",
|
||||
@@ -264,6 +266,9 @@ OC.L10N.register(
|
||||
"Import" : "Import",
|
||||
"Error while saving settings" : "Probleem tijdens het opslaan van instellingen",
|
||||
"Reset to default" : "Herstellen naar standaard",
|
||||
"Availability" : "Beschikbaarheid",
|
||||
"Absence" : "Afwezigheid",
|
||||
"Configure your next absence period." : "Configureer uw volgende afwezigheidsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installeer ook de {calendarappstoreopen}Agenda app{linkclose}, of {calendardocopen}verbind je desktop & mobiel voor synchronisatie ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Zorg ervoor dat je de {emailopen}de e-mailserver{linkclose} correct instelt.",
|
||||
"Calendar server" : "Agendaserver",
|
||||
@@ -274,16 +279,11 @@ OC.L10N.register(
|
||||
"Send notifications for events" : "Versturen meldingen voor afspraken",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Meldingen worden via achtergrondtaken verstuurd, dus die moeten vaak genoeg plaatsvinden.",
|
||||
"Enable notifications for events via push" : "Inschakelen push-melding voor afspraken",
|
||||
"Availability" : "Beschikbaarheid",
|
||||
"Absence" : "Afwezigheid",
|
||||
"Configure your next absence period." : "Configureer uw volgende afwezigheidsperiode.",
|
||||
"There was an error updating your attendance status." : "Er trad een fout op bij het bijwerken van je deelnamestatus.",
|
||||
"Please contact the organizer directly." : "Neem rechtstreeks contact op met de organisator.",
|
||||
"Are you accepting the invitation?" : "Neem je de uitnodiging aan?",
|
||||
"Tentative" : "Onder voorbehoud",
|
||||
"Your attendance was updated successfully." : "Je deelname is succesvol bijgewerkt.",
|
||||
"No results." : "Geen resultaten.",
|
||||
"Start typing." : "Start met typen.",
|
||||
"Time zone:" : "Tijdzone:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -245,6 +245,8 @@
|
||||
"WebDAV" : "WebDAV",
|
||||
"Out of office replacement (optional)" : "Vervanger bij afwezigheid (optioneel)",
|
||||
"Name of the replacement" : "Naam van de vervanger",
|
||||
"No results." : "Geen resultaten.",
|
||||
"Start typing." : "Start met typen.",
|
||||
"Short absence status" : "Korte afwezigheidsstatus",
|
||||
"Long absence Message" : "Lang afwezigheidsbericht",
|
||||
"Save" : "Opslaan",
|
||||
@@ -262,6 +264,9 @@
|
||||
"Import" : "Import",
|
||||
"Error while saving settings" : "Probleem tijdens het opslaan van instellingen",
|
||||
"Reset to default" : "Herstellen naar standaard",
|
||||
"Availability" : "Beschikbaarheid",
|
||||
"Absence" : "Afwezigheid",
|
||||
"Configure your next absence period." : "Configureer uw volgende afwezigheidsperiode.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installeer ook de {calendarappstoreopen}Agenda app{linkclose}, of {calendardocopen}verbind je desktop & mobiel voor synchronisatie ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Zorg ervoor dat je de {emailopen}de e-mailserver{linkclose} correct instelt.",
|
||||
"Calendar server" : "Agendaserver",
|
||||
@@ -272,16 +277,11 @@
|
||||
"Send notifications for events" : "Versturen meldingen voor afspraken",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Meldingen worden via achtergrondtaken verstuurd, dus die moeten vaak genoeg plaatsvinden.",
|
||||
"Enable notifications for events via push" : "Inschakelen push-melding voor afspraken",
|
||||
"Availability" : "Beschikbaarheid",
|
||||
"Absence" : "Afwezigheid",
|
||||
"Configure your next absence period." : "Configureer uw volgende afwezigheidsperiode.",
|
||||
"There was an error updating your attendance status." : "Er trad een fout op bij het bijwerken van je deelnamestatus.",
|
||||
"Please contact the organizer directly." : "Neem rechtstreeks contact op met de organisator.",
|
||||
"Are you accepting the invitation?" : "Neem je de uitnodiging aan?",
|
||||
"Tentative" : "Onder voorbehoud",
|
||||
"Your attendance was updated successfully." : "Je deelname is succesvol bijgewerkt.",
|
||||
"No results." : "Geen resultaten.",
|
||||
"Start typing." : "Start met typen.",
|
||||
"Time zone:" : "Tijdzone:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Ostatni dzień (inclusive)",
|
||||
"Out of office replacement (optional)" : "Zamiennik poza biurem (opcjonalnie)",
|
||||
"Name of the replacement" : "Nazwa zamiennika",
|
||||
"No results." : "Brak wyników.",
|
||||
"Start typing." : "Zacznij pisać.",
|
||||
"Short absence status" : "Powiadomienie o krótkiej nieobecności ",
|
||||
"Long absence Message" : "Powiadomienie o długiej nieobecności ",
|
||||
"Save" : "Zapisz",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importuj wydarzenie z kalendarza",
|
||||
"Uploading a new event will overwrite the existing one." : "Przesłanie nowego wydarzenia zastąpi istniejące",
|
||||
"Upload event" : "Prześlij wydarzenie",
|
||||
"Availability" : "Dostępność",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inne osoby będą widzieć, kiedy jesteś poza biurem, rezerwując spotkanie.",
|
||||
"Absence" : "Nieobecność",
|
||||
"Configure your next absence period." : "Ustaw czas swojej nieobecności ",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Zainstaluj także {calendarappstoreopen}aplikację Kalendarz{linkclose} lub {calendardocopen}połącz swój komputer i telefon komórkowy, aby zsynchronizować ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Upewnij się, że poprawnie skonfigurowałeś {emailopen}serwer poczty{linkclose}.",
|
||||
"Calendar server" : "Serwer kalendarza",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Włącz powiadomienia o zdarzeniach poprzez Push",
|
||||
"Example content" : "Przykładowa zawartość",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Przykładowa zawartość służy do prezentacji funkcji Nextcloud. Domyślna zawartość jest dostarczana z Nextcloud i może zostać zastąpiona zawartością niestandardową",
|
||||
"Availability" : "Dostępność",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inne osoby będą widzieć, kiedy jesteś poza biurem, rezerwując spotkanie.",
|
||||
"Absence" : "Nieobecność",
|
||||
"Configure your next absence period." : "Ustaw czas swojej nieobecności ",
|
||||
"There was an error updating your attendance status." : "Wystąpił błąd zmiany stanu uczestnictwa",
|
||||
"Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.",
|
||||
"Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?",
|
||||
"Tentative" : "Niepewne",
|
||||
"Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.",
|
||||
"No results." : "Brak wyników.",
|
||||
"Start typing." : "Zacznij pisać.",
|
||||
"Time zone:" : "Strefa czasowa:"
|
||||
},
|
||||
"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);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Ostatni dzień (inclusive)",
|
||||
"Out of office replacement (optional)" : "Zamiennik poza biurem (opcjonalnie)",
|
||||
"Name of the replacement" : "Nazwa zamiennika",
|
||||
"No results." : "Brak wyników.",
|
||||
"Start typing." : "Zacznij pisać.",
|
||||
"Short absence status" : "Powiadomienie o krótkiej nieobecności ",
|
||||
"Long absence Message" : "Powiadomienie o długiej nieobecności ",
|
||||
"Save" : "Zapisz",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Importuj wydarzenie z kalendarza",
|
||||
"Uploading a new event will overwrite the existing one." : "Przesłanie nowego wydarzenia zastąpi istniejące",
|
||||
"Upload event" : "Prześlij wydarzenie",
|
||||
"Availability" : "Dostępność",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inne osoby będą widzieć, kiedy jesteś poza biurem, rezerwując spotkanie.",
|
||||
"Absence" : "Nieobecność",
|
||||
"Configure your next absence period." : "Ustaw czas swojej nieobecności ",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Zainstaluj także {calendarappstoreopen}aplikację Kalendarz{linkclose} lub {calendardocopen}połącz swój komputer i telefon komórkowy, aby zsynchronizować ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Upewnij się, że poprawnie skonfigurowałeś {emailopen}serwer poczty{linkclose}.",
|
||||
"Calendar server" : "Serwer kalendarza",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Włącz powiadomienia o zdarzeniach poprzez Push",
|
||||
"Example content" : "Przykładowa zawartość",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Przykładowa zawartość służy do prezentacji funkcji Nextcloud. Domyślna zawartość jest dostarczana z Nextcloud i może zostać zastąpiona zawartością niestandardową",
|
||||
"Availability" : "Dostępność",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inne osoby będą widzieć, kiedy jesteś poza biurem, rezerwując spotkanie.",
|
||||
"Absence" : "Nieobecność",
|
||||
"Configure your next absence period." : "Ustaw czas swojej nieobecności ",
|
||||
"There was an error updating your attendance status." : "Wystąpił błąd zmiany stanu uczestnictwa",
|
||||
"Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.",
|
||||
"Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?",
|
||||
"Tentative" : "Niepewne",
|
||||
"Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.",
|
||||
"No results." : "Brak wyników.",
|
||||
"Start typing." : "Zacznij pisać.",
|
||||
"Time zone:" : "Strefa czasowa:"
|
||||
},"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);"
|
||||
}
|
||||
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Último dia (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substituto durante sua ausência (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Nenhum resultado.",
|
||||
"Start typing." : "Comece a digitar.",
|
||||
"Short absence status" : "Status curto sobre a ausência",
|
||||
"Long absence Message" : "Mensagem longa sobre a ausência",
|
||||
"Save" : "Salvar",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importar evento de calendário",
|
||||
"Uploading a new event will overwrite the existing one." : "O upload de um novo evento substituirá o existente.",
|
||||
"Upload event" : "Fazer upload do evento",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure seu próximo período de ausência",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale também o {calendarappstoreopen}aplicativo de calendário{linkclose} ou {calendardocopen}conecte sua área de trabalho e celular à sincronização ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Certifique-se de configurar corretamente {emailopen}o servidor de e-mail{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendário",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Ativar notificações para eventos via push",
|
||||
"Example content" : "Exemplo de conteúdo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O conteúdo de exemplo serve para mostrar os recursos do Nextcloud. O conteúdo padrão é fornecido com o Nextcloud e pode ser substituído por conteúdo personalizado.",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure seu próximo período de ausência",
|
||||
"There was an error updating your attendance status." : "Houve um erro ao atualizar seu status de participação.",
|
||||
"Please contact the organizer directly." : "Por favor, contate o organizador diretamente.",
|
||||
"Are you accepting the invitation?" : "Você está aceitando o convite?",
|
||||
"Tentative" : "Tentativa",
|
||||
"Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.",
|
||||
"No results." : "Nenhum resultado.",
|
||||
"Start typing." : "Comece a digitar.",
|
||||
"Time zone:" : "Fuso horário:"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Último dia (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substituto durante sua ausência (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Nenhum resultado.",
|
||||
"Start typing." : "Comece a digitar.",
|
||||
"Short absence status" : "Status curto sobre a ausência",
|
||||
"Long absence Message" : "Mensagem longa sobre a ausência",
|
||||
"Save" : "Salvar",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Importar evento de calendário",
|
||||
"Uploading a new event will overwrite the existing one." : "O upload de um novo evento substituirá o existente.",
|
||||
"Upload event" : "Fazer upload do evento",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure seu próximo período de ausência",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale também o {calendarappstoreopen}aplicativo de calendário{linkclose} ou {calendardocopen}conecte sua área de trabalho e celular à sincronização ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Certifique-se de configurar corretamente {emailopen}o servidor de e-mail{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendário",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Ativar notificações para eventos via push",
|
||||
"Example content" : "Exemplo de conteúdo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O conteúdo de exemplo serve para mostrar os recursos do Nextcloud. O conteúdo padrão é fornecido com o Nextcloud e pode ser substituído por conteúdo personalizado.",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure seu próximo período de ausência",
|
||||
"There was an error updating your attendance status." : "Houve um erro ao atualizar seu status de participação.",
|
||||
"Please contact the organizer directly." : "Por favor, contate o organizador diretamente.",
|
||||
"Are you accepting the invitation?" : "Você está aceitando o convite?",
|
||||
"Tentative" : "Tentativa",
|
||||
"Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.",
|
||||
"No results." : "Nenhum resultado.",
|
||||
"Start typing." : "Comece a digitar.",
|
||||
"Time zone:" : "Fuso horário:"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -272,6 +272,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Último dia (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substituto durante ausência (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Sem resultados.",
|
||||
"Start typing." : "Comece a escrever.",
|
||||
"Short absence status" : "Estado de ausência curto",
|
||||
"Long absence Message" : "Mensagem de ausência longa",
|
||||
"Save" : "Guardar",
|
||||
@@ -306,6 +308,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Importar evento de calendário",
|
||||
"Uploading a new event will overwrite the existing one." : "O carregamento de um novo evento substituirá o existente.",
|
||||
"Upload event" : "Carregar evento",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configurar o seu horário de trabalho, outras pessoas saberão quando está fora do escritório ao marcar uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure o seu próximo período de ausência.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale também a {calendarappstoreopen}aplicação Calendário {linkclose}, ou {calendardocopen} ligue o seu computador e telemóvel para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Certifique‑se de configurar corretamente {emailopen}o servidor de email{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendário",
|
||||
@@ -320,17 +326,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Ativar notificações push para eventos",
|
||||
"Example content" : "Conteúdo de exemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O conteúdo de exemplo serve para demonstrar as funcionalidades do Nextcloud. É fornecido com o Nextcloud e pode ser substituído por conteúdo personalizado.",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configurar o seu horário de trabalho, outras pessoas saberão quando está fora do escritório ao marcar uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure o seu próximo período de ausência.",
|
||||
"There was an error updating your attendance status." : "Ocorreu um erro ao atualizar o seu estado de participação.",
|
||||
"Please contact the organizer directly." : "Contacte diretamente o organizador.",
|
||||
"Are you accepting the invitation?" : "Aceita o convite?",
|
||||
"Tentative" : "Tentativa",
|
||||
"Your attendance was updated successfully." : "O seu estado de participação foi atualizado com sucesso.",
|
||||
"No results." : "Sem resultados.",
|
||||
"Start typing." : "Comece a escrever.",
|
||||
"Time zone:" : "Fuso horário:"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
"Last day (inclusive)" : "Último dia (inclusive)",
|
||||
"Out of office replacement (optional)" : "Substituto durante ausência (opcional)",
|
||||
"Name of the replacement" : "Nome do substituto",
|
||||
"No results." : "Sem resultados.",
|
||||
"Start typing." : "Comece a escrever.",
|
||||
"Short absence status" : "Estado de ausência curto",
|
||||
"Long absence Message" : "Mensagem de ausência longa",
|
||||
"Save" : "Guardar",
|
||||
@@ -304,6 +306,10 @@
|
||||
"Import calendar event" : "Importar evento de calendário",
|
||||
"Uploading a new event will overwrite the existing one." : "O carregamento de um novo evento substituirá o existente.",
|
||||
"Upload event" : "Carregar evento",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configurar o seu horário de trabalho, outras pessoas saberão quando está fora do escritório ao marcar uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure o seu próximo período de ausência.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Instale também a {calendarappstoreopen}aplicação Calendário {linkclose}, ou {calendardocopen} ligue o seu computador e telemóvel para sincronizar ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Certifique‑se de configurar corretamente {emailopen}o servidor de email{linkclose}.",
|
||||
"Calendar server" : "Servidor de calendário",
|
||||
@@ -318,17 +324,11 @@
|
||||
"Enable notifications for events via push" : "Ativar notificações push para eventos",
|
||||
"Example content" : "Conteúdo de exemplo",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "O conteúdo de exemplo serve para demonstrar as funcionalidades do Nextcloud. É fornecido com o Nextcloud e pode ser substituído por conteúdo personalizado.",
|
||||
"Availability" : "Disponibilidade",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configurar o seu horário de trabalho, outras pessoas saberão quando está fora do escritório ao marcar uma reunião.",
|
||||
"Absence" : "Ausência",
|
||||
"Configure your next absence period." : "Configure o seu próximo período de ausência.",
|
||||
"There was an error updating your attendance status." : "Ocorreu um erro ao atualizar o seu estado de participação.",
|
||||
"Please contact the organizer directly." : "Contacte diretamente o organizador.",
|
||||
"Are you accepting the invitation?" : "Aceita o convite?",
|
||||
"Tentative" : "Tentativa",
|
||||
"Your attendance was updated successfully." : "O seu estado de participação foi atualizado com sucesso.",
|
||||
"No results." : "Sem resultados.",
|
||||
"Start typing." : "Comece a escrever.",
|
||||
"Time zone:" : "Fuso horário:"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Последний день (включительно)",
|
||||
"Out of office replacement (optional)" : "Замена вне офиса (по желанию)",
|
||||
"Name of the replacement" : "Название заменяющего устройства",
|
||||
"No results." : "Неверный целевой путь.",
|
||||
"Start typing." : "Начать печатать.",
|
||||
"Short absence status" : "Краткий статус отсутствия",
|
||||
"Long absence Message" : "Длинное сообщение об отсутствии",
|
||||
"Save" : "Сохранить",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Импортировать событие календаря",
|
||||
"Uploading a new event will overwrite the existing one." : " Загрузка нового события перезапишет существующее.",
|
||||
"Upload event" : "Загрузить событие",
|
||||
"Availability" : "Рабочее время",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Если вы настроите свой расписание работы, другие пользователи при планировании встреч смогут видеть, когда вас нет в офисе.",
|
||||
"Absence" : "Отсутствие",
|
||||
"Configure your next absence period." : "Укажите интервал вашего следующего отсутствия.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Также установите {calendarappstoreopen}приложение Calendar{linkclose}, или {calendardocopen}подключите ваш ПК и мобильное устройство для синхронизации ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Проверьте правильность настройки {emailopen}почтового сервера{linkclose}.",
|
||||
"Calendar server" : "Сервер календаря",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Включить уведомления о событиях с помощью push",
|
||||
"Example content" : "Пример содержимого",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример содержимого демонстрирует возможности Nextcloud. По умолчанию поставляется стандартное содержимое, которое можно заменить настраиваемым.",
|
||||
"Availability" : "Рабочее время",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Если вы настроите свой расписание работы, другие пользователи при планировании встреч смогут видеть, когда вас нет в офисе.",
|
||||
"Absence" : "Отсутствие",
|
||||
"Configure your next absence period." : "Укажите интервал вашего следующего отсутствия.",
|
||||
"There was an error updating your attendance status." : "Ошибка обновления статуса участия.",
|
||||
"Please contact the organizer directly." : "Обратитесь к организатору напрямую.",
|
||||
"Are you accepting the invitation?" : "Принять приглашение?",
|
||||
"Tentative" : "Под вопросом",
|
||||
"Your attendance was updated successfully." : "Статус участия обновлён.",
|
||||
"No results." : "Неверный целевой путь.",
|
||||
"Start typing." : "Начать печатать.",
|
||||
"Time zone:" : "Часовой пояс:"
|
||||
},
|
||||
"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);");
|
||||
|
||||
@@ -278,6 +278,8 @@
|
||||
"Last day (inclusive)" : "Последний день (включительно)",
|
||||
"Out of office replacement (optional)" : "Замена вне офиса (по желанию)",
|
||||
"Name of the replacement" : "Название заменяющего устройства",
|
||||
"No results." : "Неверный целевой путь.",
|
||||
"Start typing." : "Начать печатать.",
|
||||
"Short absence status" : "Краткий статус отсутствия",
|
||||
"Long absence Message" : "Длинное сообщение об отсутствии",
|
||||
"Save" : "Сохранить",
|
||||
@@ -312,6 +314,10 @@
|
||||
"Import calendar event" : "Импортировать событие календаря",
|
||||
"Uploading a new event will overwrite the existing one." : " Загрузка нового события перезапишет существующее.",
|
||||
"Upload event" : "Загрузить событие",
|
||||
"Availability" : "Рабочее время",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Если вы настроите свой расписание работы, другие пользователи при планировании встреч смогут видеть, когда вас нет в офисе.",
|
||||
"Absence" : "Отсутствие",
|
||||
"Configure your next absence period." : "Укажите интервал вашего следующего отсутствия.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Также установите {calendarappstoreopen}приложение Calendar{linkclose}, или {calendardocopen}подключите ваш ПК и мобильное устройство для синхронизации ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Проверьте правильность настройки {emailopen}почтового сервера{linkclose}.",
|
||||
"Calendar server" : "Сервер календаря",
|
||||
@@ -326,17 +332,11 @@
|
||||
"Enable notifications for events via push" : "Включить уведомления о событиях с помощью push",
|
||||
"Example content" : "Пример содержимого",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Пример содержимого демонстрирует возможности Nextcloud. По умолчанию поставляется стандартное содержимое, которое можно заменить настраиваемым.",
|
||||
"Availability" : "Рабочее время",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Если вы настроите свой расписание работы, другие пользователи при планировании встреч смогут видеть, когда вас нет в офисе.",
|
||||
"Absence" : "Отсутствие",
|
||||
"Configure your next absence period." : "Укажите интервал вашего следующего отсутствия.",
|
||||
"There was an error updating your attendance status." : "Ошибка обновления статуса участия.",
|
||||
"Please contact the organizer directly." : "Обратитесь к организатору напрямую.",
|
||||
"Are you accepting the invitation?" : "Принять приглашение?",
|
||||
"Tentative" : "Под вопросом",
|
||||
"Your attendance was updated successfully." : "Статус участия обновлён.",
|
||||
"No results." : "Неверный целевой путь.",
|
||||
"Start typing." : "Начать печатать.",
|
||||
"Time zone:" : "Часовой пояс:"
|
||||
},"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);"
|
||||
}
|
||||
+6
-6
@@ -272,6 +272,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Posledný deň (vrátane)",
|
||||
"Out of office replacement (optional)" : "Zástup keď je mimo kancelárie (voliteľné)",
|
||||
"Name of the replacement" : "Názov náhrady",
|
||||
"No results." : "Žiadne výsledky.",
|
||||
"Start typing." : "Začnite písať.",
|
||||
"Short absence status" : "Status pre Krátku neprítomnosť",
|
||||
"Long absence Message" : "Správa pri Dlhej neprítomnosti",
|
||||
"Save" : "Uložiť",
|
||||
@@ -298,6 +300,10 @@ OC.L10N.register(
|
||||
"Reset to default" : "Nastaviť predvolené",
|
||||
"Import contacts" : "Importovať kontakty",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Importovaním nového súboru .vcf sa vymaže existujúci predvolený kontakt a nahradí sa novým. Chcete pokračovať?",
|
||||
"Availability" : "Dostupnosť",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
|
||||
"Absence" : "Neprítomnosť",
|
||||
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Tiež nainštalujte {calendarappstoreopen}apku Kalendár{linkclose} alebo {calendardocopen}pripojte svoj počítač a smartfón pre synchronizáciu ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Uistite sa, že ste správne nastavili {emailopen}e-mailový server{linkclose}.",
|
||||
"Calendar server" : "Kalendárový server",
|
||||
@@ -310,17 +316,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Posielať upozornenia na pripomienky aj zdieľaným osobám v kalendári",
|
||||
"Reminders are always sent to organizers and attendees." : "Upozornenia sa vždy posielajú organizátorom a účastníkom.",
|
||||
"Enable notifications for events via push" : "Zapnúť oznámenia o udalostiach prostredníctvom technológie push.",
|
||||
"Availability" : "Dostupnosť",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
|
||||
"Absence" : "Neprítomnosť",
|
||||
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
|
||||
"There was an error updating your attendance status." : "Nastal problém pri aktualizácii Vašej účasti.",
|
||||
"Please contact the organizer directly." : "Prosím kontaktujte priamo organizátora.",
|
||||
"Are you accepting the invitation?" : "Príjmate pozvánku?",
|
||||
"Tentative" : "Neistý",
|
||||
"Your attendance was updated successfully." : "Vaša účasť bola aktualizovaná úspešne.",
|
||||
"No results." : "Žiadne výsledky.",
|
||||
"Start typing." : "Začnite písať.",
|
||||
"Time zone:" : "Časová zóna:"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
"Last day (inclusive)" : "Posledný deň (vrátane)",
|
||||
"Out of office replacement (optional)" : "Zástup keď je mimo kancelárie (voliteľné)",
|
||||
"Name of the replacement" : "Názov náhrady",
|
||||
"No results." : "Žiadne výsledky.",
|
||||
"Start typing." : "Začnite písať.",
|
||||
"Short absence status" : "Status pre Krátku neprítomnosť",
|
||||
"Long absence Message" : "Správa pri Dlhej neprítomnosti",
|
||||
"Save" : "Uložiť",
|
||||
@@ -296,6 +298,10 @@
|
||||
"Reset to default" : "Nastaviť predvolené",
|
||||
"Import contacts" : "Importovať kontakty",
|
||||
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "Importovaním nového súboru .vcf sa vymaže existujúci predvolený kontakt a nahradí sa novým. Chcete pokračovať?",
|
||||
"Availability" : "Dostupnosť",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
|
||||
"Absence" : "Neprítomnosť",
|
||||
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Tiež nainštalujte {calendarappstoreopen}apku Kalendár{linkclose} alebo {calendardocopen}pripojte svoj počítač a smartfón pre synchronizáciu ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Uistite sa, že ste správne nastavili {emailopen}e-mailový server{linkclose}.",
|
||||
"Calendar server" : "Kalendárový server",
|
||||
@@ -308,17 +314,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Posielať upozornenia na pripomienky aj zdieľaným osobám v kalendári",
|
||||
"Reminders are always sent to organizers and attendees." : "Upozornenia sa vždy posielajú organizátorom a účastníkom.",
|
||||
"Enable notifications for events via push" : "Zapnúť oznámenia o udalostiach prostredníctvom technológie push.",
|
||||
"Availability" : "Dostupnosť",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
|
||||
"Absence" : "Neprítomnosť",
|
||||
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
|
||||
"There was an error updating your attendance status." : "Nastal problém pri aktualizácii Vašej účasti.",
|
||||
"Please contact the organizer directly." : "Prosím kontaktujte priamo organizátora.",
|
||||
"Are you accepting the invitation?" : "Príjmate pozvánku?",
|
||||
"Tentative" : "Neistý",
|
||||
"Your attendance was updated successfully." : "Vaša účasť bola aktualizovaná úspešne.",
|
||||
"No results." : "Žiadne výsledky.",
|
||||
"Start typing." : "Začnite písať.",
|
||||
"Time zone:" : "Časová zóna:"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
+6
-6
@@ -180,6 +180,8 @@ OC.L10N.register(
|
||||
"First day" : "Prvi dan",
|
||||
"Last day (inclusive)" : "Zadnji dan (vključujoče)",
|
||||
"Name of the replacement" : "Ime zamenjave",
|
||||
"No results." : "Ni zadetkov",
|
||||
"Start typing." : "Začnite vpisovati.",
|
||||
"Short absence status" : "Stanje kratke odsotnosti",
|
||||
"Long absence Message" : "Sporočilo dolge odsostnosti",
|
||||
"Save" : "Shrani",
|
||||
@@ -199,6 +201,10 @@ OC.L10N.register(
|
||||
"Import" : "Uvozi",
|
||||
"Error while saving settings" : "Prišlo je do napake med shranjevanjem nastavitev",
|
||||
"Reset to default" : "Ponastavi na privzeto",
|
||||
"Availability" : "Razpoložljivost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni.",
|
||||
"Absence" : "Odsotnost",
|
||||
"Configure your next absence period." : "Nastavitev naslednjega časa odsotnosti",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Namestite tudi {calendarappstoreopen}Koledar{linkclose}, ali pa se povežite z {calendardocopen}namiznim oziroma mobilnim usklajevalnikom ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Prepričajte se, da je {emailopen}poštni strežnik{linkclose} pravilno nastavljen.",
|
||||
"Calendar server" : "Strežnik koledarja",
|
||||
@@ -211,17 +217,11 @@ OC.L10N.register(
|
||||
"Send reminder notifications to calendar sharees as well" : "Pošiljanje opomnikov tudi naročnikom koledarja.",
|
||||
"Reminders are always sent to organizers and attendees." : "Opomniki bodo vedno poslani organizatorjem in udeležencem.",
|
||||
"Enable notifications for events via push" : "Omogoči potisna obvestila za dogodke",
|
||||
"Availability" : "Razpoložljivost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni.",
|
||||
"Absence" : "Odsotnost",
|
||||
"Configure your next absence period." : "Nastavitev naslednjega časa odsotnosti",
|
||||
"There was an error updating your attendance status." : "Prišlo je do napake med posodabljanjem vaše udeležbe.",
|
||||
"Please contact the organizer directly." : "Z organizatorjem stopite neposredno v stik.",
|
||||
"Are you accepting the invitation?" : "Ali želite sprejeti povabilo?",
|
||||
"Tentative" : "Začasno",
|
||||
"Your attendance was updated successfully." : "Vaša prisotnost je uspešno posodobljena.",
|
||||
"No results." : "Ni zadetkov",
|
||||
"Start typing." : "Začnite vpisovati.",
|
||||
"Time zone:" : "Časovni pas:"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
|
||||
@@ -178,6 +178,8 @@
|
||||
"First day" : "Prvi dan",
|
||||
"Last day (inclusive)" : "Zadnji dan (vključujoče)",
|
||||
"Name of the replacement" : "Ime zamenjave",
|
||||
"No results." : "Ni zadetkov",
|
||||
"Start typing." : "Začnite vpisovati.",
|
||||
"Short absence status" : "Stanje kratke odsotnosti",
|
||||
"Long absence Message" : "Sporočilo dolge odsostnosti",
|
||||
"Save" : "Shrani",
|
||||
@@ -197,6 +199,10 @@
|
||||
"Import" : "Uvozi",
|
||||
"Error while saving settings" : "Prišlo je do napake med shranjevanjem nastavitev",
|
||||
"Reset to default" : "Ponastavi na privzeto",
|
||||
"Availability" : "Razpoložljivost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni.",
|
||||
"Absence" : "Odsotnost",
|
||||
"Configure your next absence period." : "Nastavitev naslednjega časa odsotnosti",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Namestite tudi {calendarappstoreopen}Koledar{linkclose}, ali pa se povežite z {calendardocopen}namiznim oziroma mobilnim usklajevalnikom ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Prepričajte se, da je {emailopen}poštni strežnik{linkclose} pravilno nastavljen.",
|
||||
"Calendar server" : "Strežnik koledarja",
|
||||
@@ -209,17 +215,11 @@
|
||||
"Send reminder notifications to calendar sharees as well" : "Pošiljanje opomnikov tudi naročnikom koledarja.",
|
||||
"Reminders are always sent to organizers and attendees." : "Opomniki bodo vedno poslani organizatorjem in udeležencem.",
|
||||
"Enable notifications for events via push" : "Omogoči potisna obvestila za dogodke",
|
||||
"Availability" : "Razpoložljivost",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni.",
|
||||
"Absence" : "Odsotnost",
|
||||
"Configure your next absence period." : "Nastavitev naslednjega časa odsotnosti",
|
||||
"There was an error updating your attendance status." : "Prišlo je do napake med posodabljanjem vaše udeležbe.",
|
||||
"Please contact the organizer directly." : "Z organizatorjem stopite neposredno v stik.",
|
||||
"Are you accepting the invitation?" : "Ali želite sprejeti povabilo?",
|
||||
"Tentative" : "Začasno",
|
||||
"Your attendance was updated successfully." : "Vaša prisotnost je uspešno posodobljena.",
|
||||
"No results." : "Ni zadetkov",
|
||||
"Start typing." : "Začnite vpisovati.",
|
||||
"Time zone:" : "Časovni pas:"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
||||
+6
-6
@@ -280,6 +280,8 @@ OC.L10N.register(
|
||||
"Last day (inclusive)" : "Последњи дан (укључујући и њега)",
|
||||
"Out of office replacement (optional)" : "Замена за ван канцеларије (није обавезно)",
|
||||
"Name of the replacement" : "Име замене",
|
||||
"No results." : "Нема резултата.",
|
||||
"Start typing." : "Почните да куцате",
|
||||
"Short absence status" : "Кратак статус одсуства",
|
||||
"Long absence Message" : "Дугачак статус одсуства",
|
||||
"Save" : "Сачувај",
|
||||
@@ -314,6 +316,10 @@ OC.L10N.register(
|
||||
"Import calendar event" : "Увоз догађаја календара",
|
||||
"Uploading a new event will overwrite the existing one." : "Отпремање новог догађаја ће да препише постојећи.",
|
||||
"Upload event" : "Отпреми догађај",
|
||||
"Availability" : "Доступност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако подесите своје радне сате, када буду заказивали састанак, други људи ће видети када сте ван канцеларије.",
|
||||
"Absence" : "Одсутност",
|
||||
"Configure your next absence period." : "Конфигуришите свој наредни период одсутности.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Такође инсталирајте {calendarappstoreopen}Календар апликацију{linkclose}, или {calendardocopen}повежите Ваш рачунар & мобилни за синхронизацију ↗{linkclose}.",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Постарајте се да правилно подесите {emailopen}сервер е-поште{linkclose}.",
|
||||
"Calendar server" : "Календар сервера",
|
||||
@@ -328,17 +334,11 @@ OC.L10N.register(
|
||||
"Enable notifications for events via push" : "Укључи обавештења за догађаје преко гурања догађаја",
|
||||
"Example content" : "Садржај за пример",
|
||||
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Садржај за пример служи да покаже Nextcloud могућности. Подразумевани садржај се испоручује уз Nextcloud и може да се замени произвољним.",
|
||||
"Availability" : "Доступност",
|
||||
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ако подесите своје радне сате, када буду заказивали састанак, други људи ће видети када сте ван канцеларије.",
|
||||
"Absence" : "Одсутност",
|
||||
"Configure your next absence period." : "Конфигуришите свој наредни период одсутности.",
|
||||
"There was an error updating your attendance status." : "Десила се грешка приликом ажурирања статуса Вашег присуства.",
|
||||
"Please contact the organizer directly." : "Контактирајте директно организатора.",
|
||||
"Are you accepting the invitation?" : "Да ли прихватате позивницу?",
|
||||
"Tentative" : "Условна потврда",
|
||||
"Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано.",
|
||||
"No results." : "Нема резултата.",
|
||||
"Start typing." : "Почните да куцате",
|
||||
"Time zone:" : "Временска зона:"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user