mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Add popup localization strings to vue_loc template
This commit is contained in:
parent
d649a0d1f4
commit
116ca325c6
@ -62,6 +62,9 @@
|
|||||||
"captures": "{{ _Q('captures') }}",
|
"captures": "{{ _Q('captures') }}",
|
||||||
"from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}",
|
"from {hour1} to {hour2}": "{{ _Q('from {hour1} to {hour2}') }}",
|
||||||
"no captures": "{{ _Q('no captures') }}",
|
"no captures": "{{ _Q('no captures') }}",
|
||||||
"Archived Page: ": "{{ _Q('Archived Page: ') }}"
|
"Archived Page: ": "{{ _Q('Archived Page: ') }}",
|
||||||
|
"Terms of Use": "{{ _Q('Terms of Use') }}",
|
||||||
|
"Terms of Use Body Text": "{{ _Q('Terms of Use Body Text') }}",
|
||||||
|
"Agree and Proceed": "{{ _Q('Agree and Proceed') }}"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user