mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 12:12:42 -06:00
BUGFIX remove unnecessary changes
This commit is contained in:
@@ -348,49 +348,49 @@
|
|||||||
"@after": {},
|
"@after": {},
|
||||||
"before": "Before",
|
"before": "Before",
|
||||||
"@before": {},
|
"@before": {},
|
||||||
"days": "{count, plural, zero{days} one{day} other{days}}",
|
"days": "{count, plural, one{day} other{days}}",
|
||||||
"@days": {
|
"@days": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lastNDays": "{count, plural, zero{} one{Yesterday} other{Last {count} days}}",
|
"lastNDays": "{count, plural, one{Yesterday} other{Last {count} days}}",
|
||||||
"@lastNDays": {
|
"@lastNDays": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lastNMonths": "{count, plural, zero{} one{Last month} other{Last {count} months}}",
|
"lastNMonths": "{count, plural, one{Last month} other{Last {count} months}}",
|
||||||
"@lastNMonths": {
|
"@lastNMonths": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lastNWeeks": "{count, plural, zero{} one{Last week} other{Last {count} weeks}}",
|
"lastNWeeks": "{count, plural, one{Last week} other{Last {count} weeks}}",
|
||||||
"@lastNWeeks": {
|
"@lastNWeeks": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lastNYears": "{count, plural, zero{} one{Last year} other{Last {count} years}}",
|
"lastNYears": "{count, plural, one{Last year} other{Last {count} years}}",
|
||||||
"@lastNYears": {
|
"@lastNYears": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"months": "{count, plural, zero{} one{month} other{months}}",
|
"months": "{count, plural, one{month} other{months}}",
|
||||||
"@months": {
|
"@months": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"weeks": "{count, plural, zero{} one{week} other{weeks}}",
|
"weeks": "{count, plural, one{week} other{weeks}}",
|
||||||
"@weeks": {
|
"@weeks": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"years": "{count, plural, zero{} one{year} other{years}}",
|
"years": "{count, plural, one{year} other{years}}",
|
||||||
"@years": {
|
"@years": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {}
|
"count": {}
|
||||||
|
|||||||
Reference in New Issue
Block a user