mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 14:09:03 -04:00
#309 PR feedback
This commit is contained in:
parent
91ffd2e49d
commit
c70f903996
@ -50,10 +50,6 @@ export default Vue.extend({
|
||||
},
|
||||
},
|
||||
async mounted() {
|
||||
if (!process.browser) {
|
||||
return;
|
||||
}
|
||||
|
||||
const storedRaw = localStorage.getItem(this.storageKey);
|
||||
if (!storedRaw) {
|
||||
return;
|
||||
|
@ -1783,8 +1783,9 @@ form:
|
||||
persistent:
|
||||
present:
|
||||
question: >
|
||||
It looks like you've left the editor without saving your changes.
|
||||
There's a draft saved on your device on %time%. Would you like to load it?
|
||||
load: 'Load draft'
|
||||
It looks like you have unsaved changes.
|
||||
There’s a draft saved on your device on %time%.
|
||||
Would you like to restore it?
|
||||
load: 'Restore draft'
|
||||
abandon: 'Abandon draft'
|
||||
saved: 'Draft saved in your browser at %time%'
|
||||
|
@ -2003,8 +2003,9 @@ form:
|
||||
persistent:
|
||||
present:
|
||||
question: >
|
||||
It looks like you've left the editor without saving your changes.
|
||||
There's a draft saved on your device on %time%. Would you like to load it?
|
||||
load: 'Load draft'
|
||||
It looks like you have unsaved changes.
|
||||
There’s a draft saved on your device on %time%.
|
||||
Would you like to restore it?
|
||||
load: 'Restore draft'
|
||||
abandon: 'Abandon draft'
|
||||
saved: 'Draft saved in your browser at %time%'
|
||||
|
@ -2369,8 +2369,8 @@ form:
|
||||
persistent:
|
||||
present:
|
||||
question: >
|
||||
Wygląda na to, że opuściłxś edytor bez zapisywania zmian.
|
||||
Na twoim urządzeniu jest zapisany szkic z %time%. Czy chcesz go załadować?
|
||||
load: 'Załaduj szkic'
|
||||
Wygląda na to, że masz niezapisane zmiany.
|
||||
Na twoim urządzeniu znajduje szkic z %time%. Czy chcesz go przywrócić?
|
||||
load: 'Przywróć szkic'
|
||||
abandon: 'Porzuć szkic'
|
||||
saved: 'Szkic zapisany w twojej przeglądarce o %time%'
|
||||
|
Loading…
x
Reference in New Issue
Block a user