Completed
Push — master ( 0ec35d...f7cf65 )
by Sarah
01:35
created
messages/ja/base.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-  'Geolocation' => 'ジオロケーション',
5
-  'Page Number' => 'ページ番号',
6
-  'Keyword' => 'キーワード',
7
-  'Group ID' => 'グループID',
8
-  'Latitude' => '緯度',
9
-  'Longitude' => '経度',
10
-  'Gender' => '性別',
11
-  'Search Distance' => '検索距離',
12
-  '<strong>Geolocation</strong> configuration' => '<strong>ジオロケーション</ strong>設定',
13
-  'Welcome to the admin only area.' => '管理者専用エリアへようこそ。',
4
+    'Geolocation' => 'ジオロケーション',
5
+    'Page Number' => 'ページ番号',
6
+    'Keyword' => 'キーワード',
7
+    'Group ID' => 'グループID',
8
+    'Latitude' => '緯度',
9
+    'Longitude' => '経度',
10
+    'Gender' => '性別',
11
+    'Search Distance' => '検索距離',
12
+    '<strong>Geolocation</strong> configuration' => '<strong>ジオロケーション</ strong>設定',
13
+    'Welcome to the admin only area.' => '管理者専用エリアへようこそ。',
14 14
 ];
Please login to merge, or discard this patch.