mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
[tx-robot] updated from transifex
This commit is contained in:
parent
5b69b0a66d
commit
6689fe9722
10 changed files with 38 additions and 2 deletions
|
|
@ -128,6 +128,7 @@ OC.L10N.register(
|
|||
"shared by %s" : "von %s geteilt",
|
||||
"Download all files" : "Alle Dateien herunterladen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Add to your %s" : "Hinzufügen zu Deiner %s",
|
||||
"Share API is disabled" : "Teilen-API ist deaktivert",
|
||||
"File sharing" : "Dateifreigabe",
|
||||
"Share will expire tomorrow" : "Freigabe läuft morgen ab",
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@
|
|||
"shared by %s" : "von %s geteilt",
|
||||
"Download all files" : "Alle Dateien herunterladen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Add to your %s" : "Hinzufügen zu Deiner %s",
|
||||
"Share API is disabled" : "Teilen-API ist deaktivert",
|
||||
"File sharing" : "Dateifreigabe",
|
||||
"Share will expire tomorrow" : "Freigabe läuft morgen ab",
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ OC.L10N.register(
|
|||
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。",
|
||||
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "管理者であれば共有時の挙動を微調整できます。詳細な情報はドキュメントを参照してください。",
|
||||
"Allow apps to use the Share API" : "アプリからの共有APIの利用を許可する",
|
||||
"Set default expiration date for shares" : "共有のデフォルトの有効期限の設定する",
|
||||
"Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する",
|
||||
"days" : "日",
|
||||
"Enforce expiration date" : "有効期限を反映させる",
|
||||
"Set default expiration date for shares to other servers" : "他のサーバーへの共有のデフォルトの有効期限を設定する",
|
||||
|
|
|
|||
|
|
@ -365,7 +365,7 @@
|
|||
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。",
|
||||
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "管理者であれば共有時の挙動を微調整できます。詳細な情報はドキュメントを参照してください。",
|
||||
"Allow apps to use the Share API" : "アプリからの共有APIの利用を許可する",
|
||||
"Set default expiration date for shares" : "共有のデフォルトの有効期限の設定する",
|
||||
"Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する",
|
||||
"days" : "日",
|
||||
"Enforce expiration date" : "有効期限を反映させる",
|
||||
"Set default expiration date for shares to other servers" : "他のサーバーへの共有のデフォルトの有効期限を設定する",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,14 @@ OC.L10N.register(
|
|||
"File is too big" : "فایل خیلی بزرگ است",
|
||||
"The selected file is not an image." : "فایل انتخاب شده عکس نمی باشد.",
|
||||
"The selected file cannot be read." : "فایل انتخاب شده خوانده نمی شود.",
|
||||
"The file was uploaded" : "پرونده، بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم پرونده بازگذاری شده بیشتر از تنظیمات MAX_FILE_SIZE مشخص شده در فرم HTML است",
|
||||
"The file was only partially uploaded" : "پرونده به صورت ناقص بارگذاری شد",
|
||||
"No file was uploaded" : "پروندهای بارگذاری نشد",
|
||||
"Missing a temporary folder" : "پوشه موقت موجود نیست",
|
||||
"Could not write file to disk" : "ناتوانی در نوشتن پرونده روی حافظه",
|
||||
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
||||
"Invalid file provided" : "فایل دادهشده نا معتبر است",
|
||||
"No image or file provided" : "هیچ فایل یا تصویری وارد نشده است",
|
||||
"Unknown filetype" : "نوع فایل ناشناخته",
|
||||
|
|
@ -26,6 +34,7 @@ OC.L10N.register(
|
|||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی دکمه زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
|
||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی لینک زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
|
||||
"Reset your password" : "تنظیم مجدد رمز عبور",
|
||||
"Nextcloud Server" : "کارساز نکستکلود",
|
||||
"Some of your link shares have been removed" : "برخی از لینک های اشتراک گذاری شده شما حذف شده است",
|
||||
"Preparing update" : "آمادهسازی به روز رسانی",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
|
|
@ -166,6 +175,7 @@ OC.L10N.register(
|
|||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.",
|
||||
"Create an <strong>admin account</strong>" : "لطفا یک <strong> شناسه برای مدیر</strong> بسازید",
|
||||
"Username" : "نام کاربری",
|
||||
"Show password" : "نمایش گذرواژه",
|
||||
"Storage & database" : "انبارش و پایگاه داده",
|
||||
"Data folder" : "پوشه اطلاعاتی",
|
||||
"Configure the database" : "پایگاه داده برنامه ریزی شدند",
|
||||
|
|
@ -179,6 +189,8 @@ OC.L10N.register(
|
|||
"Database host" : "هاست پایگاه داده",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Please specify the port number along with the host name (e.g., localhost:5432).",
|
||||
"Performance warning" : "اخطار کارایی",
|
||||
"You chose SQLite as database." : "شما SQLite را به عنوان پایگاه داده انتخاب کردید.",
|
||||
"Install recommended apps" : "نصب کارههای پیشنهادی",
|
||||
"Finish setup" : "اتمام نصب",
|
||||
"Finishing …" : "در حال اتمام ...",
|
||||
"Need help?" : "کمک لازم دارید ؟",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
"File is too big" : "فایل خیلی بزرگ است",
|
||||
"The selected file is not an image." : "فایل انتخاب شده عکس نمی باشد.",
|
||||
"The selected file cannot be read." : "فایل انتخاب شده خوانده نمی شود.",
|
||||
"The file was uploaded" : "پرونده، بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم پرونده بازگذاری شده بیشتر از تنظیمات MAX_FILE_SIZE مشخص شده در فرم HTML است",
|
||||
"The file was only partially uploaded" : "پرونده به صورت ناقص بارگذاری شد",
|
||||
"No file was uploaded" : "پروندهای بارگذاری نشد",
|
||||
"Missing a temporary folder" : "پوشه موقت موجود نیست",
|
||||
"Could not write file to disk" : "ناتوانی در نوشتن پرونده روی حافظه",
|
||||
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
||||
"Invalid file provided" : "فایل دادهشده نا معتبر است",
|
||||
"No image or file provided" : "هیچ فایل یا تصویری وارد نشده است",
|
||||
"Unknown filetype" : "نوع فایل ناشناخته",
|
||||
|
|
@ -24,6 +32,7 @@
|
|||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی دکمه زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
|
||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "برای بازنشانی رمز عبور خود، روی لینک زیر کلیک کنید. اگر شما تنظیم مجدد رمز عبور را درخواست نکردید، این ایمیل را نادیده بگیرید.",
|
||||
"Reset your password" : "تنظیم مجدد رمز عبور",
|
||||
"Nextcloud Server" : "کارساز نکستکلود",
|
||||
"Some of your link shares have been removed" : "برخی از لینک های اشتراک گذاری شده شما حذف شده است",
|
||||
"Preparing update" : "آمادهسازی به روز رسانی",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
|
|
@ -164,6 +173,7 @@
|
|||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "فایلها و فهرست های داده های شما قابل از اینترنت قابل دسترسی هستند، چونکه فایل htacces. کار نمی کند.",
|
||||
"Create an <strong>admin account</strong>" : "لطفا یک <strong> شناسه برای مدیر</strong> بسازید",
|
||||
"Username" : "نام کاربری",
|
||||
"Show password" : "نمایش گذرواژه",
|
||||
"Storage & database" : "انبارش و پایگاه داده",
|
||||
"Data folder" : "پوشه اطلاعاتی",
|
||||
"Configure the database" : "پایگاه داده برنامه ریزی شدند",
|
||||
|
|
@ -177,6 +187,8 @@
|
|||
"Database host" : "هاست پایگاه داده",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Please specify the port number along with the host name (e.g., localhost:5432).",
|
||||
"Performance warning" : "اخطار کارایی",
|
||||
"You chose SQLite as database." : "شما SQLite را به عنوان پایگاه داده انتخاب کردید.",
|
||||
"Install recommended apps" : "نصب کارههای پیشنهادی",
|
||||
"Finish setup" : "اتمام نصب",
|
||||
"Finishing …" : "در حال اتمام ...",
|
||||
"Need help?" : "کمک لازم دارید ؟",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
|||
"File is too big" : "Fichièr tròp pesuc",
|
||||
"The selected file is not an image." : "Lo fichièr seleccionat es pas un imatge.",
|
||||
"The selected file cannot be read." : "Se pòt pas legir lo fichièr seleccionat.",
|
||||
"The file was uploaded" : "Lo fichièr es estat enviat",
|
||||
"No file was uploaded" : "Cap de fichièr pas enviat",
|
||||
"Missing a temporary folder" : "Dossièr temporari absent",
|
||||
"Could not write file to disk" : "Escritura impossibla al disc",
|
||||
"Invalid file provided" : "Fichièr fornit invalid",
|
||||
"No image or file provided" : "Cap d’imatge o fichièr fornit",
|
||||
"Unknown filetype" : "Tipe de fichièr desconegut",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"File is too big" : "Fichièr tròp pesuc",
|
||||
"The selected file is not an image." : "Lo fichièr seleccionat es pas un imatge.",
|
||||
"The selected file cannot be read." : "Se pòt pas legir lo fichièr seleccionat.",
|
||||
"The file was uploaded" : "Lo fichièr es estat enviat",
|
||||
"No file was uploaded" : "Cap de fichièr pas enviat",
|
||||
"Missing a temporary folder" : "Dossièr temporari absent",
|
||||
"Could not write file to disk" : "Escritura impossibla al disc",
|
||||
"Invalid file provided" : "Fichièr fornit invalid",
|
||||
"No image or file provided" : "Cap d’imatge o fichièr fornit",
|
||||
"Unknown filetype" : "Tipe de fichièr desconegut",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Cannot write into \"config\" directory!" : "Das Schreiben in das „config“-Verzeichnis ist nicht möglich!",
|
||||
"This can usually be fixed by giving the webserver write access to the config directory." : "Dies kann normalerweise behoben werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird.",
|
||||
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Wenn Du jedoch möchtest dass die Datei config.php schreibgeschützt bleiben soll, dann setze die Option \"config_is_read_only\" in der Datei auf true.",
|
||||
"See %s" : "Siehe %s",
|
||||
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$swurden nicht korrekt ersetzt. Stelle sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
|
||||
"Sample configuration detected" : "Beispielkonfiguration gefunden",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Cannot write into \"config\" directory!" : "Das Schreiben in das „config“-Verzeichnis ist nicht möglich!",
|
||||
"This can usually be fixed by giving the webserver write access to the config directory." : "Dies kann normalerweise behoben werden, indem dem Webserver Schreibzugriff auf das config-Verzeichnis gegeben wird.",
|
||||
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Wenn Du jedoch möchtest dass die Datei config.php schreibgeschützt bleiben soll, dann setze die Option \"config_is_read_only\" in der Datei auf true.",
|
||||
"See %s" : "Siehe %s",
|
||||
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$swurden nicht korrekt ersetzt. Stelle sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
|
||||
"Sample configuration detected" : "Beispielkonfiguration gefunden",
|
||||
|
|
|
|||
Loading…
Reference in a new issue