Skip to content

Commit 1e7b5c0

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 2eb6154 commit 1e7b5c0

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

l10n/fa.js

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/fa.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{ "translations": {
2+
"Full path to python interpreter" : "Full path to python interpreter",
3+
"Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command. Used when pre-compiled binaries option is not selected." : "Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command. Used when pre-compiled binaries option is not selected.",
4+
"Remote/Encrypted file size limit to process" : "Remote/Encrypted file size limit to process",
5+
"Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size." : "Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size.",
6+
"Use path to PHP interpreter for Python from settings" : "Use path to PHP interpreter for Python from settings",
7+
"Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part." : "Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part.",
8+
"Full path to PHP interpreter for Python" : "Full path to PHP interpreter for Python",
9+
"Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command" : "Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command",
10+
"Use pre-compiled Python binaries" : "Use pre-compiled Python binaries",
11+
"Use Python part in binary format (located in the appdata folder)" : "Use Python part in binary format (located in the appdata folder)",
12+
"Framework log level" : "Framework log level",
13+
"Used by apps, that are using this framework" : "Used by apps, that are using this framework",
14+
"Cloud Python API" : "Cloud Python API",
15+
"Nextcloud Python API (Framework)" : "Nextcloud Python API (Framework)",
16+
"Nextcloud Python API Framework\n\n| **Currently in development, all is under design**\n\n### Provides convenient functions for Python\n\n- Read & write file system objects\n- Working with database\n- Wrapper around `OCC` calls\n- Calling your python function from php part of your app and return a result\n\n### Used by the following apps\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Nextcloud Media Duplicate Collector app" : "Nextcloud Python API Framework\n\n| **Currently in development, all is under design**\n\n### Provides convenient functions for Python\n\n- Read & write file system objects\n- Working with database\n- Wrapper around `OCC` calls\n- Calling your python function from php part of your app and return a result\n\n### Used by the following apps\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Nextcloud Media Duplicate Collector app",
17+
"Use PHP path from settings" : "Use PHP path from settings",
218
"Error" : "خطا",
19+
"Settings list is empty" : "Settings list is empty",
20+
"Seems like database not initialized properly. Try to re-enable the app" : "Seems like database not initialized properly. Try to re-enable the app",
21+
"Bug report" : "Bug report",
22+
"Settings successfully updated" : "Settings successfully updated",
23+
"Some error occurred while updating settings" : "Some error occurred while updating settings",
24+
"Collect non sensitive system info for bug report" : "Collect non sensitive system info for bug report",
25+
"Collect system info" : "Collect system info",
26+
"System info" : "System info",
327
"Copy to clipboard" : "رونوشت به تخته‌گیره",
4-
"Copied to clipboard" : "در حافظه رونویسی شد"
28+
"Copied to clipboard" : "در حافظه رونویسی شد",
29+
"_Test text_::_Test texts_" : ["Test text","Test texts"]
530
},"pluralForm" :"nplurals=2; plural=(n > 1);"
631
}

0 commit comments

Comments
 (0)