1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
{ "translations": {
"System tag %1$s added by the system" : "System tag %1$s added by the system",
"Added system tag {systemtag}" : "Added system tag {systemtag}",
"Added system tag %1$s" : "Added system tag %1$s",
"%1$s added system tag %2$s" : "%1$s added system tag %2$s",
"{actor} added system tag {systemtag}" : "{actor} added system tag {systemtag}",
"System tag %1$s removed by the system" : "System tag %1$s removed by the system",
"Removed system tag {systemtag}" : "Removed system tag {systemtag}",
"Removed system tag %1$s" : "Removed system tag %1$s",
"%1$s removed system tag %2$s" : "%1$s removed system tag %2$s",
"{actor} removed system tag {systemtag}" : "{actor} removed system tag {systemtag}",
"You created system tag %1$s" : "You created system tag %1$s",
"You created system tag {systemtag}" : "You created system tag {systemtag}",
"%1$s created system tag %2$s" : "%1$s created system tag %2$s",
"{actor} created system tag {systemtag}" : "{actor} created system tag {systemtag}",
"You deleted system tag %1$s" : "You deleted system tag %1$s",
"You deleted system tag {systemtag}" : "You deleted system tag {systemtag}",
"%1$s deleted system tag %2$s" : "%1$s deleted system tag %2$s",
"{actor} deleted system tag {systemtag}" : "{actor} deleted system tag {systemtag}",
"You updated system tag %2$s to %1$s" : "You updated system tag %2$s to %1$s",
"You updated system tag {oldsystemtag} to {newsystemtag}" : "You updated system tag {oldsystemtag} to {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s updated system tag %3$s to %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} updated system tag {oldsystemtag} to {newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "System tag %2$s was added to %1$s by the system",
"System tag {systemtag} was added to {file} by the system" : "System tag {systemtag} was added to {file} by the system",
"You added system tag %2$s to %1$s" : "You added system tag %2$s to %1$s",
"You added system tag {systemtag} to {file}" : "You added system tag {systemtag} to {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s added system tag %3$s to %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} added system tag {systemtag} to {file}",
"System tag %2$s was removed from %1$s by the system" : "System tag %2$s was removed from %1$s by the system",
"System tag {systemtag} was removed from {file} by the system" : "System tag {systemtag} was removed from {file} by the system",
"You removed system tag %2$s from %1$s" : "You removed system tag %2$s from %1$s",
"You removed system tag {systemtag} from {file}" : "You removed system tag {systemtag} from {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s removed system tag %3$s from %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} removed system tag {systemtag} from {file}",
"%s (restricted)" : "%s (restricted)",
"%s (invisible)" : "%s (invisible)",
"<strong>System tags</strong> for a file have been modified" : "برچسب های سیستم برای یک فایل تغییر داده شده است",
"Files" : "پروندهها",
"Tags" : "برچسبها",
"All tagged %s …" : "All tagged %s …",
"tagged %s" : "tagged %s",
"Collaborative tags" : "برچسب های همکاری",
"Public" : "عمومی",
"Restricted" : "Restricted",
"Invisible" : "نامرئی",
"Failed to create tag" : "Failed to create tag",
"Failed to delete tag" : "Failed to delete tag",
"Collaborative tags …" : "Collaborative tags …",
"Create" : "ایجاد کردن",
"Update" : "به روز رسانی",
"Delete" : "حذف",
"Reset" : "ریست",
"Manage tags" : "مدیریت برچسب ها",
"Cancel" : "منصرف شدن",
"Failed to load tags" : "بارگیری برچسب ها انجام نشد",
"Failed to load selected tags" : "Failed to load selected tags",
"Failed to select tag" : "Failed to select tag",
"Loading collaborative tags …" : "Loading collaborative tags …",
"Search or create collaborative tags" : "Search or create collaborative tags",
"No tags to select, type to create a new tag" : "No tags to select, type to create a new tag",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them.",
"Open in Files" : "در فایل باز کنید",
"No tags found" : "هیچ برچسبی یافت نشد",
"Failed to load last used tags" : "Failed to load last used tags",
"Missing \"Content-Location\" header" : "Missing \"Content-Location\" header",
"This file has the tag {tag}" : "این فایل دارای تگ {tag} است",
"This file has the tags {firstTags} and {lastTag}" : "این فایل دارای تگهای {firstTags} و {lastTag} است."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
|