nextcloud/apps/files_versions/l10n/fa.js

12 lines
512 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "بازگردانی امکان ناپذیر است: %s",
"Versions" : "نسخه ها",
"Failed to revert {file} to revision {timestamp}." : "برگرداندن {file} به نسخه {timestamp} با شکست روبرو شد",
"More versions..." : "نسخه های بیشتر",
"No other versions available" : "نسخه ی دیگری در دسترس نیست",
"Restore" : "بازیابی"
},
"nplurals=1; plural=0;");