Skip to content

Commit 9990648

Browse files
committed
add strings
1 parent 645cd01 commit 9990648

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pywb/templates/vue_loc.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
"Hide calendar":"{{ _Q('Hide calendar') }}",
5050
"Previous capture":"{{ _Q('Previous capture') }}",
5151
"Next capture":"{{ _Q('Next capture') }}",
52+
"Print":"{{ _Q('Print') }}",
53+
"Select language":"{{ _Q('Select language') }}",
54+
"View capture on {date}":"{{ _Q('View capture on {date}') }}",
55+
"{count} capture":"{{ _Q('{count} capture') }}",
56+
"{count} captures":"{{ _Q('{count} captures') }}",
57+
"{capture_text} on {date}":"{{ _Q('{capture_text} on {date}') }}",
58+
"{capture_text} in {month}":"{{ _Q('{capture_text} in {month}') }}",
5259
"current":"{{ _Q('current') }}", // translators: current capture in list of captures
5360
"Loading...": "{{ _Q('Loading...') }}",
5461
"Current Capture": "{{ _Q('Current Capture') }}",
@@ -63,8 +70,6 @@
6370
"Language:": "{{ _Q('Language') }}",
6471
"Search for archival capture of URL": "{{ _Q('Search for archival capture of URL') }}",
6572
"Toggle navigation": "{{ _Q('Toggle navigation') }}",
66-
"Select language": "{{ _Q('Select language') }}",
67-
"Print": "{{ _Q('Print') }}",
6873
"Logo": "{{ _Q('Logo') }}",
6974
}
7075
</script>

0 commit comments

Comments
 (0)